/**
 * Portalų bento tinklelis (SmartPost, mokėjimai ir kt.) – naudoti su gl-bf-tile + ui-2026-enhancements.
 */
html.gl-ui-2026 .gl-sp-tool-grid {
    display: grid;
    gap: 14px;
    margin-bottom: 16px;
    grid-template-columns: 1fr;
}

@media (min-width: 820px) {
    html.gl-ui-2026 .gl-sp-tool-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    html.gl-ui-2026 .gl-sp-tile--full {
        grid-column: 1 / -1;
    }
}

html.gl-ui-2026 .gl-sp-tile .gl-sp-tile-h {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f9fafb;
}

html.gl-ui-2026 .gl-sp-tile-lead {
    margin: 0 0 12px;
    font-size: 0.78rem;
    line-height: 1.45;
    color: #9ca3af;
}

html.gl-ui-2026 .gl-sp-tile .gl-sp-filters {
    margin-bottom: 0;
}

html.gl-ui-2026 .gl-sp-tile .filters--search {
    margin-bottom: 0;
}

html.gl-ui-2026 .gl-sp-hint-embed.hint-callout {
    margin: 0;
    border: none;
    background: rgba(6, 78, 59, 0.35);
}

html.gl-ui-2026 .gl-sp-tile > .hint-callout:not(.gl-sp-hint-embed) {
    margin-bottom: 0;
}

html.gl-ui-2026 .gl-sp-journal-title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #fde68a;
}

html.gl-ui-2026 .gl-sp-journal-panel {
    padding: 16px 18px;
    margin-bottom: 16px;
}

html.gl-ui-2026 .gl-sp-journal-panel .table-wrap {
    margin-bottom: 0;
}

html.gl-ui-2026 .gl-sp-journal-panel .pager,
html.gl-ui-2026 .gl-sp-journal-panel .history-pager {
    margin-top: 12px;
}

html.gl-ui-2026 .pickup-queue-wrap.gl-bf-tile {
    border-color: rgba(255, 215, 0, 0.32);
    background: rgba(0, 0, 0, 0.18);
}

html.gl-ui-2026 .gl-sp-sek-filters.filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: end;
    margin-bottom: 0;
}

html.gl-ui-2026 .gl-sp-sek-filters--track.filters {
    grid-template-columns: 1fr auto;
}

@media (max-width: 640px) {
    html.gl-ui-2026 .gl-sp-sek-filters.filters,
    html.gl-ui-2026 .gl-sp-sek-filters--track.filters {
        grid-template-columns: 1fr;
    }
}

/* Mokėjimai: 1 žingsnis */
html.gl-ui-2026 .gl-mok-step-bento {
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    margin-bottom: 10px;
    text-align: left;
}

html.gl-ui-2026 .gl-mok-step-bento .gl-bf-tile {
    text-align: left;
}

html.gl-ui-2026 .gl-mok-step-bento .payment-zone-help {
    margin-top: 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 215, 0, 0.12);
}
