.rbk-lottery-widget {
    max-width: 720px;
    margin: 0 auto;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.rbk-lottery-widget .header-banner-title {
    text-align: center;
    color: #c00;
    font-weight: 700;
    margin-bottom: 12px;
}
.rbk-lottery-widget .rbk-controls {
    text-align: center;
    margin: 10px 0;
}
.rbk-lottery-widget .rbk-controls label { margin: 0 8px; }
.rbk-region-block { margin-top: 20px; }

.rbk-footer { padding: 8px; background: #fff7cc; display: flex; align-items: center; gap: 12px; }
.rbk-tab { list-style: none; padding: 0; margin: 0; display: flex; gap: 4px; }
.rbk-tab li { padding: 2px 8px; cursor: pointer; background: #fff; border: 1px solid #e6c200; border-radius: 3px; }
.rbk-tab li.active { background: #ffeaa5; }

.rbk-loto-filter { display: flex; gap: 4px; }
.rbk-loto-filter span { width: 22px; height: 22px; line-height: 22px; text-align: center; background: #fff; border-radius: 50%; cursor: pointer; }
.rbk-loto-filter span.active { background: #c00; color: #fff; }

.rbk-show-loto { margin-left: auto; cursor: pointer; text-decoration: underline; }

.rbk-loto-output { margin-top: 8px; }
.rbk-loto-output table { width: 100%; border-collapse: collapse; }
.rbk-loto-output th, .rbk-loto-output td { border: 1px solid #ddd; padding: 4px 8px; }

mark { background: #ff0; padding: 0; }
