.srv-acc.v1 {
    --srv-acc-badge-s: 2.5rem;
    /* Brand red, matching the hardcoded #ED0010 used by the site's service/flair icons */
    --srv-acc-badge-bg: #ED0010;

    .srv-acc-hd {
        text-align: left;
        cursor: pointer;
    }

    /* Red circular icon badge */
    .srv-acc-badge {
        overflow: hidden;

        svg {
            font-size: 2.78rem;
            width: auto;
        }
    }

    /* Chevron: sizing only — rotation on open is handled by tabbable.css (.el-tab.active .tb-arw) */
    .tb-arw {
        font-size: 1.222rem;
        flex-shrink: 0;
    }

    /* White divider between child links, scoped to this module only */
    .bdr_tp {
        border-top-color: #fff;
    }

    .lrg-flr {
        position: absolute;
        bottom: -6rem;
        right: -10rem;
        z-index: -1;
        width: 17.88rem;
        height: 17.27rem;

        svg {
            font-size: 17.88rem;
        }
    }
}