/* ─── SpaceArcade – Policy Links | Styles ────────────────────────────────────
   Theme: spacearcade.in — white #ffffff, navy #0d2b5e
   ──────────────────────────────────────────────────────────────────────────── */

.sa-pl-wrap {
    margin: 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.sa-pl-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

.sa-pl-icon {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    opacity: 0.75;
    display: inline-block;
    vertical-align: middle;
    /* Tint the black icon to match the navy theme */
    filter: invert(13%) sepia(55%) saturate(800%) hue-rotate(195deg) brightness(60%);
}

.sa-pl-link {
    font-size: 11.5px;
    font-weight: 500;
    color: #0d2b5e;
    text-decoration: underline;
    text-decoration-color: rgba(13, 43, 94, 0.35);
    text-underline-offset: 2px;
    transition: color 0.15s ease, text-decoration-color 0.15s ease;
    letter-spacing: 0.01em;
}

.sa-pl-link:hover {
    color: #f5a623;
    text-decoration-color: rgba(245, 166, 35, 0.6);
}
