.juwai-pro-wrapper {
    margin: 20px 0;
    font-family: inherit;
    box-sizing: border-box;
}

.juwai-pro-wrapper table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    text-align: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.juwai-pro-wrapper table th {
    padding: 15px;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}

.juwai-pro-wrapper table td {
    padding: 15px;
    border: 1px solid #eee;
}

/* Juwai Teer - Yellow */
.juwai-yellow-table {
    border: 2px solid rgba(222, 2, 79, 0.3);
}

/* Base custom table for Morning and Night */
.ju-custom-table {
    border: 1px solid #ddd;
}

.ju-custom-table th {
    color: #fff !important;
}

/* Refresh Button Styles */
.juwai-refresh-wrapper {
    text-align: center;
    margin: 20px 0;
}

.juwai-refresh-btn {
    background: #1A237E;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, transform 0.1s;
}

.juwai-refresh-btn:hover {
    background: #283593;
}

.juwai-refresh-btn:active {
    transform: scale(0.98);
}

.juwai-refresh-btn:disabled {
    background: #9e9e9e;
    cursor: not-allowed;
    transform: none;
}