/* Sold booths table — [sonia_sold_booths_table] */
.sonia-sold-booths-wrap .booth-table {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    overflow: hidden;
}

.sonia-sold-booths-wrap .booth-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: system-ui, sans-serif;
    color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: none;
}

.sonia-sold-booths-wrap .booth-table thead {
    background: linear-gradient(90deg, #1c1c1c, #2c2c2c);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border: none;
}

.sonia-sold-booths-wrap .booth-table td,
.sonia-sold-booths-wrap .booth-table th {
    font-family: 'Gilroy', system-ui, sans-serif;
    text-align: center;
    vertical-align: middle;
}

.sonia-sold-booths-wrap .booth-table th {
    padding: 16px 12px;
    font-weight: 500;
    border: none;
}

.sonia-sold-booths-wrap .booth-table td {
    padding: 12px;
    border: none;
}

.sonia-sold-booths-wrap .booth-table tbody tr:nth-child(odd) {
    background: #101010;
}

.sonia-sold-booths-wrap .booth-table tbody tr:nth-child(even) {
    background: #0a0a0a;
}

.sonia-sold-booths-wrap .booth-table tbody tr:hover {
    background: #1a1a1a;
}

.sonia-sold-booths-wrap .sonia-sold-booths-empty {
    color: rgba(255, 255, 255, 0.75);
    text-align: center;
    padding: 20px;
    font-family: 'Gilroy', system-ui, sans-serif;
}

/* Logo column */
.sonia-sold-booths-wrap .sonia-logo-cell {
    padding: 10px 16px !important;
    vertical-align: middle !important;
    width: 140px;
    text-align: center !important;
}

.sonia-sold-booths-wrap .sonia-vendor-logo {
    display: block;
    max-width: 120px;
    max-height: 75px;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px;
}

.sonia-sold-booths-wrap .sonia-no-logo {
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    display: block;
    text-align: center;
}
