/*
 * IFP VeriFeedback Review Plugin – Frontend UI
 * Scoped with ifp-vfr-* to avoid theme/plugin collisions.
 */

.ifp-vfr-frontend {
  box-sizing: border-box;
}

.ifp-vfr-review-form-wrap,
.ifp-vfr-review-list {
  width: 100%;
  max-width: 760px;
}

.ifp-vfr-review-form {
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.ifp-vfr-frontend-title {
  margin: 0 0 14px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.ifp-vfr-review-form .ifp-vfr-field {
  margin: 0 0 14px;
}

.ifp-vfr-review-form label {
  display: block;
  font-weight: 700;
  margin: 0 0 6px;
}

.ifp-vfr-review-form input,
.ifp-vfr-review-form select,
.ifp-vfr-review-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid #c8d4e3;
  border-radius: 10px;
  padding: 10px 12px;
  min-height: 42px;
  background: #fff;
}

.ifp-vfr-review-form textarea {
  min-height: 120px;
}

.ifp-vfr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  line-height: 1.2;
}

.ifp-vfr-button--primary {
  background: #1d4ed8;
  color: #fff;
}

.ifp-vfr-button--google {
  background: #fff;
  border-color: #d4dae3;
  color: #17232f;
}

.ifp-vfr-google-button-wrap--after-form {
  margin-top: 14px;
}

.ifp-vfr-message {
  border-radius: 12px;
  padding: 12px 14px;
  margin: 0 0 14px;
}

.ifp-vfr-message--success {
  border: 1px solid #b7e4c7;
  background: #f0fdf4;
}

.ifp-vfr-review-card {
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  margin: 0 0 14px;
}

.ifp-vfr-review-stars {
  font-size: 1.1rem;
  letter-spacing: .08em;
  margin: 0 0 8px;
}

.ifp-vfr-review-text {
  margin: 0 0 10px;
}

.ifp-vfr-review-name {
  font-weight: 700;
}

.ifp-vfr-review-list--empty {
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  padding: 12px 14px;
}


.ifp-vfr-help {
  margin: 6px 0 0;
  font-size: .9rem;
}

.ifp-vfr-message--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
}

.ifp-vfr-review-card--has-image {
  display: grid;
  grid-template-columns: minmax(90px, 160px) 1fr;
  gap: 16px;
  align-items: start;
}

.ifp-vfr-review-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
}

.ifp-vfr-review-content {
  min-width: 0;
}

@media (max-width: 640px) {
  .ifp-vfr-review-card--has-image {
    grid-template-columns: 1fr;
  }
}


.ifp-vfr-honeypot {
  position: absolute !important;
  left: -10000px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ifp-vfr-review-list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
}

.ifp-vfr-review-list--grid .ifp-vfr-review-card {
  margin: 0;
}

.ifp-vfr-review-list--grid .ifp-vfr-review-card--has-image {
  grid-template-columns: 1fr;
}

@media (max-width: 760px) {
  .ifp-vfr-review-list--grid {
    grid-template-columns: 1fr;
  }
}


/* Review Summary (v0.7.0) */
.ifp-vfr-summary {
    border: 1px solid #dcdcde;
    border-radius: 14px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.06);
    margin: 18px 0;
}

.ifp-vfr-summary--compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.ifp-vfr-summary-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ifp-vfr-summary-score {
    min-width: 72px;
    min-height: 72px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 800;
    background: #f6f7f7;
    color: #1d2327;
}

.ifp-vfr-summary-stars,
.ifp-vfr-review-stars {
    color: #dba617;
    letter-spacing: 1px;
    line-height: 1.2;
}

.ifp-vfr-summary-count {
    color: #50575e;
    margin-top: 4px;
}

.ifp-vfr-summary-distribution {
    margin-top: 16px;
    display: grid;
    gap: 8px;
}

.ifp-vfr-summary-row {
    display: grid;
    grid-template-columns: 36px minmax(120px, 1fr) 34px;
    gap: 10px;
    align-items: center;
    font-size: 13px;
}

.ifp-vfr-summary-track {
    height: 9px;
    border-radius: 999px;
    background: #f0f0f1;
    overflow: hidden;
}

.ifp-vfr-summary-fill {
    height: 100%;
    border-radius: 999px;
    background: currentColor;
}

.ifp-vfr-summary-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
    align-items: center;
}

.ifp-vfr-summary--compact .ifp-vfr-summary-actions {
    margin-top: 0;
}

.ifp-vfr-summary-hint {
    font-size: 13px;
    color: #646970;
}

@media (max-width: 640px) {
    .ifp-vfr-summary-main,
    .ifp-vfr-summary--compact {
        align-items: flex-start;
    }

    .ifp-vfr-summary-score {
        min-width: 62px;
        min-height: 62px;
        font-size: 24px;
    }
}


/* Review Summary Widget (v0.8.0) */
.ifp-vfr-review-summary-widget .ifp-vfr-summary {
    margin-top: 0;
    margin-bottom: 0;
}

.ifp-vfr-review-summary-widget .ifp-vfr-summary--compact {
    align-items: flex-start;
}

.ifp-vfr-review-summary-widget .ifp-vfr-summary-actions {
    gap: 8px;
}


/* Shortcode Styling Attributes (v1.2.0) */
.ifp-vfr-align--left {
    text-align: left;
}

.ifp-vfr-align--center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.ifp-vfr-align--right {
    text-align: right;
    margin-left: auto;
}

.ifp-vfr-width--narrow {
    max-width: 680px;
}

.ifp-vfr-width--wide {
    max-width: 1120px;
}

.ifp-vfr-width--full {
    max-width: none;
    width: 100%;
}

.ifp-vfr-tone--soft {
    background: #f6f7fb;
    border-radius: 18px;
    padding: 18px;
}

.ifp-vfr-tone--bordered {
    border: 1px solid #dcdcde;
    border-radius: 18px;
    padding: 18px;
}

.ifp-vfr-tone--minimal {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.ifp-vfr-tone--dark {
    background: #1d2327;
    color: #ffffff;
    border-radius: 18px;
    padding: 18px;
}

.ifp-vfr-tone--dark .ifp-vfr-summary-count,
.ifp-vfr-tone--dark .ifp-vfr-summary-hint,
.ifp-vfr-tone--dark .ifp-vfr-help,
.ifp-vfr-tone--dark label {
    color: rgba(255, 255, 255, .78);
}

.ifp-vfr-tone--dark .ifp-vfr-summary-score,
.ifp-vfr-tone--dark input,
.ifp-vfr-tone--dark select,
.ifp-vfr-tone--dark textarea {
    background: #ffffff;
    color: #1d2327;
}

.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-review-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 18px;
}

.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-frontend-title,
.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-field:has(textarea),
.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-field:has(input[type="file"]),
.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-honeypot,
.ifp-vfr-review-form-wrap--two_columns .ifp-vfr-button {
    grid-column: 1 / -1;
}

.ifp-vfr-review-form-wrap--stacked .ifp-vfr-review-form {
    display: block;
}

.ifp-vfr-google-button-wrap--small .ifp-vfr-button {
    padding: 8px 12px;
    font-size: 13px;
}

.ifp-vfr-google-button-wrap--large .ifp-vfr-button {
    padding: 14px 20px;
    font-size: 17px;
}

.ifp-vfr-review-list--cards-soft .ifp-vfr-review-card {
    background: #f6f7fb;
    border-color: transparent;
}

.ifp-vfr-review-list--cards-bordered .ifp-vfr-review-card {
    border: 1px solid #dcdcde;
}

.ifp-vfr-review-list--cards-minimal .ifp-vfr-review-card {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 760px) {
    .ifp-vfr-review-form-wrap--two_columns .ifp-vfr-review-form {
        grid-template-columns: 1fr;
    }
}


.ifp-vfr-review-categories {
    display: inline-flex;
    width: fit-content;
    margin: 0 0 8px;
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.06);
    opacity: 0.82;
}


/* Testimonial Slider */
.ifp-vfr-testimonial-slider {
    --ifp-vfr-slider-bg: #f5efe4;
    --ifp-vfr-slider-text: #30312b;
    --ifp-vfr-slider-muted: #6e6b5e;
    --ifp-vfr-slider-accent: #a96445;
    --ifp-vfr-slider-dot: #c9bea7;
    --ifp-vfr-slider-dot-active: #70784f;
    position: relative;
    box-sizing: border-box;
    max-width: 520px;
    margin: 1.5rem auto;
    padding: 2.1rem 2rem 1.5rem;
    border-radius: 24px;
    background: var(--ifp-vfr-slider-bg);
    color: var(--ifp-vfr-slider-text);
}

.ifp-vfr-testimonial-slider--minimal {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
}

.ifp-vfr-testimonial-slider.ifp-vfr-width--wide {
    max-width: 760px;
}

.ifp-vfr-testimonial-slider.ifp-vfr-width--full {
    max-width: none;
}

.ifp-vfr-testimonial-slider__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    color: inherit;
}

.ifp-vfr-testimonial-slider__viewport {
    overflow: hidden;
}

.ifp-vfr-testimonial-slider__track {
    position: relative;
}

.ifp-vfr-testimonial-slide {
    min-height: 210px;
    animation: ifp-vfr-slider-fade 180ms ease-in-out;
}

.ifp-vfr-testimonial-slide[hidden] {
    display: none !important;
}

.ifp-vfr-testimonial-slide__quote {
    margin: 0 0 .25rem;
    height: 2.4rem;
    color: var(--ifp-vfr-slider-accent);
    font-size: 4.2rem;
    line-height: .85;
    font-family: Georgia, "Times New Roman", serif;
}

.ifp-vfr-testimonial-slide__stars {
    margin: 0 0 .75rem;
    letter-spacing: .08em;
    color: var(--ifp-vfr-slider-accent);
}

.ifp-vfr-testimonial-slide__text {
    max-width: 34rem;
    margin: 0;
    font-size: clamp(.98rem, 2.1vw, 1.08rem);
    line-height: 1.65;
}

.ifp-vfr-testimonial-slide__text p {
    margin: 0 0 1rem;
}

.ifp-vfr-testimonial-slide__categories {
    margin-top: 1rem;
    color: var(--ifp-vfr-slider-muted);
    font-size: .86rem;
}

.ifp-vfr-testimonial-slide__name {
    margin-top: 1.7rem;
    color: var(--ifp-vfr-slider-muted);
    font-size: .98rem;
}

.ifp-vfr-testimonial-slider__controls {
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: .75rem;
    margin-top: 1.25rem;
}

.ifp-vfr-testimonial-slider__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .45rem;
    min-height: 32px;
}

.ifp-vfr-testimonial-slider__dot {
    width: .5rem;
    height: .5rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: var(--ifp-vfr-slider-dot);
    cursor: pointer;
}

.ifp-vfr-testimonial-slider__dot.is-active {
    background: var(--ifp-vfr-slider-dot-active);
    transform: scale(1.15);
}

.ifp-vfr-testimonial-slider__arrow {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(83, 76, 63, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .35);
    color: var(--ifp-vfr-slider-text);
    font-size: 1.55rem;
    line-height: 1;
    cursor: pointer;
}

.ifp-vfr-testimonial-slider__arrow:hover,
.ifp-vfr-testimonial-slider__arrow:focus {
    background: rgba(255, 255, 255, .65);
}

.ifp-vfr-testimonial-slider.ifp-vfr-tone--dark {
    --ifp-vfr-slider-bg: #2f3329;
    --ifp-vfr-slider-text: #f7f1e6;
    --ifp-vfr-slider-muted: #d1c7b2;
    --ifp-vfr-slider-accent: #e3a27d;
    --ifp-vfr-slider-dot: rgba(255, 255, 255, .35);
    --ifp-vfr-slider-dot-active: #f7f1e6;
}

.ifp-vfr-testimonial-slider.ifp-vfr-tone--minimal {
    --ifp-vfr-slider-bg: transparent;
    box-shadow: none;
}

@keyframes ifp-vfr-slider-fade {
    from {
        opacity: .35;
        transform: translateY(4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 560px) {
    .ifp-vfr-testimonial-slider {
        padding: 1.6rem 1.2rem 1.2rem;
        border-radius: 20px;
    }

    .ifp-vfr-testimonial-slide {
        min-height: 230px;
    }

    .ifp-vfr-testimonial-slider__controls {
        grid-template-columns: 40px 1fr 40px;
    }
}

/* v1.8.0: Robustere Testimonial-Slider-Navigation und kompakte Ausgabe.
   Sehr spezifisch, damit Theme-/Builder-Button-Styles die Dots/Pfeile nicht zu Pillen aufziehen. */
.ifp-vfr-testimonial-slider--compact {
    max-width: 480px;
    padding: 1.65rem 1.45rem 1.15rem;
    border-radius: 22px;
}

.ifp-vfr-testimonial-slider--compact .ifp-vfr-testimonial-slider__title {
    margin-bottom: 1rem;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

.ifp-vfr-testimonial-slider--compact .ifp-vfr-testimonial-slide {
    min-height: 0;
}

.ifp-vfr-testimonial-slider--text-narrow .ifp-vfr-testimonial-slide__text {
    max-width: 27rem;
}

.ifp-vfr-testimonial-slider--text-normal .ifp-vfr-testimonial-slide__text {
    max-width: 34rem;
}

.ifp-vfr-testimonial-slider--text-wide .ifp-vfr-testimonial-slide__text {
    max-width: 44rem;
}

.ifp-vfr-testimonial-slider--controls-left .ifp-vfr-testimonial-slider__controls {
    justify-content: start;
}

.ifp-vfr-testimonial-slider--controls-right .ifp-vfr-testimonial-slider__controls {
    justify-content: end;
}

.ifp-vfr-testimonial-slider__controls {
    width: 100%;
    max-width: 100%;
}

.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__arrow,
.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__dot {
    box-sizing: border-box !important;
    font-family: inherit !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    box-shadow: none !important;
}

.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__dot {
    display: block !important;
    flex: 0 0 auto !important;
    width: 8px !important;
    min-width: 8px !important;
    max-width: 8px !important;
    height: 8px !important;
    min-height: 8px !important;
    max-height: 8px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__dot::before,
.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__dot::after {
    content: none !important;
}

.ifp-vfr-testimonial-slider--dots-pill .ifp-vfr-testimonial-slider__dot {
    width: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    height: 7px !important;
    min-height: 7px !important;
    max-height: 7px !important;
}

.ifp-vfr-testimonial-slider--dots-hidden .ifp-vfr-testimonial-slider__dots {
    display: none !important;
}

.ifp-vfr-testimonial-slider--dots-small .ifp-vfr-testimonial-slider__dot.is-active {
    transform: scale(1.2);
}

.ifp-vfr-testimonial-slider .ifp-vfr-testimonial-slider__arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 36px !important;
    min-width: 36px !important;
    max-width: 36px !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 999px !important;
    font-size: 1.35rem !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.ifp-vfr-testimonial-slider--nav-minimal .ifp-vfr-testimonial-slider__arrow {
    border-color: transparent !important;
    background: transparent !important;
}

.ifp-vfr-testimonial-slider--nav-none .ifp-vfr-testimonial-slider__arrow {
    visibility: hidden !important;
    pointer-events: none !important;
}

.ifp-vfr-testimonial-slider--nav-none .ifp-vfr-testimonial-slider__controls {
    grid-template-columns: 1fr;
}

.ifp-vfr-testimonial-slider--nav-none .ifp-vfr-testimonial-slider__dots {
    grid-column: 1;
}

.ifp-vfr-testimonial-slider--dots-hidden.ifp-vfr-testimonial-slider--nav-none .ifp-vfr-testimonial-slider__controls {
    display: none !important;
}

.ifp-vfr-testimonial-slider__dots {
    flex-wrap: wrap;
}

@media (max-width: 782px) {
    .ifp-vfr-testimonial-slider--compact,
    .ifp-vfr-testimonial-slider {
        max-width: 100%;
    }

    .ifp-vfr-testimonial-slider--compact .ifp-vfr-testimonial-slide__text,
    .ifp-vfr-testimonial-slider--text-narrow .ifp-vfr-testimonial-slide__text {
        max-width: none;
    }
}


/* Testimonial text truncation / read more (v1.9.0) */
.ifp-vfr-testimonial-slide__text--toggle {
  position: relative;
}

.ifp-vfr-testimonial-slide__excerpt,
.ifp-vfr-testimonial-slide__full {
  margin: 0;
}

.ifp-vfr-testimonial-slide__read-more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  appearance: none;
  border: 0 !important;
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  margin: .35rem 0 0 !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font: inherit;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline;
  text-underline-offset: .16em;
  cursor: pointer;
}

.ifp-vfr-testimonial-slide__read-more:hover,
.ifp-vfr-testimonial-slide__read-more:focus {
  text-decoration-thickness: 2px;
}

.ifp-vfr-testimonial-slide__read-more:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
  border-radius: 4px !important;
}


/* Review archive shortcode/template (v2.0.0) */
.ifp-vfr-review-archive {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.ifp-vfr-review-archive-header {
  margin: 0 0 24px;
}

.ifp-vfr-review-archive-title {
  margin: 0;
  line-height: 1.15;
}

.ifp-vfr-review-archive-summary {
  margin: 0 0 24px;
}

.ifp-vfr-plugin-archive-template {
  padding: clamp(32px, 6vw, 72px) 20px;
}

.ifp-vfr-plugin-archive-container {
  max-width: 1180px;
  margin: 0 auto;
}


/* v2.1.0 – Referenzen-Landingpage Shortcodes */
.ifp-vfr-reference-landing,
.ifp-vfr-reference-hero,
.ifp-vfr-featured-review,
.ifp-vfr-review-mini-grid,
.ifp-vfr-reference-form-panel,
.ifp-vfr-reference-trust-strip {
  --ifp-vfr-ref-bg: #fbf5ea;
  --ifp-vfr-ref-card: rgba(255, 251, 244, 0.92);
  --ifp-vfr-ref-border: rgba(91, 79, 56, 0.14);
  --ifp-vfr-ref-text: #2f2a22;
  --ifp-vfr-ref-muted: #6f6658;
  --ifp-vfr-ref-accent: #6b7649;
  --ifp-vfr-ref-rust: #a85f46;
  color: var(--ifp-vfr-ref-text);
  box-sizing: border-box;
}

.ifp-vfr-reference-landing * ,
.ifp-vfr-reference-hero * ,
.ifp-vfr-featured-review * ,
.ifp-vfr-review-mini-grid * ,
.ifp-vfr-reference-form-panel * ,
.ifp-vfr-reference-trust-strip * {
  box-sizing: border-box;
}

.ifp-vfr-reference-landing {
  display: grid;
  gap: 18px;
}

.ifp-vfr-reference-landing__main {
  display: grid;
  grid-template-columns: minmax(260px, 1.15fr) minmax(260px, 1fr) minmax(300px, 1.2fr);
  gap: 18px;
  align-items: stretch;
}

.ifp-vfr-reference-hero {
  position: relative;
  overflow: visible;
  min-height: 330px;
  padding: clamp(34px, 6vw, 76px) 24px 0;
  border-radius: 0 0 26px 26px;
  background:
    linear-gradient(180deg, rgba(255, 248, 233, .15), rgba(250, 242, 227, .92)),
    var(--ifp-vfr-reference-hero-image, none) center/cover no-repeat,
    var(--ifp-vfr-ref-bg);
}

.ifp-vfr-reference-hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 75% 10%, rgba(255,255,255,.58), transparent 38%);
  pointer-events: none;
}

.ifp-vfr-reference-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

.ifp-vfr-reference-hero__title {
  margin: 0 0 8px;
  font-size: clamp(34px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 500;
  color: var(--ifp-vfr-ref-text);
}

.ifp-vfr-reference-hero__subtitle {
  font-size: clamp(17px, 2vw, 25px);
  line-height: 1.35;
  color: var(--ifp-vfr-ref-text);
}

.ifp-vfr-reference-hero__intro {
  max-width: 560px;
  margin: 14px auto 0;
  font-size: 16px;
  line-height: 1.55;
  color: var(--ifp-vfr-ref-text);
}

.ifp-vfr-reference-hero__stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  gap: 0;
  max-width: 1160px;
  margin: clamp(30px, 5vw, 52px) auto -44px;
  background: rgba(255, 251, 244, .94);
  border: 1px solid var(--ifp-vfr-ref-border);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(72, 54, 27, .12);
  overflow: hidden;
  backdrop-filter: blur(5px);
}

.ifp-vfr-reference-hero__stat {
  min-height: 86px;
  padding: 18px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: 4px;
  border-left: 1px solid var(--ifp-vfr-ref-border);
}

.ifp-vfr-reference-hero__stat:first-child {
  border-left: 0;
}

.ifp-vfr-reference-hero__stat strong {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}

.ifp-vfr-reference-hero__stat span {
  font-size: 13px;
  line-height: 1.25;
  color: var(--ifp-vfr-ref-muted);
}

.ifp-vfr-reference-hero__stars {
  color: #c59c62 !important;
  letter-spacing: .08em;
  font-size: 16px !important;
}

.ifp-vfr-featured-review {
  display: grid;
  min-height: 440px;
  overflow: hidden;
  border: 1px solid var(--ifp-vfr-ref-border);
  border-radius: 16px;
  background: var(--ifp-vfr-ref-card);
  box-shadow: 0 10px 26px rgba(73, 56, 34, .08);
}

.ifp-vfr-featured-review__image {
  min-height: 180px;
  background-size: cover;
  background-position: center;
}

.ifp-vfr-featured-review__body {
  position: relative;
  padding: clamp(24px, 4vw, 42px);
  display: grid;
  align-content: center;
}

.ifp-vfr-featured-review__quote,
.ifp-vfr-review-mini-card__quote {
  color: var(--ifp-vfr-ref-rust);
  font-size: 46px;
  line-height: .7;
  font-weight: 700;
}

.ifp-vfr-featured-review__stars,
.ifp-vfr-review-mini-card__stars {
  color: #c59c62;
  letter-spacing: .11em;
  font-size: 15px;
  margin-bottom: 12px;
}

.ifp-vfr-featured-review__text {
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.55;
}

.ifp-vfr-featured-review__text p,
.ifp-vfr-review-mini-card__text p {
  margin: 0 0 12px;
}

.ifp-vfr-featured-review__name,
.ifp-vfr-review-mini-card__name {
  margin-top: 12px;
  font-weight: 700;
  color: var(--ifp-vfr-ref-text);
}

.ifp-vfr-featured-review__cats,
.ifp-vfr-review-mini-card__cat {
  justify-self: start;
  margin-top: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--ifp-vfr-ref-accent);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}

.ifp-vfr-review-mini-grid {
  display: grid;
  gap: 12px;
}

.ifp-vfr-review-mini-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ifp-vfr-review-mini-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ifp-vfr-review-mini-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.ifp-vfr-review-mini-card {
  position: relative;
  min-height: 150px;
  padding: 18px;
  border-radius: 12px;
  border: 1px solid var(--ifp-vfr-ref-border);
  background: var(--ifp-vfr-ref-card);
  box-shadow: 0 8px 20px rgba(73, 56, 34, .06);
}

.ifp-vfr-review-mini-card__quote {
  font-size: 30px;
}

.ifp-vfr-review-mini-card__text {
  font-size: 14px;
  line-height: 1.45;
}

.ifp-vfr-review-mini-card__cat {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin: 0;
}

.ifp-vfr-reference-form-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(130px, .72fr);
  overflow: hidden;
  border: 1px solid var(--ifp-vfr-ref-border);
  border-radius: 16px;
  background: var(--ifp-vfr-ref-card);
  box-shadow: 0 10px 26px rgba(73, 56, 34, .08);
}

.ifp-vfr-reference-form-panel__body {
  padding: clamp(22px, 3vw, 36px);
}

.ifp-vfr-reference-form-panel__title {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.ifp-vfr-reference-form-panel__subtitle {
  margin: 0 0 18px;
  color: var(--ifp-vfr-ref-muted);
  line-height: 1.5;
}

.ifp-vfr-reference-form-panel__image {
  min-height: 100%;
  background-size: cover;
  background-position: center;
}

.ifp-vfr-reference-form-panel .ifp-vfr-review-form {
  box-shadow: none !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.ifp-vfr-reference-form-panel .ifp-vfr-review-form__submit {
  background: var(--ifp-vfr-ref-accent) !important;
  border-color: var(--ifp-vfr-ref-accent) !important;
  border-radius: 999px !important;
}

.ifp-vfr-reference-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid var(--ifp-vfr-ref-border);
  border-radius: 16px;
  background: rgba(255, 251, 244, .9);
}

.ifp-vfr-reference-trust-strip__item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  row-gap: 4px;
  align-items: center;
  padding: 20px 28px;
  border-left: 1px solid var(--ifp-vfr-ref-border);
}

.ifp-vfr-reference-trust-strip__item:first-child {
  border-left: 0;
}

.ifp-vfr-reference-trust-strip__icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid var(--ifp-vfr-ref-border);
  border-radius: 999px;
  color: var(--ifp-vfr-ref-accent);
  font-size: 26px;
}

.ifp-vfr-reference-trust-strip__item strong {
  font-size: 17px;
  font-weight: 500;
}

.ifp-vfr-reference-trust-strip__item span:last-child {
  color: var(--ifp-vfr-ref-muted);
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .ifp-vfr-reference-landing__main {
    grid-template-columns: 1fr 1fr;
  }

  .ifp-vfr-reference-landing__form {
    grid-column: 1 / -1;
  }

  .ifp-vfr-reference-hero__stats {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
  }
}

@media (max-width: 760px) {
  .ifp-vfr-reference-landing__main,
  .ifp-vfr-review-mini-grid--cols-2,
  .ifp-vfr-review-mini-grid--cols-3,
  .ifp-vfr-review-mini-grid--cols-4,
  .ifp-vfr-reference-form-panel,
  .ifp-vfr-reference-trust-strip {
    grid-template-columns: 1fr;
  }

  .ifp-vfr-reference-hero {
    min-height: 280px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ifp-vfr-reference-hero__stats {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .ifp-vfr-reference-hero__stat,
  .ifp-vfr-reference-trust-strip__item {
    border-left: 0;
    border-top: 1px solid var(--ifp-vfr-ref-border);
  }

  .ifp-vfr-reference-hero__stat:first-child,
  .ifp-vfr-reference-trust-strip__item:first-child {
    border-top: 0;
  }

  .ifp-vfr-reference-form-panel__image {
    min-height: 240px;
    order: -1;
  }
}


/* Elementor Widgets (v2.3.1) */
.ifp-vfr-elementor-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
}

.ifp-vfr-elementor-filter--select {
  display: block;
}

.ifp-vfr-filter-button,
.ifp-vfr-filter-select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(95, 92, 79, .22);
  background: #ffffff;
  color: #2f2a25;
  border-radius: 999px;
  padding: 9px 16px;
  line-height: 1.2;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.ifp-vfr-filter-button:hover,
.ifp-vfr-filter-button.is-active,
.ifp-vfr-filter-select:focus {
  background: #3f624f;
  border-color: #3f624f;
  color: #ffffff;
  transform: translateY(-1px);
}

.ifp-vfr-elementor-filter--tabs {
  border-bottom: 1px solid rgba(95, 92, 79, .18);
  gap: 4px;
}

.ifp-vfr-elementor-filter--tabs .ifp-vfr-filter-button {
  border-radius: 12px 12px 0 0;
  border-bottom-color: transparent;
}

.ifp-vfr-filter-select {
  width: 100%;
  max-width: 360px;
  transform: none;
}

.ifp-vfr-elementor-listing {
  width: 100%;
}

.ifp-vfr-elementor-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ifp-vfr-elementor-listing-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.ifp-vfr-elementor-review-card {
  position: relative;
  min-width: 0;
  background: #fffaf2;
  border: 1px solid rgba(95, 92, 79, .16);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 46px rgba(63, 48, 34, .08);
  transition: opacity .2s ease, transform .2s ease;
}

.ifp-vfr-elementor-review-card[hidden] {
  display: none !important;
}

.ifp-vfr-elementor-review-card--has-image {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.ifp-vfr-elementor-review-image img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 18px;
}

.ifp-vfr-elementor-quote {
  color: rgba(63, 98, 79, .22);
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: .75;
  margin: 0 0 4px;
}

.ifp-vfr-elementor-stars {
  color: #d3a128;
  letter-spacing: .08em;
  margin: 0 0 10px;
}

.ifp-vfr-elementor-review-text {
  color: #3d342c;
  font-size: 1rem;
  line-height: 1.72;
}

.ifp-vfr-elementor-review-text p {
  margin: 0 0 12px;
}

.ifp-vfr-elementor-review-name {
  margin-top: 14px;
  color: #243c30;
  font-weight: 800;
}

.ifp-vfr-elementor-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-top: 12px;
  color: #6f675d;
  font-size: .88rem;
}

.ifp-vfr-elementor-category,
.ifp-vfr-elementor-date {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(63, 98, 79, .1);
  padding: 4px 9px;
}

.ifp-vfr-elementor-listing--compact .ifp-vfr-elementor-review-card {
  padding: 18px;
  border-radius: 18px;
}

.ifp-vfr-elementor-listing--compact .ifp-vfr-elementor-quote {
  font-size: 44px;
}

.ifp-vfr-elementor-listing--compact .ifp-vfr-elementor-review-text {
  font-size: .95rem;
  line-height: 1.58;
}

.ifp-vfr-elementor-empty {
  grid-column: 1 / -1;
  border: 1px dashed rgba(95, 92, 79, .28);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 250, 242, .68);
  color: #4a4038;
}

.ifp-vfr-read-more {
  appearance: none;
  border: 0;
  background: transparent;
  color: #3f624f;
  cursor: pointer;
  padding: 0;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
}

.ifp-vfr-read-more:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .ifp-vfr-elementor-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ifp-vfr-elementor-review-card--has-image {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ifp-vfr-elementor-listing-grid {
    grid-template-columns: 1fr;
  }

  .ifp-vfr-elementor-filter {
    justify-content: stretch;
  }

  .ifp-vfr-filter-button,
  .ifp-vfr-filter-select {
    width: 100%;
  }
}


/* Elementor Listing: Pagination, Accordion Read More, Card Animations, Form Widget */
.ifp-vfr-elementor-listing-wrap {
    width: 100%;
}

.ifp-vfr-elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.ifp-vfr-elementor-page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ifp-vfr-elementor-page-button {
    appearance: none;
    border: 1px solid rgba(80, 68, 54, 0.18);
    background: rgba(255,255,255,0.82);
    color: inherit;
    min-width: 38px;
    min-height: 38px;
    padding: 8px 13px;
    border-radius: 999px;
    cursor: pointer;
    line-height: 1;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}

.ifp-vfr-elementor-page-button:hover,
.ifp-vfr-elementor-page-button.is-active {
    background: #7a8f51;
    border-color: #7a8f51;
    color: #fff;
    transform: translateY(-1px);
}

.ifp-vfr-elementor-page-button[disabled] {
    opacity: .42;
    cursor: not-allowed;
    transform: none;
}

.ifp-vfr-text-toggle {
    display: block;
}

.ifp-vfr-text-full {
    display: block;
}

.ifp-vfr-text-toggle--accordion .ifp-vfr-text-full {
    overflow: hidden;
    transition: max-height .32s ease, opacity .25s ease;
}

.ifp-vfr-read-more {
    appearance: none;
    border: 0 !important;
    background: transparent !important;
    padding: 0;
    margin: 0;
    color: currentColor;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.ifp-vfr-elementor-listing--animated .ifp-vfr-elementor-review-card--animate {
    opacity: 0;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    will-change: opacity, transform;
}

.ifp-vfr-elementor-listing--animation-fade .ifp-vfr-elementor-review-card--animate {
    transform: none;
}

.ifp-vfr-elementor-listing--animation-slide-up .ifp-vfr-elementor-review-card--animate {
    transform: translate3d(0, 28px, 0);
}

.ifp-vfr-elementor-listing--animation-slide-left .ifp-vfr-elementor-review-card--animate {
    transform: translate3d(34px, 0, 0);
}

.ifp-vfr-elementor-listing--animation-slide-right .ifp-vfr-elementor-review-card--animate {
    transform: translate3d(-34px, 0, 0);
}

.ifp-vfr-elementor-listing--animation-zoom .ifp-vfr-elementor-review-card--animate {
    transform: scale(.96);
}

.ifp-vfr-elementor-listing--animated .ifp-vfr-elementor-review-card--animate.is-visible {
    opacity: 1;
    transform: none;
}

.ifp-vfr-elementor-form-widget {
    width: 100%;
}

.ifp-vfr-elementor-form-panel {
    background: rgba(255,255,255,0.72);
    border: 1px solid rgba(80, 68, 54, 0.12);
    border-radius: 24px;
    padding: clamp(22px, 4vw, 42px);
}

.ifp-vfr-elementor-form-head {
    margin-bottom: 22px;
}

.ifp-vfr-elementor-form-title {
    margin: 0 0 10px;
}

.ifp-vfr-elementor-form-intro,
.ifp-vfr-elementor-form-footer {
    color: inherit;
    opacity: .82;
}

.ifp-vfr-elementor-form-intro p,
.ifp-vfr-elementor-form-footer p {
    margin-top: 0;
}

.ifp-vfr-elementor-form-footer {
    margin-top: 16px;
    font-size: .92em;
}

@media (prefers-reduced-motion: reduce) {
    .ifp-vfr-elementor-listing--animated .ifp-vfr-elementor-review-card--animate,
    .ifp-vfr-text-toggle--accordion .ifp-vfr-text-full {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}


/* Elementor Listing improvements (v2.5.0): external pagination, category positions, robust read-more. */
.ifp-vfr-elementor-pagination--external {
    margin-top: 0;
    margin-bottom: 0;
}

.ifp-vfr-elementor-category-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
}

.ifp-vfr-elementor-category-row--top {
    margin-bottom: 12px;
}

.ifp-vfr-elementor-category-row--before-text {
    margin: 0 0 10px;
}

.ifp-vfr-elementor-category-row--after-text {
    margin: 10px 0 0;
}

.ifp-vfr-elementor-review-meta .ifp-vfr-elementor-category {
    margin-right: 0;
}

.ifp-vfr-text-excerpt,
.ifp-vfr-text-full {
    display: block;
}

.ifp-vfr-text-full[hidden],
.ifp-vfr-text-excerpt[hidden] {
    display: none !important;
}

.ifp-vfr-text-toggle .ifp-vfr-read-more {
    margin-top: 6px;
}


.ifp-vfr-elementor-review-card--preset-category_top {
    padding-top: 18px;
}

.ifp-vfr-elementor-review-card--preset-quote_soft {
    background: linear-gradient(135deg, rgba(255,250,242,.96), rgba(246,239,226,.88));
}

.ifp-vfr-elementor-review-card--preset-quote_soft .ifp-vfr-elementor-quote {
    position: absolute;
    top: 14px;
    right: 18px;
    margin: 0;
    opacity: .75;
}

.ifp-vfr-elementor-review-card--preset-compact_meta {
    padding: 18px;
}

.ifp-vfr-elementor-review-card--preset-compact_meta .ifp-vfr-elementor-quote {
    font-size: 42px;
}

.ifp-vfr-elementor-review-card--preset-compact_meta .ifp-vfr-elementor-review-name {
    margin-top: 10px;
}


/* Elementor Summary Widget (v2.6.0) */
.ifp-vfr-elementor-summary {
  width: 100%;
}

.ifp-vfr-elementor-summary .ifp-vfr-summary {
  max-width: 100%;
}

.ifp-vfr-elementor-summary-output--balanced-card.ifp-vfr-summary {
  border-radius: 22px;
}

.ifp-vfr-elementor-summary-output--big-score.ifp-vfr-summary .ifp-vfr-summary-main {
  flex-direction: column;
  align-items: flex-start;
}

.ifp-vfr-elementor-summary-output--big-score.ifp-vfr-align--center.ifp-vfr-summary .ifp-vfr-summary-main {
  align-items: center;
}

.ifp-vfr-elementor-summary-output--big-score.ifp-vfr-summary .ifp-vfr-summary-score {
  min-width: 108px;
  min-height: 108px;
  border-radius: 28px;
  font-size: 44px;
}

.ifp-vfr-elementor-summary-output--split-card.ifp-vfr-summary {
  display: grid;
  grid-template-columns: minmax(180px, .72fr) minmax(260px, 1fr);
  gap: 22px;
  align-items: center;
}

.ifp-vfr-elementor-summary-output--split-card.ifp-vfr-summary .ifp-vfr-summary-distribution {
  margin-top: 0;
}

.ifp-vfr-elementor-summary-output--minimal-strip.ifp-vfr-summary {
  box-shadow: none;
  background: transparent;
  border-width: 0 0 1px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.ifp-vfr-elementor-summary-output--minimal-strip.ifp-vfr-summary .ifp-vfr-summary-score {
  min-width: auto;
  min-height: auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.ifp-vfr-elementor-summary-output--soft-trust.ifp-vfr-summary {
  background: linear-gradient(135deg, #fffaf1 0%, #f7fbf6 100%);
  border-color: rgba(127, 96, 35, .18);
}

.ifp-vfr-elementor-summary-output--soft-trust.ifp-vfr-summary .ifp-vfr-summary-score {
  background: rgba(255,255,255,.7);
  color: #6f5126;
}

.ifp-vfr-elementor-summary-output--soft-trust.ifp-vfr-summary .ifp-vfr-summary-fill {
  background: #b28a3b;
}

.ifp-vfr-elementor-summary .ifp-vfr-summary-actions {
  justify-content: flex-start;
}

.ifp-vfr-elementor-summary .ifp-vfr-align--center .ifp-vfr-summary-actions {
  justify-content: center;
}

.ifp-vfr-elementor-summary .ifp-vfr-align--right .ifp-vfr-summary-actions {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .ifp-vfr-elementor-summary-output--split-card.ifp-vfr-summary {
    grid-template-columns: 1fr;
  }

  .ifp-vfr-elementor-summary-output--big-score.ifp-vfr-summary .ifp-vfr-summary-score {
    min-width: 82px;
    min-height: 82px;
    font-size: 34px;
  }
}


/* Elementor: global star controls support (v2.7.0) */
.ifp-vfr-elementor-stars,
.ifp-vfr-loop-carousel-stars,
.ifp-vfr-summary-stars {
  line-height: 1;
}

/* Elementor Feedback Loop Carousel (v2.7.0) */
.ifp-vfr-loop-carousel {
  --ifp-vfr-carousel-per-view: 1;
  --ifp-vfr-carousel-gap: 20px;
  --ifp-vfr-carousel-speed: 450ms;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
}

.ifp-vfr-loop-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.ifp-vfr-loop-carousel-track {
  display: flex;
  gap: var(--ifp-vfr-carousel-gap, 20px);
  transition: transform var(--ifp-vfr-carousel-speed, 450ms) ease;
  will-change: transform;
}

.ifp-vfr-loop-carousel-slide {
  flex: 0 0 calc((100% - (var(--ifp-vfr-carousel-gap, 20px) * (var(--ifp-vfr-carousel-per-view, 1) - 1))) / var(--ifp-vfr-carousel-per-view, 1));
  min-width: 0;
}

.ifp-vfr-loop-carousel-slide[hidden],
.ifp-vfr-loop-slide-hidden {
  display: none !important;
}

.ifp-vfr-loop-carousel-card {
  height: 100%;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 22px;
  background: #fff;
  padding: 22px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, .08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.ifp-vfr-loop-carousel--soft-cards .ifp-vfr-loop-carousel-card {
  background: #fffaf3;
  border-color: rgba(153, 101, 54, .16);
}

.ifp-vfr-loop-carousel--quote-focus .ifp-vfr-loop-carousel-card {
  text-align: center;
  align-items: center;
}

.ifp-vfr-loop-carousel--compact-loop .ifp-vfr-loop-carousel-card {
  padding: 16px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
}

.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-card {
  padding: 0;
  overflow: hidden;
}

.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image + .ifp-vfr-loop-carousel-category-row,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image ~ .ifp-vfr-loop-carousel-stars,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image ~ .ifp-vfr-loop-carousel-text,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image ~ .ifp-vfr-loop-carousel-name,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image ~ .ifp-vfr-loop-carousel-meta,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image ~ .ifp-vfr-loop-carousel-quote {
  margin-left: 18px;
  margin-right: 18px;
}

.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-meta,
.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-name {
  margin-bottom: 18px;
}

.ifp-vfr-loop-carousel-image img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.ifp-vfr-loop-carousel--image-cards .ifp-vfr-loop-carousel-image img {
  border-radius: 0;
}

.ifp-vfr-loop-carousel-quote {
  font-size: 58px;
  line-height: .75;
  color: rgba(153, 101, 54, .22);
  font-family: Georgia, serif;
}

.ifp-vfr-loop-carousel-stars {
  color: #dba617;
  letter-spacing: .08em;
  font-size: 1.05rem;
}

.ifp-vfr-loop-carousel-text {
  flex: 1 1 auto;
  color: #253040;
  line-height: 1.65;
}

.ifp-vfr-loop-carousel-text p {
  margin: 0 0 .8em;
}

.ifp-vfr-loop-carousel-text p:last-child {
  margin-bottom: 0;
}

.ifp-vfr-loop-carousel-name {
  font-weight: 800;
  color: #17232f;
}

.ifp-vfr-loop-carousel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  font-size: .9rem;
  color: #64748b;
}

.ifp-vfr-loop-carousel-category-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ifp-vfr-loop-carousel-category {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(153, 101, 54, .10);
  color: #8b5e34;
  font-size: .82rem;
  font-weight: 700;
}

.ifp-vfr-loop-carousel-viewport {
  cursor: grab;
}

.ifp-vfr-loop-carousel-viewport.is-dragging {
  cursor: grabbing;
  user-select: none;
}

.ifp-vfr-loop-carousel-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.ifp-vfr-loop-carousel-dot {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-flex !important;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  max-width: none;
  max-height: none;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(15, 23, 42, .24);
  line-height: 1 !important;
  font-size: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: width .2s ease, background .2s ease, opacity .2s ease, transform .2s ease;
}

.ifp-vfr-loop-carousel-dot::before,
.ifp-vfr-loop-carousel-dot::after {
  display: none !important;
  content: none !important;
}

.ifp-vfr-loop-carousel-dot.is-active {
  width: 18px;
  min-width: 18px;
  background: #8b5e34;
  transform: none;
}

.ifp-vfr-loop-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--ifp-vfr-carousel-arrow-gap, 14px);
  pointer-events: none;
}

.ifp-vfr-loop-carousel-arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 44px;
  height: 44px;
  min-width: 0;
  min-height: 0;
  padding: 0 !important;
  margin: 0 !important;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background: #fff;
  color: #17232f;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1 !important;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .10);
  z-index: 2;
  pointer-events: auto;
  text-decoration: none !important;
}

.ifp-vfr-loop-carousel-arrow::before,
.ifp-vfr-loop-carousel-arrow::after {
  display: none !important;
  content: none !important;
}

.ifp-vfr-loop-carousel--arrow-plain .ifp-vfr-loop-carousel-arrow {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 4px 8px !important;
}

.ifp-vfr-loop-carousel-arrow:disabled {
  opacity: .42;
  cursor: default;
}

.ifp-vfr-loop-carousel--controls-bottom,
.ifp-vfr-loop-carousel--controls-bottom-wide {
  padding-bottom: 4px;
}

.ifp-vfr-loop-carousel--controls-bottom .ifp-vfr-loop-carousel-arrows,
.ifp-vfr-loop-carousel--controls-bottom-wide .ifp-vfr-loop-carousel-arrows {
  position: relative;
  margin-top: 16px;
}

.ifp-vfr-loop-carousel--controls-bottom-wide .ifp-vfr-loop-carousel-arrows {
  justify-content: space-between;
  width: 100%;
}

.ifp-vfr-loop-carousel--controls-top,
.ifp-vfr-loop-carousel--controls-top-wide {
  padding-top: 4px;
}

.ifp-vfr-loop-carousel--controls-top .ifp-vfr-loop-carousel-arrows,
.ifp-vfr-loop-carousel--controls-top-wide .ifp-vfr-loop-carousel-arrows {
  position: relative;
  margin-bottom: 16px;
  order: -1;
}

.ifp-vfr-loop-carousel--controls-top-wide .ifp-vfr-loop-carousel-arrows {
  justify-content: space-between;
  width: 100%;
}

.ifp-vfr-loop-carousel--controls-sides .ifp-vfr-loop-carousel-arrows,
.ifp-vfr-loop-carousel--controls-overlay .ifp-vfr-loop-carousel-arrows {
  position: absolute;
  inset: 50% 0 auto 0;
  transform: translateY(-50%);
  justify-content: space-between;
  padding-left: var(--ifp-vfr-carousel-arrow-gap, 14px);
  padding-right: var(--ifp-vfr-carousel-arrow-gap, 14px);
  z-index: 3;
}

.ifp-vfr-loop-carousel--controls-sides .ifp-vfr-loop-carousel-viewport {
  padding-left: calc(44px + var(--ifp-vfr-carousel-arrow-gap, 14px));
  padding-right: calc(44px + var(--ifp-vfr-carousel-arrow-gap, 14px));
}

.ifp-vfr-loop-carousel--controls-overlay .ifp-vfr-loop-carousel-arrow {
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(8px);
}

.ifp-vfr-loop-carousel--controls-none .ifp-vfr-loop-carousel-arrows {
  display: none !important;
}

.ifp-vfr-loop-carousel-empty {
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

@media (max-width: 767px) {
  .ifp-vfr-loop-carousel {
    --ifp-vfr-carousel-per-view: 1;
  }

  .ifp-vfr-loop-carousel--controls-sides .ifp-vfr-loop-carousel-viewport {
    padding-left: 0;
    padding-right: 0;
  }

  .ifp-vfr-loop-carousel--controls-sides .ifp-vfr-loop-carousel-arrows,
  .ifp-vfr-loop-carousel--controls-overlay .ifp-vfr-loop-carousel-arrows {
    position: relative;
    inset: auto;
    transform: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 14px;
  }
}


/* Elementor Feedback Formular Accordion (v2.9.0) */
.ifp-vfr-elementor-form-widget--accordion .ifp-vfr-elementor-form-head {
    margin-bottom: 18px;
}

.ifp-vfr-elementor-form-toggle {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 12px 20px;
    margin: 0 0 20px;
    border: 1px solid rgba(80, 68, 54, 0.16);
    border-radius: 999px;
    background: #7a8f51;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.ifp-vfr-elementor-form-toggle:hover,
.ifp-vfr-elementor-form-toggle:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(46, 39, 30, .14);
}

.ifp-vfr-elementor-form-toggle:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.ifp-vfr-elementor-form-accordion-body {
    display: block;
    transition: max-height .34s ease, opacity .26s ease;
    will-change: max-height, opacity;
}

.ifp-vfr-elementor-form-accordion-body[hidden] {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .ifp-vfr-elementor-form-accordion-body,
    .ifp-vfr-elementor-form-toggle {
        transition: none !important;
        transform: none !important;
    }
}


/* Google Reviews API output (v3.1.0) */
.ifp-vfr-google-reviews {
  width: 100%;
  max-width: 980px;
  margin: 18px 0;
}


.ifp-vfr-google-reviews-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ifp-vfr-google-reviews-link-content p {
  margin: 0;
  color: #64748b;
}

.ifp-vfr-google-reviews-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 14px 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
  margin-bottom: 14px;
}

.ifp-vfr-google-reviews-place {
  font-weight: 800;
  color: #17232f;
  margin-bottom: 4px;
}

.ifp-vfr-google-reviews-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #50575e;
}

.ifp-vfr-google-reviews-score strong {
  color: #17232f;
  font-size: 1.25rem;
}

.ifp-vfr-google-reviews-list {
  display: grid;
  gap: 14px;
}

.ifp-vfr-google-reviews--grid .ifp-vfr-google-reviews-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ifp-vfr-google-reviews--compact .ifp-vfr-google-reviews-list {
  gap: 8px;
}

.ifp-vfr-google-review-card {
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.ifp-vfr-google-reviews--compact .ifp-vfr-google-review-card {
  padding: 12px 14px;
}

.ifp-vfr-google-review-text {
  margin: 0 0 10px;
}

.ifp-vfr-google-review-text p {
  margin-top: 0;
}

.ifp-vfr-google-review-text p:last-child {
  margin-bottom: 0;
}

.ifp-vfr-google-review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: #64748b;
  font-size: .92rem;
}

.ifp-vfr-google-review-author {
  font-weight: 700;
  color: #17232f;
}

.ifp-vfr-google-review-date::before {
  content: "•";
  margin-right: 8px;
  color: #94a3b8;
}

.ifp-vfr-google-reviews--empty {
  border: 1px solid #dbe4f0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
}

@media (max-width: 900px) {
  .ifp-vfr-google-reviews--grid .ifp-vfr-google-reviews-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  
.ifp-vfr-google-reviews-link-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  border: 1px solid #dbe4f0;
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.ifp-vfr-google-reviews-link-content p {
  margin: 0;
  color: #64748b;
}

.ifp-vfr-google-reviews-summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .ifp-vfr-google-reviews--grid .ifp-vfr-google-reviews-list {
    grid-template-columns: 1fr;
  }

  .ifp-vfr-google-review-date::before {
    content: "";
    margin-right: 0;
  }
}
