/*
 * GSMUnlockUSA Product Detail Related Services V116
 * Scope: related/category list below Product Detail only.
 *
 * Reuses shared V110 grid geometry and presentation.
 * This file only finishes the Product Detail-specific presentation:
 * - compact spacing between detail and current category;
 * - Price header aligned to the right over price values;
 * - modern View All Services footer action.
 */

.gsm-detail-related-services-v116 {
    margin-top: 10px;
}

.gsm-detail-related-services-v116 > .divTableR {
    margin-bottom: 0 !important;
}

/* Latest accepted alignment: Price header follows the numeric price column. */
.gsm-detail-related-services-v116 .table-service
> tbody > .tr-header > td:nth-child(3):not([colspan]) {
    text-align: right !important;
    padding-right: 7px !important;
}

/* Keep the remaining compact columns centered. */
.gsm-detail-related-services-v116 .table-service
> tbody > .tr-header > td:nth-child(4):not([colspan]),
.gsm-detail-related-services-v116 .table-service
> tbody > .tr-header > td:nth-child(5):not([colspan]),
.gsm-detail-related-services-v116 .table-service
> tbody > .tr-header > td:nth-child(6):not([colspan]) {
    text-align: center !important;
}

.gsm-detail-view-all-v116 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 4px 18px;
    box-sizing: border-box;
}

.gsm-detail-view-all-link-v116 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    border: 1px solid #1595d3;
    border-radius: 5px;
    background: #fff;
    color: #0878b5 !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    text-decoration: none !important;
    transition: background-color .14s ease, color .14s ease, border-color .14s ease;
}

.gsm-detail-view-all-link-v116:hover,
.gsm-detail-view-all-link-v116:focus {
    border-color: #1595d3;
    background: #1595d3;
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
}

.gsm-detail-view-all-link-v116 span {
    margin-left: 6px;
}

@media (max-width: 767px) {
    .gsm-detail-related-services-v116 {
        margin-top: 8px;
    }

    /* On mobile the shared V110 numeric price cells are centered. */
    .gsm-detail-related-services-v116 .table-service
    > tbody > .tr-header > td:nth-child(3):not([colspan]) {
        text-align: center !important;
        padding-right: 2px !important;
    }

    /*
     * Shared V110 already gives the service list its approved near-edge width.
     * Keep the footer action aligned to the normal content inset.
     */
    .gsm-detail-view-all-v116 {
        justify-content: stretch;
        padding: 9px 4px 16px;
    }

    .gsm-detail-view-all-link-v116 {
        width: 100%;
        min-height: 36px;
        line-height: 34px;
        box-sizing: border-box;
    }
}

@media (prefers-reduced-motion: reduce) {
    .gsm-detail-view-all-link-v116 {
        transition: none;
    }
}
