.atl-rate-table-wrap {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.atl-rate-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
}

.atl-rate-table thead {
    background: linear-gradient(135deg, #98002e 0%, #c8102e 100%);
    color: #fff;
}

.atl-rate-table th {
    padding: 10px 12px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.atl-rate-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eceff3;
    vertical-align: top;
    line-height: 1.4;
}

.atl-rate-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.atl-rate-table tbody tr:hover {
    background: #fff5f7;
}

.atl-rate-table th:first-child,
.atl-rate-table td:first-child {
    width: 58%;
    font-weight: 600;
}

.atl-rate-table th:last-child,
.atl-rate-table td:last-child {
    width: 42%;
    text-align: right;
    font-weight: 700;
}

.atl-rate-note {
    display: block;
    font-size: 13px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .atl-rate-table {
        font-size: 13px;
    }

    .atl-rate-table th,
    .atl-rate-table td {
        padding: 8px 10px;
    }

    .atl-rate-note {
        font-size: 12px;
    }
}
