/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*//* ═══════════════════════════════════════════
   OPLEV PRÆSTØ FJORD — Stedsside
═══════════════════════════════════════════ */

/* ── Layout ── */
.opf-sted-side {
    background: #F4F2EA;
}

.opf-main {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

/* ── Hero ── */
.opf-hero {
    position: relative;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-color: #2d5a3a;
    overflow: hidden;
}

.opf-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8,22,12,0.80) 0%, transparent 60%);
}

.opf-hero-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px;
    color: #fff;
}

.opf-hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 28px;
    z-index: 2;
}

.opf-hero-area {
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #9FE1CB;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.opf-hero-title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 6px;
}

.opf-hero-manchet {
    font-size: 16px;
    color: rgba(255,255,255,0.75);
    margin: 0;
    line-height: 1.5;
}

/* ── Breadcrumb ── */
.opf-breadcrumb {
    background: #fff;
    border-bottom: 1px solid #e8e6de;
    padding: 10px 28px;
    font-size: 12px;
    color: #888780;
    display: flex;
    align-items: center;
    gap: 6px;
}

.opf-breadcrumb a {
    color: #888780;
    text-decoration: none;
}

.opf-breadcrumb a:hover {
    color: #3b9676;
}

/* ── Sektioner (indholdskort) ── */
.opf-section {
    background: #fff;
    border: 1px solid #e8e6de;
    border-radius: 12px;
    padding: 20px 22px;
    margin-bottom: 14px;
}

.opf-section-title {
    font-size: 15px;
    font-weight: 500;
    color: #454238;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0ede5;
}

.opf-body-text {
    font-size: 14px;
    color: #5f5e5a;
    line-height: 1.75;
}

/* ── Fun fact ── */
.opf-fun-fact {
    background: #E1F5EE;
    border: 1px solid #9FE1CB;
    border-radius: 8px;
    padding: 14px 16px;
    margin-top: 16px;
    font-size: 13px;
    color: #085041;
    line-height: 1.6;
}

.opf-fun-fact-label {
    font-size: 10px;
    font-weight: 500;
    color: #0F6E56;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

/* ── Galleri ── */
.opf-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.opf-gal-img img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.opf-fotokred {
    font-size: 11px;
    color: #888780;
    margin-top: 8px;
}

/* ── Sidebar ── */
.opf-sidebar-card {
    background: #fff;
    border: 1px solid #e8e6de;
    border-radius: 12px;
    padding: 16px 18px;
    margin-bottom: 14px;
}

.opf-sb-title {
    font-size: 13px;
    font-weight: 500;
    color: #454238;
    margin: 0 0 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ── Mini-kort ── */
#opf-mini-map {
    height: 150px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 10px;
}

/* ── Afstand-pill ── */
.opf-dist-pill {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
    background: #E1F5EE;
    color: #085041;
    margin-bottom: 10px;
}

/* ── Adresse ── */
.opf-address-row {
    font-size: 13px;
    color: #5f5e5a;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* ── Navigationsknapper ── */
.opf-nav-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 8px;
}

.opf-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #3b9676;
    color: #fff !important;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.opf-btn-primary:hover {
    background: #2d7a5e;
}

.opf-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: transparent;
    color: #454238 !important;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.opf-btn-secondary:hover {
    background: #f4f2ea;
}

/* ── Koordinater ── */
.opf-coords {
    font-size: 10px;
    color: #888780;
    text-align: center;
    margin: 0;
}

/* ── Praktisk info rækker ── */
.opf-info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0ede5;
    font-size: 13px;
}

.opf-info-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.opf-info-label {
    color: #888780;
}

.opf-info-value {
    font-weight: 500;
    color: #454238;
}

/* ── Hotspot badge ── */
.opf-hotspot-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    background: #FAEEDA;
    border: 1px solid #FAC775;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 500;
    color: #633806;
}

/* ── Faciliteter ── */
.opf-fac-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.opf-fac-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    background: #F4F2EA;
    border-radius: 6px;
    font-size: 11px;
    color: #5f5e5a;
}

/* ── Tags ── */
.opf-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.opf-tag {
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 12px;
    background: #F4F2EA;
    border: 1px solid #e8e6de;
    color: #5f5e5a;
}

/* ── Mobil ── */
@media (max-width: 768px) {
    .opf-main {
        grid-template-columns: 1fr;
    }
    .opf-hero {
        height: 280px;
    }
    .opf-hero-title {
        font-size: 24px;
    }
    .opf-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .opf-sidebar {
        order: -1;
    }
}