.reward-offers-page {
    background: #f8f7fc;
}

.reward-offers-hero h2 {
    font-weight: 700;
    color: #17122b;
}

.reward-offers-badge {
    display: inline-block;
    background: linear-gradient(135deg, #5b21b6 0%, #7c3aed 100%);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.reward-offer-card {
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(23, 18, 43, 0.08);
    display: flex;
    flex-direction: column;
}

.reward-offer-card__image {
    position: relative;
    height: 180px;
    background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%);
}

.reward-offer-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reward-offer-card__placeholder {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #7c3aed;
}

.reward-offer-card__tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(255, 255, 255, 0.92);
    color: #5b21b6;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 999px;
}

.reward-offer-card__body {
    padding: 20px;
    flex: 1;
}

.reward-offer-card__body h5 {
    font-size: 18px;
    font-weight: 700;
    color: #17122b;
}

.reward-offer-card__earn {
    color: #7c3aed;
    font-weight: 700;
    margin-bottom: 10px;
}

.reward-offer-card__desc {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
    min-height: 62px;
}

.reward-offer-card__meta {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
}

.reward-offer-card__meta li {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 6px;
}

.reward-offer-card__footer {
    padding: 0 20px 20px;
}

.reward-summary-card {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 8px 24px rgba(23, 18, 43, 0.06);
}

.reward-summary-card span {
    display: block;
    color: #6b7280;
    font-size: 13px;
    margin-bottom: 6px;
}

.reward-summary-card strong {
    font-size: 22px;
    color: #17122b;
}

.reward-summary-card.pending strong {
    color: #d97706;
}

.reward-summary-card.approved strong,
.reward-summary-card.earned strong {
    color: #059669;
}

.reward-claim-mini-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    background: #f9fafb;
    border: 1px solid #ececf1;
    border-radius: 12px;
    padding: 14px 16px;
}

/* Single horizontal scroll — bootstrap-table container only */
.reward-claims-table-area .bootstrap-table .fixed-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.reward-claims-table-area .bootstrap-table .fixed-table-body {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

.reward-claims-table-area .bootstrap-table .fixed-table-header {
    overflow-x: visible !important;
}

.reward-award-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 150px;
}

.reward-award-cell__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.reward-award-cell__text strong {
    font-size: 13px;
    line-height: 1.3;
}

.reward-award-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    flex-shrink: 0;
    background: #f9fafb;
}

.reward-award-thumb--placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #7c3aed;
    font-size: 20px;
}
