.gebp-prize-show,
.gebp-prize-show * {
    box-sizing: border-box;
}

.gebp-prize-show {
    font-family: inherit;
    margin: 16px 0;
    width: 100%;
}

.gebp-prize-show-notice {
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    color: #475569;
}

.gebp-prize-show-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 8px;
    flex-shrink: 0;
}

.gebp-prize-show-icon--sm {
    width: 24px;
    height: 24px;
}

.gebp-prize-show-icon--lg {
    position: absolute;
    top: 12px;
    right: 16px;
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.gebp-prize-show-icon--emoji {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    background: rgba(255, 255, 255, 0.18);
}

.gebp-prize-show-icon--lg.gebp-prize-show-icon--emoji {
    font-size: 40px;
}

.gebp-prize-show-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gebp-prize-show-table {
    width: 100%;
    border-collapse: collapse;
}

.gebp-prize-show-table th,
.gebp-prize-show-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}

.gebp-prize-show-table th {
    background: #f5f5f5;
    font-weight: 700;
}

.gebp-prize-show-status {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 12px;
}

.gebp-prize-show-status--claimed {
    background: #f8d7da;
    color: #721c24;
}

.gebp-prize-show--style-2,
.gebp-prize-show--style-3 {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gebp-prize-show-group {
    border-radius: 8px;
    overflow: hidden;
}

.gebp-prize-show-group__header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    font: inherit;
    color: inherit;
}

.gebp-prize-show-group__header:hover,
.gebp-prize-show-group__header.is-open {
    background: #f0f0f0;
}

.gebp-prize-show-group__type-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.gebp-prize-show-group__type-fallback {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #fff;
    border-radius: 8px;
}

.gebp-prize-show-group__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gebp-prize-show-group__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.gebp-prize-show-group__meta {
    color: #666;
}

.gebp-prize-show-group__icon {
    font-size: 20px;
    font-weight: 700;
    color: #666;
}

.gebp-prize-show-group__body {
    padding: 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.gebp-prize-show-group__body[hidden] {
    display: none !important;
}

.gebp-prize-show--style-3 .gebp-prize-show-group__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.gebp-prize-show-card {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background: #fff;
}

.gebp-prize-show--style-3 .gebp-prize-show-card {
    margin-bottom: 0;
}

.gebp-prize-show-card__head {
    display: flex;
    gap: 10px;
    align-items: center;
}

.gebp-prize-show-card__copy h4 {
    margin: 0 0 4px;
    font-size: 16px;
}

.gebp-prize-show-card__copy small {
    color: #666;
}

.gebp-prize-show-card__tickets {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e0e0e0;
}

.gebp-prize-show-card__tickets p {
    margin: 0 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.gebp-prize-show-tickets {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.gebp-prize-show-ticket {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.gebp-prize-show-ticket.is-available {
    background: #e8f5e8;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.gebp-prize-show-ticket.is-claimed {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

.gebp-prize-show--style-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.gebp-prize-show-box {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7ff 100%);
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gebp-prize-show-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.gebp-prize-show-box__header {
    color: #fff;
    padding: 20px;
    position: relative;
    min-height: 96px;
}

.gebp-prize-show-box__header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 80px 8px 0;
}

.gebp-prize-show-box__remaining {
    font-size: 14px;
    opacity: 0.9;
}

.gebp-prize-show-box__body {
    padding: 20px;
}

.gebp-prize-show-box__section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #444;
}

.gebp-prize-show-tickets--pills {
    margin-bottom: 20px;
}

.gebp-prize-show-ticket--pill {
    padding: 8px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 80px;
}

.gebp-prize-show-winners {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 12px;
    border-left: 4px solid #6a11cb;
}

.gebp-prize-show-winners h5 {
    font-size: 14px;
    color: #6a11cb;
    margin: 0 0 8px;
}

.gebp-prize-show-winners__list {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 768px) {
    .gebp-prize-show--style-3 .gebp-prize-show-group__body,
    .gebp-prize-show--style-4 {
        grid-template-columns: 1fr;
    }

    .gebp-prize-show-table th,
    .gebp-prize-show-table td {
        padding: 8px;
        font-size: 13px;
    }
}
