/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/location-reviews/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.twork-location-reviews {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
.twork-location-reviews .twork-review-item {
  background: var(--wp--preset--color--lightest, #f8f9fa);
  border: 1px solid var(--wp--preset--color--light, #e0e0e0);
  border-radius: 8px;
  padding: 1em;
  gap: 0.5em;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.twork-location-reviews .twork-review-header {
  display: flex;
  flex-direction: column;
}
.twork-location-reviews .twork-review-author {
  flex: 1;
}
.twork-location-reviews .twork-review-author strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--wp--preset--color--foreground, #333);
}
.twork-location-reviews .twork-review-date {
  color: var(--wp--preset--color--dark, #666);
  font-size: 12px;
  font-weight: 400;
}
.twork-location-reviews .twork-review-rating {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.twork-location-reviews .twork-review-rating .twork-star {
  font-size: 20px;
}
.twork-location-reviews .twork-review-rating .twork-star.twork-star-full {
  color: #ffc107;
}
.twork-location-reviews .twork-review-rating .twork-star.twork-star-half {
  color: #ffc107;
}
.twork-location-reviews .twork-review-rating .twork-star.twork-star-empty {
  color: #ddd;
}
.twork-location-reviews .twork-review-rating .twork-rating-number {
  color: var(--wp--preset--color--dark, #666);
  font-size: 11px;
  font-weight: 500;
  margin-left: 4px;
}
.twork-location-reviews .twork-review-text {
  line-height: 1.5;
  color: var(--wp--preset--color--foreground, #333);
  flex-grow: 1;
}
.twork-location-reviews .twork-review-attributes {
  margin-top: auto;
  padding-top: var(--wp--preset--spacing--small, 15px);
  border-top: 1px solid var(--wp--preset--color--light, #e0e0e0);
}
.twork-location-reviews .twork-review-attributes ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.twork-location-reviews .twork-review-attributes li {
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--wp--preset--color--light, #e0e0e0);
  border-radius: 15px;
  padding: 6px;
  font-size: 20px;
  color: var(--wp--preset--color--foreground, #333);
}
.twork-location-reviews .twork-review-attributes li .material-icons {
  font-size: 16px;
}
.twork-location-reviews .twork-review-attributes li .material-icons.twork-review-icon-tooltip {
  cursor: help;
  position: relative;
}
.twork-location-reviews .twork-review-attributes li .material-icons.twork-review-icon-tooltip:hover {
  opacity: 0.8;
}
.twork-location-reviews .twork-review-attributes .twork-attribute-name {
  font-weight: 500;
}
@media (max-width: 768px) {
  .twork-location-reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .twork-location-reviews {
    grid-template-columns: 1fr;
  }
}

.twork-review-icon-tooltip:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.twork-review-icon-tooltip:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.9);
  margin-bottom: 3px;
  z-index: 1001;
  pointer-events: none;
}

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