
/* Skjul Hemma-footerens gamle indhold, men behold temaets hook */
body.rkpf-active #colophon.site-footer {
    display: none !important;
}

.rkpf {
    --wine: #651b1d;
    --gold: #bd9764;
    --ink: #3f2b25;
    --cream: #f4eee5;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 0%, rgba(189,151,100,.14), transparent 29%),
        linear-gradient(180deg, #f8f3ec 0%, #f0e8dc 100%);
    color: var(--ink);
    border-top: 1px solid rgba(101,27,29,.14);
}

.rkpf *, .rkpf *::before, .rkpf *::after { box-sizing: border-box; }

.rkpf-glow {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
    opacity: .55;
}

.rkpf-shell {
    position: relative;
    width: min(1380px, calc(100% - 80px));
    margin: 0 auto;
    padding: 86px 0 28px;
}

.rkpf-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr 1fr;
}

.rkpf-col {
    min-height: 360px;
    padding: 0 56px 28px;
    text-align: center;
}

.rkpf-col + .rkpf-col {
    border-left: 1px solid rgba(101,27,29,.14);
}

.rkpf-kicker {
    margin: 0 0 30px;
    color: var(--wine);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .19em;
    text-transform: uppercase;
}

.rkpf-mark {
    display: grid;
    place-items: center;
    width: 78px;
    height: 78px;
    margin: 0 auto 28px;
    border: 1px solid rgba(101,27,29,.28);
    border-radius: 50%;
    color: var(--wine);
    font-family: Georgia, serif;
    font-size: 26px;
    letter-spacing: .08em;
}

.rkpf-contact-list {
    display: grid;
    gap: 12px;
    max-width: 330px;
    margin: 0 auto 28px;
}

.rkpf-contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: inherit;
    font-size: 14px;
    line-height: 1.45;
    text-decoration: none;
}

.rkpf-mini-icon {
    display: inline-flex;
    width: 17px;
    color: var(--wine);
    flex: 0 0 auto;
}

.rkpf-mini-icon svg { width: 17px; fill: currentColor; }

.rkpf-book {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    min-height: 50px;
    padding: 14px 26px;
    border: 1px solid var(--wine);
    border-radius: 2px;
    background: var(--wine);
    color: white !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .14em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .2s ease, background .2s ease;
}

.rkpf-book:hover { transform: translateY(-2px); background: #4f1416; border-color: #4f1416; }

.rkpf-smiley {
    display: block;
    width: fit-content;
    margin: 18px auto 0;
    color: rgba(63,43,37,.72);
    font-size: 12px;
    text-underline-offset: 4px;
}

.rkpf-visit h2 {
    margin: 0 0 25px;
    color: var(--wine);
    font-family: Georgia, serif;
    font-size: clamp(28px, 2.2vw, 40px);
    font-weight: 400;
    line-height: 1.15;
}

.rkpf-hours {
    color: var(--ink);
    font-size: 15px;
    line-height: 1.85;
}

.rkpf-editorial {
    max-width: 300px;
    margin: 0 auto;
}

.rkpf-editorial-number {
    display: block;
    margin-bottom: 18px;
    color: rgba(101,27,29,.26);
    font-family: Georgia, serif;
    font-size: 72px;
    line-height: .9;
}

.rkpf-editorial p {
    margin: 0;
    font-family: Georgia, serif;
    font-size: 25px;
    line-height: 1.35;
}

.rkpf-socials {
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 30px;
}

.rkpf-socials a {
    display: grid;
    place-items: center;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(101,27,29,.25);
    border-radius: 50%;
    color: var(--wine);
    background: rgba(255,255,255,.45);
    transition: transform .2s ease, background .2s ease, color .2s ease;
}

.rkpf-socials a:hover {
    transform: translateY(-2px);
    background: var(--wine);
    color: white;
}

.rkpf-socials svg { width: 18px; fill: currentColor; }

.rkpf-partners {
    margin-top: 54px;
    padding: 34px 20px 30px;
    border-top: 1px solid rgba(101,27,29,.14);
    border-bottom: 1px solid rgba(101,27,29,.14);
    text-align: center;
}

.rkpf-partners .rkpf-kicker { margin-bottom: 26px; }

.rkpf-partner-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 26px;
}

.rkpf-partner {
    display: grid;
    place-items: center;
    min-height: 68px;
    color: var(--wine);
    font-family: Georgia, serif;
    font-size: 19px;
    line-height: 1.2;
    text-decoration: none;
}

.rkpf-partner img {
    display: block;
    width: auto;
    max-width: 170px;
    max-height: 58px;
    object-fit: contain;
}

.rkpf-partner:last-child img {
    max-width: 112px;
    max-height: 43px;
}

.rkpf-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 4px 0;
    color: rgba(63,43,37,.64);
    font-size: 12px;
}

.rkpf-bottom-links {
    display: flex;
    gap: 18px;
}

.rkpf-bottom a { color: inherit; text-underline-offset: 4px; }

@media (max-width: 1000px) {
    .rkpf-shell { width: min(940px, calc(100% - 46px)); padding-top: 62px; }
    .rkpf-grid { grid-template-columns: repeat(2, 1fr); row-gap: 44px; }
    .rkpf-col { min-height: auto; padding: 0 38px 30px; }
    .rkpf-follow {
        grid-column: 1 / -1;
        max-width: 520px;
        width: 100%;
        margin: 0 auto;
        padding-top: 42px;
        border-left: 0 !important;
        border-top: 1px solid rgba(101,27,29,.14);
    }
    .rkpf-partner-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
    .rkpf-shell { width: min(100% - 28px, 520px); padding: 46px 0 22px; }
    .rkpf-grid { display: block; }
    .rkpf-col {
        padding: 30px 10px 38px;
        border-left: 0 !important;
        border-top: 1px solid rgba(101,27,29,.14);
    }
    .rkpf-col:first-child { padding-top: 0; border-top: 0; }
    .rkpf-kicker { margin-bottom: 24px; font-size: 12px; }
    .rkpf-editorial-number { font-size: 58px; }
    .rkpf-editorial p { font-size: 22px; }
    .rkpf-partners { margin-top: 20px; padding-inline: 8px; }
    .rkpf-partner-grid { grid-template-columns: 1fr 1fr; gap: 20px 12px; }
    .rkpf-partner { min-height: 56px; font-size: 16px; }
    .rkpf-partner img { max-width: 125px; max-height: 48px; }
    .rkpf-partner:last-child img { max-width: 92px; max-height: 36px; }
    .rkpf-bottom { flex-direction: column; align-items: center; text-align: center; }
}

/* Instagram-feed fra valgfrit tredjepartsplugin */
.rkpf-instagram-feed {
    margin-top: 54px;
    padding: 40px 0 38px;
    border-top: 1px solid rgba(101,27,29,.14);
}

.rkpf-instagram-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.rkpf-instagram-heading .rkpf-kicker {
    margin: 0;
}

.rkpf-instagram-heading > a {
    color: var(--wine);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.rkpf-instagram-content {
    min-width: 0;
}

/* Smash Balloon / almindelige Instagram-feed plugins */
.rkpf-instagram-content #sb_instagram,
.rkpf-instagram-content .sbi,
.rkpf-instagram-content .instagram-feed {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
}

.rkpf-instagram-content #sbi_images {
    padding: 0 !important;
}

.rkpf-instagram-content .sbi_item {
    overflow: hidden;
    border-radius: 2px;
}

.rkpf-instagram-content img {
    display: block;
}

/* Undgå ekstra plugin-knapper, medmindre de ønskes i pluginets egne indstillinger */
.rkpf-instagram-content .sbi_load_btn,
.rkpf-instagram-content .sbi_follow_btn {
    margin-top: 20px !important;
}

@media (max-width: 700px) {
    .rkpf-instagram-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .rkpf-instagram-feed {
        margin-top: 38px;
        padding-top: 30px;
    }
}



/* V2.3 – overskrifter og afstande */
.rkpf-visit h2 {
    margin-top: 0;
    margin-bottom: 34px;
}

.rkpf-editorial {
    padding-top: 18px;
}

.rkpf-editorial p {
    margin-top: 0;
}


/* Rønnede Kro Premium Footer V1.0 */
.rkpf .rkpf-column-title {
    margin: 0 0 32px !important;
    font-family: var(--serif) !important;
    font-size: clamp(24px, 2vw, 30px) !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: var(--wine) !important;
}

.rkpf .rkpf-book {
    min-height: 54px;
    padding: 15px 28px;
    background: var(--wine);
    border-color: var(--wine);
}

.rkpf .rkpf-book:hover,
.rkpf .rkpf-book:focus-visible {
    background: #4f1416;
    border-color: #4f1416;
}

.rkpf .rkpf-smiley {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    letter-spacing: .05em;
}

.rkpf-instagram-content img {
    transition: transform .35s ease, opacity .35s ease;
}

.rkpf-instagram-content a:hover img {
    transform: scale(1.035);
    opacity: .92;
}

@media (max-width: 700px) {
    .rkpf .rkpf-column-title {
        margin-bottom: 24px !important;
        font-size: 24px !important;
    }
}


/* V1.0.1 – “En del af” matcher de øvrige overskrifter */
.rkpf .rkpf-partners .rkpf-partner-title {
    margin: 0 0 32px !important;
    font-family: var(--serif) !important;
    font-size: clamp(24px, 2vw, 30px) !important;
    line-height: 1.15 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    color: var(--wine) !important;
}

@media (max-width: 700px) {
    .rkpf .rkpf-partners .rkpf-partner-title {
        margin-bottom: 24px !important;
        font-size: 24px !important;
    }
}


/* V1.0.2 */
.rkpf-social-text,
.rkpf-instagram-intro,
.rkpf-editorial p{
  font-size:15px!important;
  line-height:1.7!important;
  color:rgba(0,0,0,.72)!important;
}

.rkpf-contact .rkpf-book,
.rkpf-contact .rkpf-smiley,
.rkpf-contact .rkpf-report{
  display:block!important;
}

.rkpf-contact .rkpf-book{
  width:fit-content;
  margin-bottom:18px!important;
}

.rkpf-contact .rkpf-smiley,
.rkpf-contact .rkpf-report{
  margin-top:0!important;
  clear:both;
}


/* V1.0.3 – korrekt sprog og centreret kontaktsektion */
.rkpf .rkpf-contact {
    text-align: center;
}

.rkpf .rkpf-contact .rkpf-book {
    display: flex !important;
    width: fit-content !important;
    min-width: 260px;
    max-width: 100%;
    justify-content: center;
    margin: 26px auto 14px !important;
    padding-left: 28px;
    padding-right: 28px;
}

.rkpf .rkpf-contact .rkpf-smiley {
    display: block !important;
    width: fit-content;
    margin: 0 auto !important;
    text-align: center;
    clear: both;
}

.rkpf .rkpf-follow > p {
    font-size: 14px !important;
    line-height: 1.65 !important;
}

@media (max-width: 700px) {
    .rkpf .rkpf-contact .rkpf-book {
        min-width: 0;
        width: min(280px, 100%) !important;
    }
}


/* V1.0.4 – Google, Tripadvisor og DinnerBooking anmeldelser */
.rkpf .rkpf-reviews {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid rgba(67, 31, 39, .15);
}

.rkpf .rkpf-reviews-title {
    margin: 0 0 16px;
    font-family: inherit;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #431f27;
}

.rkpf .rkpf-review-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}

.rkpf .rkpf-review-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid rgba(67, 31, 39, .2);
    border-radius: 999px;
    color: #431f27;
    background: rgba(255, 255, 255, .35);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

.rkpf .rkpf-review-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .65);
    border-color: rgba(67, 31, 39, .38);
}

.rkpf .rkpf-review-mark {
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    color: #431f27;
    font-weight: 800;
    line-height: 1;
}

.rkpf .rkpf-review-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
}

.rkpf .rkpf-review-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}


@media (max-width: 900px) {
    .rkpf .rkpf-review-links {
        grid-template-columns: 1fr;
    }
}


/* V1.0.5 – ens anmeldelseslinks i rækkefølgen DinnerBooking, Google, Tripadvisor */
.rkpf .rkpf-review-links {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.rkpf .rkpf-review-link {
    width: 100%;
    min-width: 0;
}

.rkpf .rkpf-review-mark-db {
    font-size: 13px;
    letter-spacing: -.04em;
}

@media (max-width: 1100px) {
    .rkpf .rkpf-review-links {
        grid-template-columns: 1fr;
    }
}


/* V1.0.6 – oprydning i anmeldelsesknapper */
.rkpf .rkpf-review-mark,
.rkpf .rkpf-review-mark-db {
    display: none !important;
}

.rkpf .rkpf-review-link {
    justify-content: center;
    gap: 12px;
    white-space: nowrap;
}

.rkpf .rkpf-review-link > span:last-child {
    margin-left: auto;
}

@media (max-width: 1100px) {
    .rkpf .rkpf-review-link {
        white-space: normal;
    }
}


/* V1.0.7 – centreret tekst uden pile i anmeldelsesknapper */
.rkpf .rkpf-review-link {
    justify-content: center !important;
    text-align: center !important;
    gap: 0 !important;
}

.rkpf .rkpf-review-link > span:last-child {
    margin-left: 0 !important;
}
