/*!*******************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/style.css ***!
  \*******************************************************************************************************************************************************************/
#react-wp-app {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #333;
}

.card {
  max-width: 400px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background: white;
}

.card-logo {
  text-align: center;
  margin-bottom: 20px;
}

.card-logo img {
  max-width: 150px;
  max-height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-content {
  text-align: center;
}

.card-title {
  margin: 0 0 15px 0;
  font-size: 24px;
  color: #333;
}

.card-description {
  margin: 0 0 20px 0;
  color: #666;
  line-height: 1.5;
}

.card-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.card-link {
  display: inline-block;
  padding: 8px 16px;
  color: #007bff;
  text-decoration: none;
  border: 1px solid #007bff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.card-link:hover {
  background: #007bff;
  color: white;
}

.reviews-link:hover {
    text-decoration: underline !important;
}

.visit-website-link {
    color: blue;
    text-decoration: none;
}
.visit-website-link:hover {
    text-decoration: underline;
}

.reviews-container p {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=style-index.css.map*/