/* NotiTimba Lottery Sync — frontend styles */

.ntls-wrapper,
.ntls-today-wrapper {
    max-width: 100%;
    margin: 20px auto;
    font-family: Verdana, Arial, sans-serif;
    color: #404040;
}

.ntls-intro {
    font-weight: bold;
    font-size: 14pt;
    color: #800000;
    background: #fff0ce;
    border: 2px solid #000;
    border-radius: 6px;
    padding: 8px 14px;
    margin-bottom: 16px;
    text-align: center;
}

.ntls-turn {
    background: rgba(252, 227, 194, 0.25);
    border: 2px solid #000;
    border-radius: 6px;
    padding: 12px;
    margin: 0 0 20px;
}

.ntls-turn-header {
    background: #fff0ce;
    color: #800000;
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
    padding: 6px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ntls-turn-label { color: #404040; font-size: 10pt; }
.ntls-turn-name { color: #800000; }

.ntls-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ntls-table {
    border-collapse: separate;
    border-spacing: 5px;
    width: auto;
    margin: 0 auto;
    background: transparent;
}

.ntls-table th.ntls-province-head {
    background: transparent;
    border: none;
    width: 110px;
}

.ntls-table th.ntls-date-head {
    width: 70px;
    border: 1px solid #a0a0a0;
    background: #f8f0e0;
    font: bold 9pt Verdana, sans-serif;
    color: #404040;
    text-align: center;
    vertical-align: middle;
    padding: 4px 2px;
    border-radius: 3px;
    white-space: nowrap;
}

.ntls-table th.ntls-province {
    width: 110px;
    text-align: right;
    padding: 4px 8px 4px 0;
    background: transparent;
    border: none;
    font: bold 10pt Verdana, sans-serif;
    color: #404040;
    white-space: nowrap;
}

.ntls-table td.ntls-result {
    font: bold 13pt Arial, sans-serif;
    text-align: center;
    color: #404040;
    background: #ffe8c0;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    box-shadow: 1px 3px 4px rgba(192, 192, 192, 0.6);
    padding: 6px 4px;
    min-width: 60px;
}

.ntls-table td.ntls-empty-cell {
    background: transparent;
    border: none;
    box-shadow: none;
    min-width: 60px;
}

.ntls-footer {
    text-align: right;
    font-size: 9pt;
    color: #888;
    margin-top: 10px;
    font-style: italic;
}

.ntls-empty {
    padding: 20px;
    text-align: center;
    background: #fff9e6;
    border: 1px dashed #c0a060;
    border-radius: 4px;
    color: #604000;
    font-style: italic;
}

/* ============================================= */
/* TODAY'S BIG NUMBERS — [notitimba_today]       */
/* ============================================= */

.ntls-today-wrapper {
    background: rgba(252, 227, 194, 0.25);
    border: 2px solid #000;
    border-radius: 6px;
    padding: 16px;
    margin: 20px auto;
}

.ntls-today-date {
    background: #fff0ce;
    color: #800000;
    font-weight: bold;
    font-size: 13pt;
    text-align: center;
    padding: 8px 10px;
    border: 1px solid #000;
    border-radius: 4px;
    margin-bottom: 14px;
}

.ntls-today-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.ntls-today-table {
    border-collapse: separate;
    border-spacing: 6px;
    width: auto;
    margin: 0 auto;
    background: transparent;
}

.ntls-today-table th.ntls-today-prov-head {
    background: transparent;
    border: none;
    width: 110px;
}

.ntls-today-table th.ntls-today-turn-head {
    background: #f8f0e0;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    font: bold 11pt Verdana, sans-serif;
    color: #800000;
    text-align: center;
    padding: 8px 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: 90px;
}

.ntls-today-table th.ntls-today-prov {
    width: 110px;
    text-align: right;
    padding: 6px 10px 6px 0;
    background: transparent;
    border: none;
    font: bold 11pt Verdana, sans-serif;
    color: #404040;
    white-space: nowrap;
}

.ntls-today-table td.ntls-today-num {
    font: bold 24pt Arial, sans-serif;
    text-align: center;
    color: #0000c0;
    background: #ffffff;
    border: 2px solid #000080;
    border-radius: 6px;
    box-shadow: 2px 4px 6px rgba(0, 0, 128, 0.25);
    padding: 10px 14px;
    min-width: 90px;
    letter-spacing: 2px;
}

.ntls-today-table td.ntls-today-empty {
    background: transparent;
    border: none;
    box-shadow: none;
    min-width: 90px;
}

/* ============================================= */
/* RESPONSIVE                                     */
/* ============================================= */

@media (max-width: 782px) {
    .ntls-table th.ntls-province-head,
    .ntls-table th.ntls-province,
    .ntls-today-table th.ntls-today-prov-head,
    .ntls-today-table th.ntls-today-prov {
        width: 90px;
        font-size: 9pt;
    }
    .ntls-table th.ntls-date-head { width: 56px; font-size: 8pt; }
    .ntls-table td.ntls-result { font-size: 11pt; min-width: 50px; }
    .ntls-table { border-spacing: 3px; }

    .ntls-today-table th.ntls-today-turn-head {
        font-size: 9pt;
        padding: 5px 6px;
        min-width: 70px;
    }
    .ntls-today-table td.ntls-today-num {
        font-size: 18pt;
        padding: 6px 8px;
        min-width: 70px;
        letter-spacing: 1px;
    }
    .ntls-today-table { border-spacing: 4px; }
    .ntls-today-wrapper { padding: 10px; }
}
