/* ========== TABLES: Well-structured design for Meraki Spa ========== */
.content-table,
.prose table,
.service-description table,
article table,
.description-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 1.5em 0 !important;
    font-size: 0.95em !important;
    font-family: inherit !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08), 0 1px 2px rgba(0,0,0,0.04) !important;
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
}

.content-table thead,
.prose table thead,
.service-description table thead,
article table thead {
    background: linear-gradient(135deg, #012d1d 0%, #0a3a2a 100%) !important;
}

.content-table thead th,
.prose table thead th,
.service-description table thead th,
article table thead th {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-align: left !important;
    padding: 14px 18px !important;
    font-size: 0.85em !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: none !important;
    white-space: nowrap !important;
}

.content-table tbody tr,
.prose table tbody tr,
.service-description table tbody tr,
article table tbody tr {
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.2s ease !important;
}

.content-table tbody tr:last-child,
.prose table tbody tr:last-child,
.service-description table tbody tr:last-child,
article table tbody tr:last-child {
    border-bottom: none !important;
}

.content-table tbody tr:nth-child(even),
.prose table tbody tr:nth-child(even),
.service-description table tbody tr:nth-child(even),
article table tbody tr:nth-child(even) {
    background: #f8faf8 !important;
}

.content-table tbody tr:hover,
.prose table tbody tr:hover,
.service-description table tbody tr:hover,
article table tbody tr:hover {
    background: #edf7f0 !important;
}

.content-table tbody td,
.prose table tbody td,
.service-description table tbody td,
article table tbody td {
    padding: 12px 18px !important;
    color: #4a5568 !important;
    font-size: 0.9em !important;
    line-height: 1.6 !important;
    vertical-align: top !important;
}

.content-table tbody td:first-child,
.prose table tbody td:first-child,
.service-description table tbody td:first-child,
article table tbody td:first-child {
    font-weight: 600 !important;
    color: #012d1d !important;
    white-space: nowrap !important;
}

.content-table tbody td strong,
.prose table tbody td strong,
.service-description table tbody td strong,
article table tbody td strong {
    color: #012d1d !important;
}

@media (max-width: 640px) {
    .content-table tbody td,
    .prose table tbody td,
    .service-description table tbody td,
    article table tbody td {
        padding: 10px 12px !important;
        font-size: 0.82em !important;
    }
    .content-table thead th,
    .prose table thead th,
    .service-description table thead th,
    article table thead th {
        padding: 10px 12px !important;
        font-size: 0.75em !important;
    }
}
