/* Unit 1.2 — Translations block (AP Euro Explore) */

.ap-euro-u12-translations-dropdown {
    margin: 0;
}

.ap-euro-u12-translations-summary {
    display: flex;
    align-items: center;
    gap: 0.65rem 0.85rem;
    flex-wrap: wrap;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.ap-euro-u12-translations-summary::-webkit-details-marker {
    display: none;
}

.ap-euro-u12-translations-summary::marker {
    content: '';
}

.ap-euro-u12-translations-summary .explore-ap-euro-cer-icon {
    margin-bottom: 0;
    flex-shrink: 0;
}

.ap-euro-u12-translations-heading {
    margin: 0;
    flex: 1 1 auto;
    text-align: left;
}

.ap-euro-u12-translations-chevron {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.2s ease;
}

.ap-euro-u12-translations-chevron::before {
    content: '';
    width: 0.45rem;
    height: 0.45rem;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: rotate(45deg) translate(-1px, -1px);
}

.ap-euro-u12-translations-dropdown[open] .ap-euro-u12-translations-chevron {
    transform: rotate(180deg);
}

.explore-ap-euro-cer--translations .explore-ap-euro-cer-card::before {
    background: linear-gradient(180deg, #ec4899, #f472b6, #c084fc);
    opacity: 0.85;
}

.explore-ap-euro-cer--translations .explore-ap-euro-cer-icon {
    background: linear-gradient(145deg, rgba(236, 72, 153, 0.22), rgba(192, 132, 252, 0.08));
    border-color: rgba(244, 114, 182, 0.4);
    box-shadow: 0 0 22px rgba(236, 72, 153, 0.14);
}

.ap-euro-u12-translations-docs {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    padding-top: 1rem;
    margin-top: 0.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ap-euro-u12-translations-summary:focus {
    outline: none;
}

.ap-euro-u12-translations-summary:focus-visible {
    outline: 2px solid rgba(61, 214, 140, 0.55);
    outline-offset: 3px;
    border-radius: 10px;
}

.ap-euro-u12-translations-doc {
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ap-euro-u12-translations-doc:first-of-type {
    padding-top: 0;
    border-top: none;
}

.ap-euro-u12-translations-doc-head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 0.75rem;
    margin-bottom: 0.75rem;
}

.ap-euro-u12-translations-doc-title {
    margin: 0;
    flex: 1 1 12rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.35;
}

.ap-euro-u12-translations-tag {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #cbd5e1;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ap-euro-u12-translations-panel {
    margin-bottom: 0.75rem;
}

.ap-euro-u12-translations-panel:last-child {
    margin-bottom: 0;
}

.ap-euro-u12-translations-panel-label {
    margin: 0 0 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
}

.ap-euro-u12-translations-quote {
    margin: 0;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border-left: 3px solid rgba(148, 163, 184, 0.45);
    background: rgba(0, 0, 0, 0.2);
    font-size: 0.84rem;
    line-height: 1.5;
    color: #e2e8f0;
}

.ap-euro-u12-translations-panel--gossip .ap-euro-u12-translations-panel-label {
    color: #f472b6;
}

.ap-euro-u12-translations-panel--gossip {
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    background: rgba(236, 72, 153, 0.06);
    border: 1px solid rgba(244, 114, 182, 0.15);
}

.ap-euro-u12-translations-gossip {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    color: #cbd5e1;
}
