/* ==========================================================================
   WSM Ahrefs Stats — Single product stats table, dark theme
   Same palette as overview-table.css — consistent look across both features.
   ========================================================================== */

.wsm-ahrefs-stats-wrapper {
    margin: 25px 0;
    clear: both;
    background: #2a2a2a;
    border: 1px solid #3e3e3e;
    border-radius: 10px;
    overflow: hidden;
}

.wsm-ahrefs-stats-table {
    width: 100%;
    border-collapse: collapse;
}

/* Title lives inside <thead> as a full-width header row so it always
   aligns with the table width regardless of the container's width. */
.wsm-ahrefs-stats-table thead .wsm-ahrefs-stats-title-row {
    background: #3a3a3a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 13px 18px !important;
    border-bottom: 2px solid #c2ff01;
    text-transform: none;
    letter-spacing: 0;
}

/* Override WoodMart's .shop_attributes tr { margin-bottom/padding-bottom: ... }
   which creates visible gaps between row borders and row background colors. */
.wsm-ahrefs-stats-table tr {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Body cells */
.wsm-ahrefs-stats-table th,
.wsm-ahrefs-stats-table td {
    padding: 12px 18px !important;
    border-bottom: 1px solid #3e3e3e;
    text-align: left;
    font-size: 14px;
}

/* Label column */
.wsm-ahrefs-stats-table tbody th {
    font-weight: 400;
    color: #ffffffb3;
    width: 55%;
}

/* Value column */
.wsm-ahrefs-stats-table tbody td {
    font-weight: 600;
    color: #ffffff;
}

/* Alternate row tint */
.wsm-ahrefs-stats-table tbody tr:nth-child(even) {
    background: #3a3a3a;
}

.wsm-ahrefs-stats-table tbody tr:last-child th,
.wsm-ahrefs-stats-table tbody tr:last-child td {
    border-bottom: none;
}

@media (max-width: 480px) {
    .wsm-ahrefs-stats-table th,
    .wsm-ahrefs-stats-table td {
        padding: 9px 12px !important;
        font-size: 13px;
    }
}
