/* SKH Premium Footer – Dark v2 */
.skh-footer {
    margin-top: 0;
    background: linear-gradient(180deg, #081321 0%, #0b1728 58%, #0d1a2c 100%);
    border-top: 1px solid rgba(255,255,255,.08);
    color: #f8fafc;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    left: auto;
    transform: none;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
    overflow: hidden;
}

.skh-footer__inner {
    width: min(var(--skh-container), calc(100vw - (var(--skh-side-padding) * 2)));
    margin-left: auto;
    margin-right: auto;
    padding: 56px 0 36px;
    display: grid;
    grid-template-columns: 1.2fr 1.1fr 1fr .95fr 1.08fr;
    gap: 42px;
    box-sizing: border-box;
}

.skh-footer__col,
.skh-footer__col ul,
.skh-footer__col li,
.skh-footer__col p {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left;
}

.skh-footer__brand { text-align: left; }
.skh-footer h3,
.skh-footer h4,
.skh-footer p,
.skh-footer ul { margin-top: 0; }

.skh-footer__brand h3 {
    font-size: 36px;
    line-height: 1.05;
    font-weight: 950;
    margin: 0 0 14px;
    letter-spacing: -.025em;
    color: #ffffff;
}

.skh-footer p,
.skh-footer li {
    font-size: 15px;
    color: rgba(226,232,240,.84);
    line-height: 1.76;
}

.skh-footer h4 {
    font-size: 17px;
    font-weight: 900;
    margin: 0 0 14px;
    letter-spacing: -.01em;
    color: #ffffff;
}

.skh-footer h4::after {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #e10600;
    border-radius: 999px;
    margin-top: 8px;
}

.skh-footer ul {
    list-style: none;
    padding: 0;
    margin: 0 0 12px;
}

.skh-footer ul li { margin-bottom: 8px; }

.skh-footer a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    transition: color .16s ease, opacity .16s ease;
}

.skh-footer a:hover {
    color: #ff4b46;
}

.skh-footer__brand p {
    max-width: 295px;
    color: rgba(226,232,240,.79);
}

/* Sociala medier – färg direkt */
.skh-footer__social {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.skh-footer__social a {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 0;
    color: #ffffff;
    box-shadow: 0 8px 18px rgba(2,6,23,.22);
    transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.skh-footer__social a svg {
    width: 22px;
    height: 22px;
}

.skh-footer__social a:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(2,6,23,.28);
    filter: brightness(1.06);
    color: #ffffff;
}

.skh-social--tiktok {
    background: #000000;
}
.skh-social--facebook {
    background: #1877F2;
}
.skh-social--instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 30%, #d6249f 60%, #285AEB 90%);
}

/* Trust list */
.skh-footer__trust li {
    color: rgba(226,232,240,.87);
    font-weight: 650;
}

/* Hours box */
.skh-footer__hours-wrap {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;
    padding: 18px 18px;
    backdrop-filter: blur(4px);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

.skh-footer__hours-col .skh-pp-footer-hours {
    background: transparent;
    border: 0;
    border-radius: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.skh-footer__hours-col .skh-pp-footer-hours li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 11px 2px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 15px;
    color: rgba(226,232,240,.86);
}

.skh-footer__hours-col .skh-pp-footer-hours li:first-child { padding-top: 4px; }
.skh-footer__hours-col .skh-pp-footer-hours li:last-child {
    border-bottom: 0;
    padding-bottom: 4px;
}

.skh-footer__hours-col .skh-pp-footer-hours .skh-fh-day {
    font-weight: 700;
    color: #ffffff;
}

.skh-footer__hours-col .skh-pp-footer-hours .skh-fh-time {
    color: rgba(226,232,240,.82);
    font-weight: 700;
    text-align: right;
}

.skh-footer__hours-col .skh-pp-footer-hours li.skh-fh-today .skh-fh-day,
.skh-footer__hours-col .skh-pp-footer-hours li.skh-fh-today .skh-fh-time {
    color: #ff5a52;
    font-weight: 800;
}

.skh-footer__hours-col .skh-pp-footer-hours-empty {
    font-size: 13px;
    color: rgba(226,232,240,.65);
    font-style: italic;
}



.skh-footer__return-link {
    color: #ff5a52 !important;
}

.skh-footer__org {
    font-size: 12px !important;
    color: rgba(148,163,184,.85) !important;
    margin-top: 12px;
}

.skh-footer__bottom {
    width: min(var(--skh-container), calc(100vw - (var(--skh-side-padding) * 2)));
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 20px;
    border-top: 1px solid rgba(255,255,255,.08);
    display: flex;
    justify-content: space-between;
    color: rgba(148,163,184,.9);
    font-size: 13px;
}

@media (max-width: 1100px) {
    .skh-footer__inner {
        grid-template-columns: repeat(2, minmax(0,1fr));
        gap: 34px 28px;
    }
}

@media (max-width: 700px) {
    .skh-footer {
        width: 100% !important;
        max-width: 100% !important;
        left: auto !important;
        transform: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .skh-footer__inner {
        grid-template-columns: 1fr;
        gap: 28px;
        width: calc(100% - 32px);
        padding: 40px 0 26px;
    }

    .skh-footer__bottom {
        width: calc(100% - 32px);
        flex-direction: column;
        gap: 6px;
        padding: 14px 0 22px;
    }

    .skh-footer__brand h3 {
        font-size: 30px;
    }

    .skh-footer p,
    .skh-footer li,
    .skh-footer__hours-col .skh-pp-footer-hours li {
        font-size: 15px;
    }

    .skh-footer__hours-wrap {
        padding: 16px;
    }

    .skh-footer__social {
        margin-top: 16px;
    }
}


/* V6 wrapper fix:
   The shortcode is likely rendered inside the theme footer wrapper.
   Make that wrapper dark/full-width instead of pushing .skh-footer with 100vw hacks. */
.site-footer,
.site-info,
.footer-widgets,
.inside-site-info {
    background: #081321 !important;
}

.site-info,
.footer-widgets {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.inside-site-info {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
}

/* Dölj den extra returportal-knappen som ligger separat i temats footer. */
.site-footer .skh-rp-button,
.site-info .skh-rp-button,
.footer-widgets .skh-rp-button,
.inside-site-info .skh-rp-button {
    display: none !important;
}

/* Hide only the old tiny copyright text, not the wrapper that contains our shortcode. */
.copyright-bar,
.site-info .copyright-bar,
.inside-site-info .copyright-bar {
    display: none !important;
}

/* Stop side-scroll without moving the footer. */
html,
body {
    overflow-x: hidden;
}

.skh-footer,
.skh-footer * {
    box-sizing: border-box;
}
