.special-single-page-section {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    padding-top: 20px;
}

.special-single-page-section .boxed-shade {
    padding: 20px;
    border-radius: 0px;
}

.special-single-page-section .img-spec-container .special-info-container h1 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 0px;
}

.post-type-archive .site-inner {
    max-width: 1300px;
    color: #000;
}

.special-single-page-section .enquiry-container {
    width: 38%;
    padding-left: 20px;
}

.special-single-page-section .enquiry-container .share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-single-page-section .enquiry-container .tracking-info .theme-btn,
.special-single-page-section .enquiry-container .tracking-info .theme-btn-o {
    width: 100%;
    margin-bottom: 10px;
}


.trackingButton.shareButton {
    padding: 10px 65px;
    text-align: center;
    color: #fff;
    background-color: var(--red);
    font-weight: 400;
    border-radius: 7px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 20px;
}

.sharepopoutholder {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #2b2b2b05;
    right: 0;
    display: none;
    z-index: 100;
}

.special-single-page-section .sharepopoutholder {
    background: #2b2b2b9e;
}


.responsive-table-container {
    overflow-x: auto;
    margin-top: 20px;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.responsive-table th,
.responsive-table td {
    padding: 2px 15px;
    text-align: left;
    border: 1px solid #ddd;
}

.responsive-table thead {
    background-color: #000;
    color: #fff;
}

.responsive-table tbody tr:nth-child(even) {
    background-color: #f1f1c1;
}

@media screen and (max-width: 768px) {
    .responsive-table-container {
        overflow-x: scroll;
    }

    .responsive-table {
        min-width: 200px;
        font-size: 12px;
    }
}


.trackingButton.shareButton {
    padding: 10px 65px;
    text-align: center;
    color: #fff;
    background-color: #ed1c24;
    font-weight: 400;
    border-radius: 7px;
    cursor: pointer;
    margin-right: 6px;
    margin-left: 20px;
}

.fourRedbuttons {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 12px;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.oneRedbutton {
    width: 50%;
    text-align: center;
}


.special-info-container.boxed-shade p {
    margin-bottom: 0;
    font-size: 18px;
}

.theme-btn,
.theme-btn-o {
    padding: 10px 30px;
    text-transform: capitalize;
    border: 2px solid var(--red);
    display: inline-block;
    text-decoration: unset;
    text-align: center;
}

.special-single-page-section .enquiry-container .share-btn img {
    width: 25px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
    background-color: #9E9E9E;
    color: #fff;
}

.sharepopout {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 250px;
    transform: translate(-50%, -50%);
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sharepopout .essb_links_list .essb_item {
    margin: 10px 0 !important;
}

.sharepopout .essb_links_list {
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 70px !important;
}

span.closeShare {
    position: absolute;
    top: 9px;
    right: 5px;
    font-size: 19px;
    cursor: pointer;
    padding: 5px;
    z-index: 99999;
    color: #000;
}

.display {
    display: block;
}

.disclaimer {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.post-type-archive-finance_deals th {
    background: #000;
    color: #fff;
    font-weight: 700;
}

.entry {
    padding: 0;
    margin: 0;
}

.archive-pagination {
    display: none;
}

/* lindokuhle N Response */
/* 
.responsive-table-container {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table thead {
    background: #2c3e50;
    color: white;
}

.responsive-table th {
    padding: 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}



.responsive-table tbody tr:hover {
    background: #f8f9fa;
}

.responsive-table tbody tr:last-child td {
    border-bottom: none;
} */

/* Mobile responsive design */
@media screen and (max-width: 768px) {
    .responsive-table thead {
        display: none;
    }

    .responsive-table,
    .responsive-table tbody,
    .responsive-table tr,
    .responsive-table td {
        display: block;
        width: 100%;
    }

    .responsive-table td {
        padding: 14px 16px;
        border: unset;
        font-size: 14px;
    }
    .responsive-table tr {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
        background: white;
    }

    .responsive-table td {
        text-align: right;
        padding: 12px 16px;
        position: relative;
        border-bottom: 1px solid #f0f0f0;
    }
    .responsive-table tbody tr:nth-child(2n){
        background-color: unset;
    }

    .responsive-table td:last-child {
        border-bottom: none;
    }

    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        color: #2c3e50;
    }

    .responsive-table tr:hover {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
}

/* Tablet adjustments */
@media screen and (min-width: 769px) and (max-width: 1024px) {

    .responsive-table th,
    .responsive-table td {
        padding: 12px 10px;
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) {
    .post-type-archive .site-inner {
        padding: 0px 15px;
    }

    .special-single-page-section .enquiry-container {
        width: 100%;
        padding-left: 0px;
    }

    .responsive-table {
        font-size: 12px;
        min-width: 200px;
    }
}