.sof2-masterlist {
    font-family: Arial, sans-serif;
    color: #000;
    font-size: 14px;
    background: #F2F2F2;
    padding: 15px;
    border-radius: 6px;
    box-sizing: border-box;
    background-size: auto;
    background-repeat: repeat;
}

.sof2-masterlist h2 { text-align: center; margin-bottom: 10px; color: #eee; background: url('/wp-content/themes/editorial/assets/images/dark-mosaic.png') repeat center center !important; background-size: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.6); border-radius: 12px; padding: 10px; margin-bottom: 10px; } .sof2-info { text-align: center; margin-bottom: 15px; font-size: 13px; color: #aaa; background: url('/wp-content/themes/editorial/assets/images/dark-mosaic.png') repeat center center !important; background-size: cover; box-shadow: 0 4px 12px rgba(0,0,0,0.6); border-radius: 12px; padding: 10px; margin-bottom: 10px; }

.sof2-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.sof2-tab-button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    background: #25282c;
    color: #25c2f5;
    cursor: pointer;
    font-size: 14px;
}

.sof2-tab-button.active {
    background: #25c2f5;
    color: #101010;
}

.sof2-tab-content {
    display: none;
    width: 100%;
    overflow-x: auto;
}

.sof2-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: url('/wp-content/themes/editorial/assets/images/dark-mosaic.png') repeat center center;
    background-size: contain;
    box-shadow: 0 4px 12px rgba(0,0,0,0.6);  
    border-radius: 12px; 
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.sof2-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    color: #25282C;
    min-width: 100%;
}

.sof2-table th, .sof2-table td {
    padding: 8px;
    text-align: center;
    border: none;
}

.sof2-table th {
    background: #25282c;
    color: #25c2f5;
    font-weight: normal;
}

.sof2-table tr.even {
    background: #333333;
}

.sof2-table tr.odd {
    background: #212121;
}

.sof2-table a {
    color: #25c2f5;
    text-decoration: none;
}

.sof2-table a:hover {
    text-decoration: underline;
}

.sof2-table td img, .ext-emoji2 {
    vertical-align: middle;
    margin: 0 3px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.sof2-error {
    text-align: center;
    color: #f55;
    font-weight: bold;
    margin: 20px 0;
}

/* Responsive */
@media only screen and (max-width: 768px) {
    .sof2-table th, .sof2-table td {
        padding: 6px 4px;
        font-size: 12px;
    }
    .sof2-tab-button {
        font-size: 12px;
        padding: 6px 10px;
    }
    .ext-emoji2 {
        width: 16px;
        height: 16px;
    }
}