/* Self-hosted Facebook reviews — Howdy Holiday Lights brand extension. */
#reviews { height: 0; margin-top: -160px; margin-bottom: 160px; scroll-margin-top: 120px; }
.reviews-embed { width: 100%; }
.rv-block { width: 100%; color: var(--text-dark); font-family: "Bricolage Grotesque", Inter, sans-serif; }
.rv-grid { display: grid; width: 100%; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.rv-card { display: flex; min-width: 0; flex-direction: column; gap: 12px; padding: 26px 24px 23px; border: 1px solid rgba(255, 255, 255, .16); border-bottom: 4px solid var(--light-gray); border-radius: 12px; background: #004323; color: var(--white); box-shadow: 0 16px 38px rgba(26, 49, 26, .2); }
.rv-card[hidden] { display: none; }
.rv-card:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.rv-text { display: -webkit-box; overflow: hidden; margin: 0; color: #fffef9; font-family: "Bricolage Grotesque", Inter, sans-serif; font-size: 16px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.rv-text.is-expanded { display: block; overflow: visible; -webkit-line-clamp: unset; }
.rv-more { align-self: flex-start; margin: -3px 0 2px; padding: 3px 0; border: 0; background: transparent; color: #9cec70; font: inherit; font-size: 14px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.rv-more:hover { color: var(--white); }
.rv-more:focus-visible, .rv-meta:focus-visible, .rv-source-links a:focus-visible, .rv-pg-link:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.rv-author { display: flex; align-items: center; gap: 13px; margin-top: auto; padding-top: 9px; }
.rv-avatar { display: inline-flex; width: 52px; height: 52px; flex: 0 0 52px; align-items: center; justify-content: center; border: 2px solid var(--light-gray); border-radius: 50%; background: #173b22; color: var(--white); object-fit: cover; font-size: 16px; font-weight: 800; }
.rv-author-info { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.rv-name { color: var(--white); font-family: "Bricolage Grotesque", Inter, sans-serif; font-size: 18px; font-weight: 750; line-height: 1.2; }
.rv-meta { display: flex; flex-direction: column; color: #9cec70; font-size: 13px; line-height: 1.4; text-decoration: none; }
.rv-meta:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.rv-source-links { margin: 32px 0 0; color: var(--text-dark); font-size: 15px; line-height: 1.7; text-align: center; }
.rv-source-links > span:first-child { font-weight: 650; }
.rv-source-links a { color: #164c2c; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.rv-source-links a:hover { color: #8f0f19; }
.rv-pg { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 36px; }
.rv-pg-link { min-width: 44px; min-height: 44px; padding: 8px 12px; border: 2px solid var(--primary); border-radius: 9px; background: #fffef9; color: var(--text-dark); font: inherit; font-weight: 750; cursor: pointer; }
.rv-pg-link:hover, .rv-pg-current { border-color: var(--primary); background: var(--primary); color: var(--white); }
.rv-pg-step { min-width: 82px; }
.rv-pg-ellipsis { align-self: center; min-width: 18px; color: var(--text-dark); font-weight: 750; text-align: center; }

@media screen and (max-width: 991px) {
  .rv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media screen and (max-width: 640px) {
  .rv-grid { grid-template-columns: 1fr; gap: 18px; }
  .rv-card { padding: 22px 19px 20px; }
  .rv-pg { gap: 7px; }
  .rv-pg-link { min-width: 42px; padding-right: 9px; padding-left: 9px; }
  .rv-pg-step { min-width: 74px; }
  .rv-source-links > span:first-child { display: block; }
}
