/* Mobile-first aanvullingen die aansluiten op de bestaande Elementor-stijl. */
:where(article, section)[class^="rv-"][class*="guide"] {
    box-sizing: border-box;
    max-width: 100%;
}

/* Categoriehubs: inhoudelijk rijker zonder af te wijken van de bestaande site. */
.rv-category-hub {
    box-sizing: border-box;
    margin: 0 auto 2rem;
    max-width: 1200px;
    padding: 1rem;
    width: 100%;
}

.rv-category-hub-inner {
    background: #f7fafc;
    border: 1px solid #d7e5ec;
    border-inline-start: 4px solid #2374a5;
    border-radius: 8px;
    box-sizing: border-box;
    color: #243746;
    padding: 1rem;
}

.rv-category-hub h2 {
    color: #0e253f;
    font-size: clamp(1.4rem, 6vw, 2rem);
    line-height: 1.2;
    margin-block: .2rem .7rem;
}

.rv-category-hub h3 {
    color: #0e253f;
    font-size: 1.08rem;
    margin-block: 0 .45rem;
}

.rv-category-hub-intro {
    font-size: 1.02rem;
}

.rv-category-hub-links {
    display: grid;
    gap: .45rem 1.25rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: .65rem 1.25rem;
    padding-inline-start: 1.25rem;
}

.rv-category-hub-grid {
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1.25rem;
}

.rv-category-hub-card {
    background: #fff;
    border: 1px solid #dbe5ea;
    border-radius: 6px;
    box-sizing: border-box;
    min-width: 0;
    padding: .9rem;
}

.rv-category-hub-card p {
    margin: 0;
}

.rv-category-hub-check {
    background: #fff;
    border-inline-start: 3px solid #ef7d42;
    padding: .8rem;
}

.rv-category-hub-actions {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-weight: 700;
    gap: .35rem;
}

.rv-category-hub-actions span {
    display: none;
}

@media (min-width: 700px) {
    .rv-category-hub {
        padding: 1.25rem;
    }

    .rv-category-hub-inner {
        padding: 1.25rem 1.5rem;
    }

    .rv-category-hub-links,
    .rv-category-hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-category-hub-actions {
        align-items: center;
        flex-direction: row;
        gap: .6rem;
    }

    .rv-category-hub-actions span {
        display: inline;
    }
}

/* Schadechecklist-funnel: compact, mobile-first en in dezelfde visuele taal. */
.rv-damage-lead,
.rv-damage-email,
.rv-damage-next,
.rv-damage-trust,
.rv-damage-resource-card {
    border: 1px solid #d7e5ec;
    border-radius: 8px;
    box-sizing: border-box;
    color: #243746;
    margin-block: 1.25rem;
    max-width: 100%;
    padding: 1rem;
}

.rv-damage-lead {
    background: linear-gradient(145deg, #eef7fc 0%, #fff 75%);
    border-inline-start: 4px solid #2374a5;
}

.rv-damage-email {
    background: #f3f8fb;
}

.rv-damage-next {
    background: #0e4f78;
    border-color: #0e4f78;
    color: #fff;
}

.rv-damage-next :where(h2, a) {
    color: #fff;
}

.rv-damage-trust,
.rv-damage-resource-card {
    background: #fff;
}

.rv-damage-resource-card {
    border-inline-start: 4px solid #ef7d42;
    margin-block: 1.5rem;
}

.rv-damage-kicker {
    color: #c95625;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .04em;
    margin: 0 0 .45rem;
    text-transform: uppercase;
}

.rv-damage-lead h2,
.rv-damage-email h2,
.rv-damage-next h2,
.rv-damage-trust h2,
.rv-damage-resource-card h2 {
    font-size: clamp(1.35rem, 6vw, 2rem);
    line-height: 1.2;
    margin-block: .2rem .7rem;
}

.rv-damage-intro {
    font-size: 1.04rem;
}

.rv-damage-benefits {
    display: grid;
    gap: .45rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1rem;
}

.rv-damage-benefits span {
    background: #fff;
    border: 1px solid #d7e5ec;
    border-radius: 6px;
    padding: .6rem .75rem;
}

.rv-damage-actions {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-damage-button,
.rv-damage-email-form button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 3rem;
    padding: .75rem 1rem;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.rv-damage-button--primary,
.rv-damage-email-form button {
    background: #2374a5;
    color: #fff !important;
}

.rv-damage-button--primary:hover,
.rv-damage-email-form button:hover {
    background: #175b85;
}

.rv-damage-button--secondary {
    background: #fff;
    border-color: #2374a5;
    color: #175b85 !important;
}

.rv-damage-button:focus-visible,
.rv-damage-email-form :where(input, button):focus-visible {
    outline: 3px solid rgba(35, 116, 165, .28);
    outline-offset: 2px;
}

.rv-damage-proof,
.rv-damage-privacy {
    font-size: .84rem;
    margin-block: .85rem 0;
}

.rv-damage-email-form {
    background: #fff;
    border: 1px solid #cbdbe4;
    border-radius: 8px;
    margin-block-start: 1rem;
    padding: .9rem;
}

.rv-damage-email-form p {
    margin-block: 0 .85rem;
}

.rv-damage-email-form label {
    display: block;
    font-weight: 700;
    margin-block-end: .35rem;
}

.rv-damage-email-form input[type="email"] {
    border: 1px solid #9fb6c4;
    border-radius: 6px;
    box-sizing: border-box;
    font: inherit;
    min-height: 3rem;
    padding: .65rem .75rem;
    width: 100%;
}

.rv-damage-consent label {
    align-items: flex-start;
    display: flex;
    font-size: .9rem;
    font-weight: 500;
    gap: .55rem;
}

.rv-damage-consent input {
    flex: 0 0 auto;
    height: 1.1rem;
    margin-block-start: .16rem;
    width: 1.1rem;
}

.rv-damage-honeypot {
    left: -9999px;
    position: absolute;
}

.rv-checklist-form-message {
    border-radius: 6px;
    font-weight: 700;
    padding: .8rem;
}

.rv-checklist-form-message--success {
    background: #eaf7ee;
    color: #195c2d;
}

.rv-checklist-form-message--info {
    background: #e8f2fb;
    color: #184f72;
}

.rv-checklist-form-message--error {
    background: #fff0f0;
    color: #8a2424;
}

@media (min-width: 760px) {
    .rv-damage-lead,
    .rv-damage-email,
    .rv-damage-next,
    .rv-damage-trust,
    .rv-damage-resource-card {
        padding: 1.35rem 1.5rem;
    }

    .rv-damage-benefits {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rv-damage-actions {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }

    .rv-damage-button,
    .rv-damage-email-form button {
        width: auto;
    }

    .rv-damage-email-form {
        padding: 1.15rem;
    }
}

/* De Elementor-pagina gebruikt een gecentreerde inhoudsbreedte. De extra
   wintersportgids volgt exact dezelfde kolom, ook op smalle schermen. */
.rv-winter-sports-guide {
    margin-inline: auto;
    max-width: 1120px !important;
    width: calc(100% - 2rem);
}

.rv-home-faq-list {
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
}

.rv-home-faq-item {
    background: #fff;
    border: 1px solid #dbe5ea;
    border-radius: 6px;
    box-sizing: border-box;
    overflow: clip;
}

.rv-home-faq-item summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    gap: 1rem;
    justify-content: space-between;
    list-style: none;
    min-height: 3.25rem;
    padding: .85rem 1rem;
}

.rv-home-faq-item summary::-webkit-details-marker {
    display: none;
}

.rv-home-faq-item summary::after {
    color: #0e5a85;
    content: "+";
    flex: 0 0 auto;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.rv-home-faq-item[open] summary {
    background: #f3f8fb;
}

.rv-home-faq-item[open] summary::after {
    content: "−";
}

.rv-home-faq-item summary:focus-visible {
    outline: 3px solid rgba(35, 116, 165, .25);
    outline-offset: -3px;
}

.rv-home-faq-answer {
    border-block-start: 1px solid #dbe5ea;
    padding: 1rem;
}

.rv-home-faq-answer p {
    margin: 0;
}

.rv-home-choice-tool {
    background: #f3f8fb;
    border: 1px solid #d7e5ec;
    border-inline-start: 4px solid #2374a5;
    border-radius: 8px;
    box-sizing: border-box;
    color: #243746;
    margin: 1.25rem auto 2rem;
    max-width: 900px;
    padding: 1rem;
    text-align: start;
    width: calc(100% - 2rem);
}

.rv-home-choice-tool > h2 {
    color: #0e253f;
    font-size: clamp(1.45rem, 5vw, 2rem);
    margin-block: .25rem .65rem;
}

.rv-home-choice-tool > p {
    margin-block: 0 .8rem;
}

.rv-home-provider-intro {
    background: #fff;
    border: 1px solid #d7e5ec;
    border-block-start: 4px solid #ef7d42;
    border-radius: 8px;
    box-sizing: border-box;
    color: #243746;
    margin: 0 auto 1.25rem;
    max-width: 1200px;
    padding: 1rem;
    text-align: start;
    width: calc(100% - 2rem);
}

.rv-home-provider-intro h2 {
    color: #0e253f;
    font-size: clamp(1.4rem, 5vw, 2rem);
    margin-block: .25rem .65rem;
}

.rv-home-provider-intro p {
    margin-block: 0 .7rem;
}

.rv-home-provider-intro p:last-child {
    margin-block-end: 0;
}

.rv-home-market-scope {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1rem;
}

.rv-home-market-scope article {
    background: #f7fafc;
    border: 1px solid #d7e5ec;
    border-radius: 6px;
    box-sizing: border-box;
    min-width: 0;
    padding: .8rem;
}

.rv-home-market-scope strong,
.rv-home-market-scope span {
    display: block;
}

.rv-home-market-scope strong {
    color: #0e253f;
    font-size: 1.02rem;
    margin-block-end: .25rem;
}

.rv-home-market-note {
    background: #fff8f3;
    border-inline-start: 3px solid #ef7d42;
    padding: .7rem .8rem;
}

.rv-home-market-note a {
    color: #0d5f64;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .12em;
}

.rv-home-provider-switch {
    font-weight: 700;
}

.rv-home-provider-switch a {
    text-decoration: underline;
    text-underline-offset: .15em;
}

.rv-home-choice-form {
    margin-block-start: 1.15rem;
}

.rv-home-choice-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-home-choice-tool fieldset {
    background: #fff;
    border: 1px solid #cbdbe4;
    border-radius: 6px;
    box-sizing: border-box;
    display: grid;
    gap: .55rem;
    margin: 0;
    min-width: 0;
    padding: .9rem;
}

.rv-home-choice-tool legend {
    color: #0e253f;
    font-weight: 700;
    padding-inline: .2rem;
}

.rv-home-choice-tool fieldset label:not(.rv-home-choice-select-label) {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: .55rem;
    line-height: 1.4;
}

.rv-home-choice-tool input[type="radio"],
.rv-home-choice-tool input[type="checkbox"] {
    accent-color: #0e5a85;
    flex: 0 0 auto;
    height: 1.15rem;
    margin-block-start: .15rem;
    width: 1.15rem;
}

.rv-home-choice-select-label,
.rv-home-choice-hint {
    color: #52616b;
    font-size: .9rem;
    margin: 0;
}

.rv-home-choice-tool select {
    background: #fff;
    border: 1px solid #899ca7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #243746;
    font: inherit;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    width: 100%;
}

.rv-home-choice-tool select:focus-visible,
.rv-home-choice-tool input:focus-visible {
    outline: 3px solid rgba(35, 116, 165, .3);
    outline-offset: 2px;
}

.rv-home-choice-form > button {
    background: #0e5a85;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    margin-block-start: 1rem;
    min-height: 2.8rem;
    padding: .7rem 1rem;
    width: 100%;
}

.rv-home-choice-form > button:hover,
.rv-home-choice-form > button:focus-visible {
    background: #0a476b;
}

.rv-home-choice-result {
    background: #fff;
    border: 1px solid #cbdbe4;
    border-inline-start: 4px solid #65b7df;
    border-radius: 6px;
    margin-block-start: 1rem;
    padding: 1rem;
}

.rv-home-choice-result[hidden] {
    display: none;
}

.rv-home-choice-result h3 {
    color: #0e253f;
    margin-block-start: 0;
}

.rv-home-choice-result ol {
    padding-inline-start: 1.35rem;
}

.rv-home-choice-result a,
.rv-home-choice-noscript a {
    color: #0e5a85;
    text-decoration: underline;
    text-underline-offset: .12em;
}

.rv-home-choice-actions {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block-start: 1rem;
}

.rv-home-choice-actions a {
    align-items: center;
    border-radius: 5px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 2.75rem;
    padding: .65rem .9rem;
    text-align: center;
}

.rv-home-choice-actions .rv-home-choice-primary {
    background: #0e5a85;
    color: #fff;
    text-decoration: none;
}

.rv-home-choice-actions .rv-home-choice-primary:hover,
.rv-home-choice-actions .rv-home-choice-primary:focus-visible {
    background: #0a476b;
    color: #fff;
}

.rv-home-choice-actions .rv-home-choice-secondary {
    border: 1px solid #0e5a85;
}

.rv-home-choice-privacy {
    color: #52616b;
    margin-block: .85rem 0 !important;
}

.rv-anchor-target {
    display: block;
    scroll-margin-top: 2rem;
}

.rv-travel-checklist-guide {
    margin-inline: auto;
    max-width: 900px !important;
}

.rv-checklist-intro {
    color: #243746;
    font-size: 1.08rem;
    line-height: 1.65;
}

.rv-checklist-nav {
    background: #f3f8fb;
    border: 1px solid #d7e5ec;
    border-radius: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: .55rem .9rem;
    margin-block: 1.25rem 1.75rem;
    padding: .85rem 1rem;
}

.rv-checklist-nav a {
    color: #0e5a85 !important;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .12em;
}

.rv-checklist-summary,
.rv-checklist-phase,
.rv-checklist-sources,
.rv-checklist-share {
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 1.5rem;
    padding: 1rem;
    scroll-margin-top: 2rem;
}

.rv-checklist-summary {
    background: #f3f8fb;
    border: 1px solid #d7e5ec;
    border-inline-start: 4px solid #2374a5;
}

.rv-checklist-summary h2,
.rv-checklist-phase h2,
.rv-checklist-sources h2,
.rv-checklist-share h2 {
    color: #0e253f;
    margin-block-start: 0;
}

.rv-checklist-phases {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-checklist-phase {
    background: #fff;
    border: 1px solid #dbe5ea;
    margin: 0;
}

.rv-checklist-phase h3 {
    margin-block: 1.25rem .5rem;
}

.rv-checklist-phase :where(ul, ol),
.rv-checklist-summary ol {
    margin-block-end: 0;
}

.rv-checklist-sources {
    background: #f7fafc;
    border: 1px solid #dbe5ea;
}

.rv-checklist-sources li + li {
    margin-block-start: .45rem;
}

.rv-checklist-share {
    background: #fff4ef;
    border: 1px solid #f0cdbf;
    border-inline-start: 4px solid #e36c43;
}

:where(article, section)[class^="rv-"][class*="guide"] img {
    height: auto;
    max-width: 100%;
}

:where(article, section)[class^="rv-"][class*="guide"] :where(a, code) {
    overflow-wrap: anywhere;
}

/* De themakleur #f0643f haalt op wit onvoldoende contrast voor gewone tekst.
   Deze donkerdere oranje tint behoudt de bestaande uitstraling en haalt WCAG
   AA op zowel wit als de lichtblauwe CTA-achtergrond. */
:where(article, section)[class^="rv-"][class*="guide"] a,
.rv-comparison-cta a {
    color: #b34124;
}

:where(article, section)[class^="rv-"][class*="guide"] a:hover,
:where(article, section)[class^="rv-"][class*="guide"] a:focus-visible,
.rv-comparison-cta a:hover,
.rv-comparison-cta a:focus-visible {
    color: #8a3b12;
}

/* De drie bestaande aanbiederkaarten op de kortlopende pagina gebruikten
   lichte oranje en grijze tekst op wit. Behoud de kaartstijl, maar maak de
   tekst voldoende contrastrijk en interne tekstlinks ook zonder kleur herkenbaar. */
.page-id-362 :where(
    .elementor-element-7b170f2,
    .elementor-element-349b89f,
    .elementor-element-5b543e2
) .elementor-heading-title {
    color: #a94624 !important;
}

.page-id-362 :where(
    .elementor-element-3586a18,
    .elementor-element-96bfd9d,
    .elementor-element-a841ed0
) .elementor-heading-title {
    color: #5d6878 !important;
}

.page-id-362 #rv-short-term-guide :where(p, li) a {
    text-decoration: underline;
    text-decoration-thickness: .08em;
    text-underline-offset: .15em;
}

:where(article, section)[class^="rv-"][class*="guide"] :where(ul, ol) {
    padding-inline-start: 1.35rem;
}

:where(article, section)[class^="rv-"][class*="guide"] table {
    border-collapse: collapse;
    display: block;
    margin-block: 1.5rem;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

:where(article, section)[class^="rv-"][class*="guide"] :where(th, td) {
    border: 1px solid #e3e9ed;
    min-width: 9rem;
    padding: .75rem;
    text-align: start;
    vertical-align: top;
}

:where(article, section)[class^="rv-"][class*="guide"] th {
    background: #f3f8fb;
    color: inherit;
    font-weight: 700;
}

.rv-comparison-cta {
    background: #f3f8fb;
    border-inline-start: 4px solid #65b7df;
    border-radius: 6px;
    box-sizing: border-box;
    margin-block: 2rem;
    padding: 1rem;
}

.rv-comparison-cta p {
    margin: 0;
}

.rv-comparison-cta a {
    display: inline-block;
    font-weight: 700;
    margin-block-start: .35rem;
}

.rv-unlinked-provider-reference {
    color: inherit;
}

.rv-editorial-byline {
    align-items: flex-start;
    border-block-end: 1px solid #e3e9ed;
    color: #52616b;
    display: flex;
    flex-direction: column;
    font-size: .9rem;
    gap: .2rem;
    margin-block: 0 1.5rem;
    padding-block: 0 1rem;
}

.rv-editorial-byline a {
    font-weight: 600;
}

.rv-related-guides {
    border-block-start: 1px solid #dbe5ea;
    margin-block: 2.25rem 1.5rem;
    padding-block-start: 1.5rem;
}

.rv-related-guides > h2 {
    margin-block: 0 .45rem;
}

.rv-related-guides-hub {
    font-size: .95rem;
    font-weight: 700;
    margin-block: 0 1rem;
}

.rv-related-guides-hub a {
    align-items: center;
    display: inline-flex;
    gap: .35rem;
}

.rv-category-index {
    background: #f7fafc;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 1.5rem 2rem;
    padding: 1rem;
}

.rv-category-index h2 {
    margin-block: 0 .45rem;
}

.rv-category-index > p {
    color: #52616b;
    margin-block: 0 1rem;
}

.rv-category-index ul {
    display: grid;
    gap: .55rem 1.25rem;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    padding-inline-start: 1.2rem;
}

.rv-related-guides-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-related-guides-grid article {
    background: #f7fafc;
    border: 1px solid #e1e8ec;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1rem;
}

.rv-related-guides-grid h3 {
    font-size: 1.05rem;
    margin: 0 0 .35rem;
}

.rv-related-guides-grid p {
    color: #52616b;
    font-size: .94rem;
    margin: 0;
}

.rv-decision-calculator {
    background: #f7fafc;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 2rem;
    padding: 1rem;
}

.rv-decision-calculator > h2 {
    margin-block-start: 0;
}

.rv-calculator-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1.25rem;
}

.rv-calculator-grid label {
    display: grid;
    font-weight: 600;
    gap: .35rem;
}

.rv-calculator-grid input {
    background: #fff;
    border: 1px solid #aebbc2;
    border-radius: 5px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    width: 100%;
}

.rv-calculator-grid input:focus-visible {
    border-color: #2374a5;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 1px;
}

.rv-decision-calculator button {
    background: #2374a5;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    width: 100%;
}

.rv-decision-calculator button:hover,
.rv-decision-calculator button:focus-visible {
    background: #185c84;
}

.rv-calculator-result {
    background: #fff;
    border-inline-start: 4px solid #65b7df;
    margin-block-start: 1.25rem;
    padding: 1rem;
}

.rv-calculator-result dl {
    margin-block: 1rem;
}

.rv-calculator-result dl div {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding-block: .35rem;
}

.rv-calculator-result dd {
    font-weight: 700;
    margin: 0;
}

.rv-calculator-warning {
    color: #8a3b12;
}

.rv-calculator-note {
    color: #52616b;
    margin-block: 1rem 0;
}

.rv-short-profile-tool {
    background: #f3f8fb;
    border: 1px solid #cbdbe4;
    border-block-start: 4px solid #2374a5;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 2rem;
    padding: 1rem;
}

.rv-short-profile-tool > h2 {
    color: #0e253f;
    margin-block: .2rem .7rem;
}

.rv-short-profile-grid {
    display: grid;
    gap: .85rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1rem;
}

.rv-short-profile-grid label {
    display: grid;
    font-weight: 700;
    gap: .35rem;
}

.rv-short-profile-grid input,
.rv-short-profile-grid select {
    background: #fff;
    border: 1px solid #899ca7;
    border-radius: 5px;
    box-sizing: border-box;
    color: #243746;
    font: inherit;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    width: 100%;
}

.rv-short-profile-tool fieldset {
    background: #fff;
    border: 1px solid #cbdbe4;
    border-radius: 6px;
    box-sizing: border-box;
    margin: 0 0 1rem;
    min-width: 0;
    padding: .9rem;
}

.rv-short-profile-tool legend {
    color: #0e253f;
    font-weight: 700;
    padding-inline: .2rem;
}

.rv-short-profile-modules {
    display: grid;
    gap: .6rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-short-profile-modules label {
    align-items: flex-start;
    cursor: pointer;
    display: flex;
    gap: .55rem;
    line-height: 1.4;
}

.rv-short-profile-modules input {
    accent-color: #2374a5;
    flex: 0 0 auto;
    height: 1.15rem;
    margin-block-start: .15rem;
    width: 1.15rem;
}

.rv-short-profile-tool button,
.rv-short-profile-cta {
    background: #2374a5;
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-weight: 800;
    justify-content: center;
    min-height: 2.8rem;
    padding: .7rem 1rem;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.rv-short-profile-tool button:hover,
.rv-short-profile-tool button:focus-visible,
.rv-short-profile-cta:hover,
.rv-short-profile-cta:focus-visible {
    background: #185c84;
}

.rv-short-profile-tool :where(input, select, button, a):focus-visible {
    outline: 3px solid rgba(35, 116, 165, .28);
    outline-offset: 2px;
}

.rv-short-profile-result {
    background: #fff;
    border: 1px solid #cbdbe4;
    border-inline-start: 4px solid #65b7df;
    border-radius: 6px;
    margin-block-start: 1rem;
    padding: 1rem;
}

.rv-short-profile-result[hidden] {
    display: none;
}

.rv-short-profile-result h3 {
    color: #0e253f;
    margin-block-start: 0;
}

.rv-short-profile-result dl {
    margin-block: 1rem;
}

.rv-short-profile-result dl div {
    border-block-end: 1px solid #e1e8ec;
    display: grid;
    gap: .25rem;
    padding-block: .55rem;
}

.rv-short-profile-result dt {
    font-weight: 800;
}

.rv-short-profile-result dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.rv-short-profile-privacy,
.rv-short-profile-note {
    color: #52616b;
    margin-block: .8rem 0;
}

.rv-download-resource {
    align-items: stretch;
    background: #fff4ef;
    border: 1px solid #f0cdbf;
    border-inline-start: 4px solid #e36c43;
    border-radius: 8px;
    box-sizing: border-box;
    display: grid;
    gap: 1rem;
    margin-block: 1.75rem 2rem;
    padding: 1rem;
}

.rv-download-resource h2 {
    margin-block: .2rem .65rem;
}

.rv-download-resource p {
    margin-block: 0 .65rem;
}

.rv-download-kicker {
    color: #71330f;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.rv-download-action {
    align-self: center;
    margin: 0 !important;
}

.rv-download-button {
    background: #0e5a85;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff !important;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 2.8rem;
    padding: .7rem 1rem;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.rv-download-button:hover,
.rv-download-button:focus-visible {
    background: #0a476b;
    color: #fff !important;
}

.rv-travel-advice-tool {
    background: #f3f8fb;
    border: 1px solid #d7e5ec;
    border-inline-start: 4px solid #2374a5;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 1.75rem 2rem;
    padding: 1rem;
}

.rv-travel-advice-tool > h2 {
    margin-block: .2rem .65rem;
}

.rv-tool-kicker {
    color: #0e5a85;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .04em;
    margin: 0;
    text-transform: uppercase;
}

.rv-travel-advice-tool form {
    margin-block: 1.25rem;
}

.rv-travel-advice-tool label {
    display: block;
    font-weight: 700;
    margin-block-end: .35rem;
}

.rv-travel-advice-controls {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-travel-advice-controls select,
.rv-travel-advice-controls button {
    border-radius: 5px;
    box-sizing: border-box;
    font: inherit;
    min-height: 2.8rem;
    padding: .6rem .7rem;
    width: 100%;
}

.rv-travel-advice-controls select {
    background: #fff;
    border: 1px solid #aebbc2;
    color: inherit;
}

.rv-travel-advice-controls button {
    background: #0e5a85;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
}

.rv-travel-advice-controls button:hover,
.rv-travel-advice-controls button:focus-visible {
    background: #0a476b;
}

.rv-travel-advice-controls select:focus-visible {
    border-color: #2374a5;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 1px;
}

.rv-travel-advice-result {
    background: #fff;
    border: 1px solid #d7e5ec;
    border-radius: 6px;
    margin-block-start: 1rem;
    padding: 1rem;
}

.rv-travel-advice-result h3 {
    margin-block: 0 .65rem;
}

.rv-travel-advice-metadata,
.rv-tool-source {
    color: #52616b;
}

.rv-travel-advice-insurance-note {
    background: #fff4ef;
    border-inline-start: 3px solid #e36c43;
    padding: .75rem;
}

.rv-official-advice-link {
    display: inline-block;
    font-weight: 700;
}

.rv-dental-route-tool {
    background: #f3f8fb;
    border: 1px solid #d7e5ec;
    border-inline-start: 4px solid #2374a5;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 1.75rem 2rem;
    max-width: 100%;
    padding: 1rem;
}

.rv-dental-route-tool > h2 {
    margin-block: .2rem .65rem;
}

.rv-dental-route-tool form {
    margin-block: 1.25rem;
}

.rv-dental-route-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-dental-route-grid label {
    display: grid;
    font-weight: 700;
    gap: .35rem;
    min-width: 0;
}

.rv-dental-route-grid select,
.rv-dental-route-tool button {
    border-radius: 5px;
    box-sizing: border-box;
    font: inherit;
    min-height: 2.8rem;
    padding: .6rem .7rem;
    width: 100%;
}

.rv-dental-route-grid select {
    background: #fff;
    border: 1px solid #aebbc2;
    color: inherit;
}

.rv-dental-route-grid select:focus-visible {
    border-color: #2374a5;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 1px;
}

.rv-dental-route-tool button {
    background: #0e5a85;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    margin-block-start: 1rem;
}

.rv-dental-route-tool button:hover,
.rv-dental-route-tool button:focus-visible {
    background: #0a476b;
}

.rv-dental-route-result {
    background: #fff;
    border: 1px solid #d7e5ec;
    border-radius: 6px;
    margin-block-start: 1rem;
    padding: 1rem;
}

.rv-dental-route-result h3 {
    margin-block: 0 .65rem;
}

.rv-dental-route-result ol {
    padding-inline-start: 1.35rem;
}

.rv-dental-route-note {
    background: #fff4ef;
    border-inline-start: 3px solid #e36c43;
    margin-block-end: 0;
    padding: .75rem;
}

.rv-tool-source {
    font-size: .92rem;
}

.rv-citytrip-check {
    background: #f7fafc;
    border: 1px solid #dbe5ea;
    border-radius: 8px;
    box-sizing: border-box;
    margin-block: 2rem;
    padding: 1rem;
}

.rv-citytrip-check > h2 {
    margin-block-start: 0;
}

.rv-citytrip-check-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(0, 1fr);
    margin-block: 1.25rem;
}

.rv-citytrip-check-grid label {
    display: grid;
    font-weight: 600;
    gap: .35rem;
}

.rv-citytrip-check-grid select {
    background: #fff;
    border: 1px solid #aebbc2;
    border-radius: 5px;
    box-sizing: border-box;
    color: inherit;
    font: inherit;
    min-height: 2.75rem;
    padding: .55rem .65rem;
    width: 100%;
}

.rv-citytrip-check-grid select:focus-visible {
    border-color: #2374a5;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 1px;
}

.rv-citytrip-check button {
    background: #2374a5;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    width: 100%;
}

.rv-citytrip-check button:hover,
.rv-citytrip-check button:focus-visible {
    background: #185c84;
}

.rv-citytrip-check-result {
    background: #fff;
    border: 1px solid #d7e5ec;
    border-radius: 6px;
    margin-block-start: 1rem;
    padding: 1rem;
}

.rv-citytrip-check-result h3 {
    margin-block: 0 .65rem;
}

.rv-citytrip-check-result ol {
    padding-inline-start: 1.35rem;
}

.rv-citytrip-check-note {
    background: #fff4ef;
    border-inline-start: 3px solid #e36c43;
    margin-block-end: 0;
    padding: .75rem;
}

@media (min-width: 48rem) {
    .rv-home-choice-tool {
        padding: 1.25rem 1.5rem;
    }

    .rv-home-provider-intro {
        padding: 1.25rem 1.5rem;
    }

    .rv-home-market-scope {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rv-home-choice-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-home-choice-form > button {
        width: auto;
    }

    .rv-home-choice-actions {
        grid-template-columns: repeat(2, minmax(0, max-content));
    }

    .rv-checklist-summary,
    .rv-checklist-phase,
    .rv-checklist-sources,
    .rv-checklist-share {
        padding: 1.25rem 1.5rem;
    }

    :where(article, section)[class^="rv-"][class*="guide"] table {
        display: table;
        overflow-x: visible;
    }

    :where(article, section)[class^="rv-"][class*="guide"] :where(th, td) {
        min-width: 0;
        padding: .9rem 1rem;
    }

    .rv-comparison-cta {
        padding: 1.25rem 1.5rem;
    }

    .rv-editorial-byline {
        align-items: center;
        flex-direction: row;
        gap: .75rem;
    }

    .rv-editorial-byline a {
        border-inline-start: 1px solid #cfd9de;
        padding-inline-start: .75rem;
    }

    .rv-related-guides-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .rv-category-index {
        padding: 1.25rem 1.5rem;
    }

    .rv-category-index ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-decision-calculator {
        padding: 1.5rem;
    }

    .rv-calculator-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-decision-calculator button {
        width: auto;
    }

    .rv-short-profile-tool {
        padding: 1.25rem 1.5rem;
    }

    .rv-short-profile-grid,
    .rv-short-profile-modules {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-short-profile-wide {
        grid-column: 1 / -1;
    }

    .rv-short-profile-tool button,
    .rv-short-profile-cta {
        width: auto;
    }

    .rv-download-resource {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) auto;
        padding: 1.25rem 1.5rem;
    }

    .rv-download-button {
        width: auto;
    }

    .rv-travel-advice-tool {
        padding: 1.25rem 1.5rem;
    }

    .rv-travel-advice-controls {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .rv-travel-advice-controls button {
        width: auto;
    }

    .rv-dental-route-tool {
        padding: 1.25rem 1.5rem;
    }

    .rv-dental-route-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-dental-route-tool button {
        width: auto;
    }

    .rv-citytrip-check {
        padding: 1.25rem 1.5rem;
    }

    .rv-citytrip-check-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .rv-citytrip-check button {
        width: auto;
    }
}

/* Privacyvriendelijke Analytics-keuze, passend bij de bestaande sitecomponenten. */
.rv-cookie-consent[hidden] {
    display: none !important;
}

.rv-cookie-consent {
    background: #fff;
    border: 1px solid #cbdbe5;
    border-radius: 12px 12px 0 0;
    bottom: 0;
    box-shadow: 0 -8px 28px rgba(14, 37, 63, .16);
    box-sizing: border-box;
    color: #17304d;
    left: 0;
    padding: 1rem;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.rv-cookie-consent__inner {
    display: grid;
    gap: .9rem;
    margin: 0 auto;
    max-width: 72rem;
}

.rv-cookie-consent__copy h2 {
    color: #17304d;
    font-size: 1.15rem;
    line-height: 1.25;
    margin: 0 0 .35rem;
}

.rv-cookie-consent__copy p {
    color: #42526a;
    font-size: .94rem;
    line-height: 1.55;
    margin: 0;
}

.rv-cookie-consent__copy a {
    color: #0e5a85;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .12em;
}

.rv-cookie-consent__actions {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
}

.rv-cookie-consent__button {
    border: 2px solid #2374a5;
    border-radius: 6px;
    box-sizing: border-box;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-height: 2.75rem;
    padding: .65rem 1rem;
    width: 100%;
}

.rv-cookie-consent__button--primary {
    background: #2374a5;
    color: #fff;
}

.rv-cookie-consent__button--secondary {
    background: #fff;
    color: #185c84;
}

.rv-cookie-consent__button:hover,
.rv-cookie-consent__button:focus-visible {
    border-color: #17304d;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 2px;
}

.rv-cookie-preferences {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
    text-align: start;
    text-decoration: underline;
    text-underline-offset: .12em;
}

.rv-cookie-preferences:focus-visible {
    outline: 3px solid rgba(35, 116, 165, .25);
    outline-offset: 3px;
}

/* Twee directe commerciële routes, eerst één kolom en vanaf tablet twee. */
.rv-two-route-cta .rv-comparison-route-actions {
    display: grid;
    gap: .65rem;
    grid-template-columns: minmax(0, 1fr);
    margin: .9rem 0;
}

/* De extra actieselector houdt knopkleuren boven de algemene artikellinkkleur. */
.rv-two-route-cta .rv-comparison-route-actions .rv-comparison-route-button {
    align-items: center;
    background: #2374a5;
    border: 2px solid #2374a5;
    border-radius: 6px;
    box-sizing: border-box;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 2.75rem;
    padding: .7rem 1rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.rv-two-route-cta .rv-comparison-route-actions .rv-comparison-route-button--secondary {
    background: #fff;
    color: #185c84;
}

.rv-two-route-cta .rv-comparison-route-actions .rv-comparison-route-button:hover,
.rv-two-route-cta .rv-comparison-route-actions .rv-comparison-route-button:focus-visible {
    background: #17304d;
    border-color: #17304d;
    color: #fff;
    outline: 3px solid rgba(35, 116, 165, .2);
    outline-offset: 2px;
}

.rv-product-review-note {
    background: #f3f8fb;
    border-inline-start: 3px solid #2374a5;
    color: #42526a;
    font-size: .9rem;
    margin: .8rem 0 1rem;
    padding: .7rem .8rem;
}

@media (min-width: 48rem) {
    .rv-cookie-consent {
        border-radius: 12px;
        bottom: 1rem;
        left: 50%;
        max-width: 72rem;
        padding: 1.1rem 1.25rem;
        transform: translateX(-50%);
        width: calc(100% - 2rem);
    }

    .rv-cookie-consent__inner {
        align-items: center;
        grid-template-columns: minmax(0, 1fr) minmax(22rem, auto);
    }

    .rv-cookie-consent__actions,
    .rv-two-route-cta .rv-comparison-route-actions {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
