/* Link Pills plugin — scoped to .plugin-10019 */

/* ── Base section ── */
.plugin-10019 .lp-section {
    padding: 0 40px 48px;
    max-width: 900px;
    margin: 0 auto;
}

/* ── Style: card (default) — matches privacy.html .related ── */
.plugin-10019 .lp-style-card {
    border: 1px solid #e8eaed;
    border-radius: 12px;
    padding: 24px 28px;
    background: #f8f9fa;
    margin: 0 40px 48px;
    max-width: none;
}

/* ── Style: plain — minimal, no box ── */
.plugin-10019 .lp-style-plain {
    border: none;
    background: transparent;
    border-top: 1px solid #e8eaed;
    padding-top: 28px;
}

/* ── Style: coloured band ── */
.plugin-10019 .lp-style-colored {
    background: #e8f0fe;
    border: none;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 0 40px 48px;
    max-width: none;
}
.plugin-10019 .lp-style-colored .lp-label {
    color: #1557b0;
}
.plugin-10019 .lp-style-colored .lp-pill {
    background: #fff;
    color: var(--ocs-primary, #1a73e8);
}
.plugin-10019 .lp-style-colored .lp-pill:hover {
    background: #d2e3fc;
}

/* ── Label ── */
.plugin-10019 .lp-label {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #5f6368;
    margin-bottom: 14px;
}

/* ── Pills row ── */
.plugin-10019 .lp-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* ── Individual pill ── */
.plugin-10019 .lp-pill {
    font-size: 13px;
    font-weight: 500;
    color: var(--ocs-primary, #1a73e8);
    background: #e8f0fe;
    padding: 7px 18px;
    border-radius: 100px;
    text-decoration: none;
    transition: background .15s;
    white-space: nowrap;
}
.plugin-10019 .lp-pill:hover {
    background: #d2e3fc;
    color: var(--ocs-primary, #1a73e8);
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .plugin-10019 .lp-style-card,
    .plugin-10019 .lp-style-colored {
        margin-left: 16px;
        margin-right: 16px;
    }
    .plugin-10019 .lp-section {
        padding-left: 16px;
        padding-right: 16px;
    }
}
