/* Radio 1224 Jingle Pagina */
.r1224-jingles-wrap {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    padding: 26px;
    border-radius: 28px;
    background: #2b2b2b;
    color: #ffffff;
    box-shadow: 0 18px 48px rgba(0,0,0,0.30);
    overflow: hidden;
    isolation: isolate;
}

.r1224-jingles-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    background-image:
        url("https://radio1224.nl/wp-content/uploads/cropped-Logo-1224-Metal-250x250-1-scaled-1.png"),
        url("https://radio1224.nl/wp-content/uploads/cropped-Logo-1224-Metal-250x250-1-scaled-1.png"),
        url("https://radio1224.nl/wp-content/uploads/cropped-Logo-1224-Metal-250x250-1-scaled-1.png"),
        url("https://radio1224.nl/wp-content/uploads/cropped-Logo-1224-Metal-250x250-1-scaled-1.png"),
        url("https://radio1224.nl/wp-content/uploads/cropped-Logo-1224-Metal-250x250-1-scaled-1.png");
    background-repeat: no-repeat;
    background-size: 360px auto, 430px auto, 300px auto, 390px auto, 330px auto;
    background-position: -95px 118px, calc(100% + 145px) 330px, 18% 88%, 74% 64%, -120px 72%;
    opacity: 0.14;
}

.r1224-jingles-wrap > * {
    position: relative;
    z-index: 1;
}

.r1224-jingles-hero {
    display: flex;
    align-items: flex-end;
    min-height: clamp(210px, 31vw, 390px);
    margin-bottom: 24px;
    padding: clamp(22px, 4vw, 42px);
    border-radius: 24px;
    background-color: #111111;
    background-image: var(--r1224-jingles-banner-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    border-left: 8px solid #f28c00;
    box-shadow: 0 16px 34px rgba(0,0,0,0.22);
    overflow: hidden;
}

.r1224-jingles-hero-text {
    max-width: 760px;
    padding: 0;
}

.r1224-jingles-label {
    display: inline-block;
    margin: 0 0 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #f28c00;
    color: #2b2b2b;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.r1224-jingles-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(36px, 5.5vw, 64px);
    line-height: 1;
    color: #ffffff;
    font-weight: 950;
    text-shadow: 0 4px 14px rgba(0,0,0,0.85), 0 0 2px rgba(0,0,0,0.95);
}

.r1224-jingles-hero p {
    max-width: 680px;
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 850;
    text-shadow: 0 3px 12px rgba(0,0,0,0.85), 0 0 2px rgba(0,0,0,0.95);
}

.r1224-jingles-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.r1224-jingles-count {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f28c00;
    color: #2b2b2b;
    font-weight: 950;
}

.r1224-jingles-download-all,
.r1224-jingle-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 16px;
    border-radius: 999px;
    background: #f28c00;
    color: #2b2b2b !important;
    text-decoration: none !important;
    font-weight: 950;
    line-height: 1.2;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease, opacity .15s ease;
}

.r1224-jingles-download-all {
    min-height: 44px;
    padding: 13px 22px;
    background: #ffffff;
    border: 3px solid #f28c00;
    box-shadow: 0 10px 24px rgba(0,0,0,0.20);
}

.r1224-jingles-download-all::before {
    content: "⬇";
    margin-right: 8px;
    font-size: 18px;
    line-height: 1;
}

.r1224-jingles-download-all:hover,
.r1224-jingles-download-all:focus,
.r1224-jingle-download:hover,
.r1224-jingle-download:focus {
    background: #ffae34;
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.r1224-jingles-download-all.is-loading {
    opacity: 0.76;
    pointer-events: none;
}

.r1224-jingles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.r1224-jingle-card {
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    color: #2b2b2b;
    box-shadow: 0 10px 24px rgba(0,0,0,0.20);
    border: 1px solid rgba(242,140,0,0.18);
}

.r1224-jingle-card-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
}

.r1224-jingle-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 999px;
    background: #2b2b2b;
    color: #ffffff;
    font-weight: 900;
    font-size: 12px;
}

.r1224-jingle-size {
    font-weight: 850;
    color: #666;
    font-size: 13px;
}

.r1224-jingle-card h3 {
    margin: 0 0 14px;
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 950;
}

.r1224-jingle-card audio {
    width: 100%;
    margin: 4px 0 16px;
}

.r1224-jingle-actions {
    display: flex;
    justify-content: flex-start;
}

.r1224-jingles-empty,
.r1224-jingles-error {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 20px;
    background: #ffffff;
    color: #2b2b2b;
    border-left: 7px solid #f28c00;
    font-weight: 850;
}

.r1224-jingles-empty h2 {
    margin-top: 0;
    color: #2b2b2b;
}

/* Jingle submappen */
.r1224-jingle-group {
    margin-top: 34px !important;
    padding: 22px !important;
    border-radius: 28px !important;
    background: #242424 !important;
    border: 2px solid rgba(242,140,0,0.45) !important;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08), 0 14px 34px rgba(0,0,0,0.18) !important;
}

.r1224-jingle-group + .r1224-jingle-group {
    margin-top: 44px !important;
}

.r1224-jingle-group-title {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    margin: -2px -2px 22px !important;
    padding: 20px 24px !important;
    border-radius: 24px !important;
    background: linear-gradient(135deg, #ffffff, #fff4e4) !important;
    color: #2b2b2b;
    border-left: 10px solid #f28c00 !important;
    border-bottom: 3px solid rgba(242,140,0,0.35) !important;
}

.r1224-jingle-group-title h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #2b2b2b;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 950;
    line-height: 1.1;
}

.r1224-jingle-group-title h2::before {
    content: "▸";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #f28c00;
    color: #2b2b2b;
    font-size: 20px;
    line-height: 1;
    font-weight: 950;
}

.r1224-jingle-group-title span {
    flex: 0 0 auto;
    padding: 7px 12px;
    border-radius: 999px;
    background: #f28c00;
    color: #2b2b2b;
    font-weight: 950;
}

.r1224-jingle-group .r1224-jingles-grid {
    padding-top: 4px;
}

@media (max-width: 720px) {
    .r1224-jingles-wrap {
        padding: 16px;
        border-radius: 20px;
    }

    .r1224-jingles-wrap::before {
        background-size: 280px auto, 320px auto, 240px auto;
        background-position: -110px 120px, calc(100% + 145px) 430px, 45% 92%;
    }

    .r1224-jingles-hero-text {
        padding: 20px;
        text-align: center;
    }

    .r1224-jingles-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .r1224-jingles-count,
    .r1224-jingles-download-all {
        width: 100%;
        text-align: center;
    }

    .r1224-jingles-grid {
        grid-template-columns: 1fr;
    }

    .r1224-jingle-group-title {
        align-items: flex-start;
        flex-direction: column;
    }
}
