/* Authenticated right-rail actions — Federation White reference, five equal cells. */
@media screen and (min-width: 981px) {
    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions {
        display: grid !important;
        grid-template-columns: repeat(5, 48px) !important;
        grid-template-rows: 54px !important;
        width: 252px !important;
        height: 54px !important;
        margin-top: 6px !important;
        padding: 0 !important;
        gap: 3px !important;
        background: transparent !important;
    }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions > a {
        grid-column: auto !important;
        grid-row: 1 !important;
        display: block !important;
        width: 48px !important;
        min-width: 48px !important;
        max-width: 48px !important;
        height: 54px !important;
        padding: 0 !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions > a > .gundam-slip-icon {
        position: relative !important;
        display: block !important;
        width: 48px !important;
        min-width: 48px !important;
        height: 54px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        border: 1px solid #aab9c6 !important;
        border-radius: 4px !important;
        clip-path: none !important;
        background:
            linear-gradient(135deg, transparent 0 7px, rgb(35 112 169 / 8%) 7px 8px, transparent 8px),
            linear-gradient(180deg, #fff 0%, #f4f7f9 58%, #e1e7ec 100%) !important;
        box-shadow:
            inset 0 0 0 1px #fff,
            inset 0 -2px 0 rgb(24 70 105 / 10%),
            0 1px 2px rgb(0 25 48 / 14%) !important;
    }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon::before {
        position: absolute !important;
        top: 8px !important;
        right: 0 !important;
        left: 0 !important;
        display: block !important;
        color: #164c7b !important;
        font: 900 18px/1 Arial, sans-serif !important;
        text-align: center !important;
        text-shadow: 0 1px #fff !important;
    }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon::after {
        position: absolute !important;
        right: 1px !important;
        bottom: 7px !important;
        left: 1px !important;
        display: block !important;
        color: #173d62 !important;
        font: 800 9px/1 "Noto Sans KR", sans-serif !important;
        letter-spacing: -.08em !important;
        text-align: center !important;
        text-shadow: 0 1px #fff !important;
        white-space: nowrap !important;
    }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon--deposit::before { content: "♙" !important; }
    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon--withdraw::before { content: "↻" !important; }
    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon--memo::before { content: "✉" !important; }
    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon--point::before { content: "◎" !important; }
    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-icon--customer::before { content: "☎" !important; }

    html:not(#_gundamparity_) body.gundam-skin #gundam-reference-quick-actions .gundam-slip-memo-count {
        position: absolute !important;
        z-index: 3 !important;
        top: -4px !important;
        right: -3px !important;
    }
}
