/* non-block-theme.css */



.extendons-thank-you-order-details-table {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
    background-color: #ffffff;
}

.extendons-thank-you-order-details-table h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #333333;
}

.extendons-thank-you-order-details-table table {
    width: 100%;
    border-collapse: collapse;
}

.extendons-thank-you-order-details-table th,
.extendons-thank-you-order-details-table td {
    padding: 0.75rem;
    border: 1px solid #ddd;
    text-align: left;
}

.extendons-thank-you-order-details-table thead th {
    background-color: #0073aa;
    color: #ffffff;
    font-weight: 600;
}

.extendons-thank-you-order-details-table tfoot th,
.extendons-thank-you-order-details-table tfoot td {
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .extendons-thank-you-order-details-table h2 {
        font-size: 1.75rem;
    }
    .extendons-thank-you-order-details-table th,
    .extendons-thank-you-order-details-table td {
        padding: 0.5rem;
    }
}
