th { 
	white-space: nowrap;
}
td { 
	white-space: nowrap;
}

/* ===== RIS KARGO - TABEL TARIF ===== */

.ris-tarif table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border-radius:16px;
    overflow:hidden;
    background:#ffffff;
}

/* HEADER */
.ris-tarif thead th{
    background:#0c2f67 !important;
    color:#ffffff !important;
    font-weight:800;
    font-size:18px;
    padding:18px 22px;
    text-align:left;
    border-right:1px solid rgba(255,255,255,0.55) !important;
    border-bottom:1px solid #d9d9d9 !important;
}

.ris-tarif thead th:last-child{
    border-right:none !important;
}

/* ISI TABEL */
.ris-tarif tbody td{
    padding:18px 22px;
    font-size:17px;
    font-weight:700;
    color:#123368;
    border-right:1px solid #d9d9d9 !important;
    border-bottom:1px solid #d9d9d9 !important;
}

/* HAPUS GARIS KANAN KOLOM TERAKHIR */
.ris-tarif tbody td:last-child{
    border-right:none !important;
}

/* HAPUS GARIS BAWAH BARIS TERAKHIR */
.ris-tarif tbody tr:last-child td{
    border-bottom:none !important;
}

/* KOLOM ASAL */
.ris-tarif tbody td:nth-child(1){
    background:#fff8df !important;
}

/* KOLOM TUJUAN */
.ris-tarif tbody td:nth-child(2){
    background:#ffffff !important;
}

/* KOLOM TARIF */
.ris-tarif tbody td:nth-child(3){
    background:#ef161e !important;
    color:#ffffff !important;
    font-size:20px;
    font-weight:800;
}

/* KOLOM LEAD TIME */
.ris-tarif tbody td:nth-child(4){
    background:#ffffff !important;
    color:#123368 !important;
    font-weight:800;
}

/* CAPTION */
.ris-tarif figcaption{
    text-align:center;
    margin-top:15px;
    color:#666666;
    font-size:15px;
}

/* HP */
@media (max-width:768px){

    .ris-tarif{
        overflow-x:auto;
    }

    .ris-tarif table{
        min-width:650px;
    }

    .ris-tarif thead th{
        font-size:14px;
        padding:14px 12px;
    }

    .ris-tarif tbody td{
        font-size:14px;
        padding:14px 12px;
    }

    .ris-tarif tbody td:nth-child(3){
        font-size:16px;
    }
}

/* DESAIN CEK ONGKIR RIS KARGO */
.ris-cek-ongkir {
    padding: 50px 20px;
    background: #f3f6f9;
    font-family: Arial, Helvetica, sans-serif;
}

.ris-contact-wrapper {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border: 1px solid #e0e6ec;
    border-radius: 20px;
    box-shadow: 0 12px 35px rgba(16, 36, 69, 0.10);
    box-sizing: border-box;
}

/* JUDUL */
.ris-heading {
    max-width: 800px;
    margin: 0 auto 32px;
    text-align: center;
}

.ris-label {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 15px;
    color: #d93826;
    background: #fff0ed;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ris-heading h2 {
    margin: 0 0 12px;
    color: #102445;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
}

.ris-heading p {
    margin: 0;
    color: #667285;
    font-size: 17px;
    line-height: 1.6;
}

/* DUA KARTU CUSTOMER SERVICE */
.ris-cs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.ris-cs-card {
    padding: 30px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #dce4eb;
    border-radius: 17px;
    box-shadow: 0 7px 22px rgba(16, 36, 69, 0.08);
    box-sizing: border-box;
}

.ris-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    background: #edf5ff;
    border-radius: 50%;
    font-size: 34px;
}

.ris-cs-card h3 {
    margin: 0 0 5px;
    color: #102445;
    font-size: 27px;
    font-weight: 800;
}

.ris-position {
    margin: 0 0 21px;
    color: #6c7788;
    font-size: 15px;
}

/* TOMBOL WHATSAPP HIJAU */
.ris-wa-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    min-height: 75px;
    padding: 12px 20px;
    color: #ffffff !important;
    text-decoration: none !important;
    background: linear-gradient(135deg, #13aa4c, #20d66e) !important;
    border: none;
    border-radius: 13px;
    box-shadow: 0 8px 18px rgba(19, 170, 76, 0.25);
    box-sizing: border-box;
    transition: all 0.25s ease;
}

.ris-wa-button:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0d8f3f, #17b957) !important;
    transform: translateY(-2px);
}

.ris-wa-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    color: #16b957;
    background: #ffffff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 800;
}

.ris-wa-button small,
.ris-wa-button strong {
    display: block;
    color: #ffffff !important;
    text-align: left;
}

.ris-wa-button small {
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
}

.ris-wa-button strong {
    font-size: 21px;
    font-weight: 800;
}

/* TOMBOL TELEPON */
.ris-call-link {
    display: inline-block;
    margin-top: 16px;
    padding: 8px 15px;
    color: #158746 !important;
    background: #eaf8ef;
    border-radius: 30px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
}

.ris-call-link:hover {
    color: #ffffff !important;
    background: #158746;
}

/* KEUNGGULAN */
.ris-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 27px;
    padding: 19px;
    color: #24354e;
    background: #f7f9fb;
    border: 1px solid #e1e7ed;
    border-radius: 14px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.ris-benefits span {
    padding: 4px 15px;
    border-right: 1px solid #dce3e9;
}

.ris-benefits span:last-child {
    border-right: 0;
}

.ris-note {
    margin: 18px 0 0;
    color: #747f8e;
    text-align: center;
    font-size: 13px;
}

/* TAMPILAN HP */
@media (max-width: 700px) {
    .ris-cek-ongkir {
        padding: 25px 10px;
    }

    .ris-contact-wrapper {
        padding: 27px 15px;
        border-radius: 15px;
    }

    .ris-heading {
        margin-bottom: 24px;
    }

    .ris-heading h2 {
        font-size: 27px;
    }

    .ris-heading p {
        font-size: 15px;
    }

    .ris-cs-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .ris-cs-card {
        padding: 25px 18px;
    }

    .ris-wa-button {
        min-height: 70px;
        padding: 11px 15px;
    }

    .ris-wa-button strong {
        font-size: 19px;
    }

    .ris-benefits {
        grid-template-columns: 1fr;
        padding: 8px 18px;
    }

    .ris-benefits span {
        padding: 12px 5px;
        border-right: 0;
        border-bottom: 1px solid #dce3e9;
    }

    .ris-benefits span:last-child {
        border-bottom: 0;
    }
}

/* MERAPIKAN NOMOR WHATSAPP */
.ris-wa-button {
    gap: 10px;
    padding-left: 14px;
    padding-right: 14px;
}

.ris-wa-button strong {
    font-size: 18px;
    white-space: nowrap;
    letter-spacing: -0.3px;
}

.ris-wa-button small {
    white-space: nowrap;
}

.ris-wa-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    font-size: 20px;
}

/* HP: KARTU DITAMPILKAN SATU-SATU */
@media (max-width: 700px) {
    .ris-wa-button strong {
        font-size: 18px;
    }
}