.license-section {
    padding-block: 36px;

    & .breadcrumb-nav {
        color: var(--primary-color);

        &:last-child {
            margin-block: 16px 36px;
        }
    }
}

.license-img-strip-wrapper {
    position: relative;
    width: 100%;
    max-width: 420px;
    background-color: var(--bg-white);
    box-shadow:
        0px 4px 12px rgba(0, 0, 0, 0.1),
        0px 8px 24px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    overflow: hidden;
}

.license-img-strip {
    width: 100%;
    aspect-ratio: 210 / 297;
    /* Standard A4 aspect ratio */
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    scrollbar-width: none;
    background-color: #fff;
}

.license-img-strip::-webkit-scrollbar {
    display: none;
}

.license-img-strip img {
    display: block;
    width: 100%;
    height: auto;
    scroll-snap-align: start;
    flex-shrink: 0;
}

.license-page-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    background: rgba(13, 27, 42, 0.72);
    backdrop-filter: blur(6px);
    color: #e8c56a;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    border-radius: 20px;
    border: 1px solid rgba(197, 168, 128, 0.25);
    z-index: 3;
    pointer-events: none;
    user-select: none;
}

.license-section-text-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline-start: 24px;

    >svg {
        position: absolute;
        top: 0;
        height: 100%;

        & path {
            fill: #00000009;
        }
    }

    >img {
        width: 35%;
        margin-bottom: 16px;
    }
}

.license-section-text-container .section-subtitle {
    display: flex;
    flex-direction: column;
    gap: 16px;
    color: var(--text-secondary);
    padding-block: 24px;
    max-width: 24ch;
}

.cemac-country {
    transition: fill 0.5s ease;
}

.cemac-country:hover {
    fill: var(--accent-gold) !important;
}

#cg {
    cursor: url('../images/flags/cg.png') 20 20, pointer;
}

#ga {
    cursor: url('../images/flags/ga.png') 20 20, pointer;
}

#gq-main,
#gq-isle {
    cursor: url('../images/flags/gq.png') 20 20, pointer;
}

#cm {
    cursor: url('../images/flags/cm.png') 20 20, pointer;
}

#cf {
    cursor: url('../images/flags/cf.png') 20 20, pointer;
}

#td {
    cursor: url('../images/flags/td.png') 20 20, pointer;
}

/* --- Flag Row Separator Section --- */
.section-sep-license-expertise {
    padding-block: 8px;
    background-color: var(--accent-gold);
}

.flag-row-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.flag-group {
    display: flex;
    gap: 16px;
    align-items: center;
}

.flag-item-small {
    color: var(--bg-white);
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}
