.casino-viewer {
    max-width: 100%;
    margin: 20px auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.casino-error {
    color: #dc3232;
    margin-bottom: 15px;
    display: none;
}



.casino-table-container {
    overflow-x: auto;
}

.casino-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.casino-table th,
.casino-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #c3c4c7;
}

.casino-table th {
    background-color: #f0f0f1;
    cursor: pointer;
}

.casino-loader {
    text-align: center;
    padding: 20px;
    display: none;
}

.casino-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.casino-pagination button {
    padding: 8px 16px;
    border: 1px solid #c3c4c7;
    background: #f0f0f1;
    cursor: pointer;
    border-radius: 4px;
    color: #000000;
}

.casino-pagination button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-info,
.current-page {
    text-align: center;
    margin: 10px 0;
}

/* BigBaller specific styles */
.drawn-balls {
    display: grid;
    grid-template-columns: repeat(4, 24px);
    gap: 5px;
    justify-content: flex-start;
}

.drawn-ball {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f0f0f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.bonus-game {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 200px;
    word-break: break-word;
}

.bonus-card {
    padding: 4px 8px;
    background: #e5e5e5;
    border-radius: 4px;
    font-size: 13px;
}

.bonus-round {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.bonus-mode {
    font-size: 14px;
    margin-bottom: 5px;
}

.bonus-move {
    font-size: 13px;
    padding: 2px 0;
}
