/**
 * Auction Attempts Grid Styles
 * Refined: Professional, Analytical, Dashboard Feel
 * RTL-friendly, Arabic-first design
 */

/* ============================================
   CONTAINER – Professional Layout
   ============================================ */
.aw-attempts-grid-container {
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 32px 24px; */
    /* font-family: 'Segoe UI', 'Cairo', 'Tajawal', Tahoma, Arial, sans-serif; */
    /* background: #f8f9fa; */
    direction: rtl;
    min-height: 100vh;
}

/* ============================================
   BREADCRUMB – Navigation Path
   ============================================ */
.aw-breadcrumb {
    margin-bottom: 16px;
    padding: 0;
}

.aw-breadcrumb-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.aw-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #6b7280;
}

.aw-breadcrumb-link {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 500;
}

.aw-breadcrumb-link:hover {
    color: #3e9799;
    text-decoration: none;
}

.aw-breadcrumb-current {
    color: #0f375a;
    font-weight: 600;
}

.aw-breadcrumb-separator {
    color: #d1d5db;
    font-size: 14px;
    margin: 0 4px;
    user-select: none;
}

/* ============================================
   FILTER BAR – Dashboard Control Panel
   ============================================ */
.aw-filter-bar {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    z-index: 100;
}


/* Compact Filters Row */
.aw-filters-compact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
}

/* Filter Chips / Pills */
.aw-filter-chips {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #d1d5db transparent;
}

.aw-filter-chips::-webkit-scrollbar {
    height: 4px;
}

.aw-filter-chips::-webkit-scrollbar-track {
    background: transparent;
}

.aw-filter-chips::-webkit-scrollbar-thumb {
    background: #d1d5db;
    border-radius: 2px;
}

.aw-filter-chips::-webkit-scrollbar-thumb:hover {
    background: #9ca3af;
}

.aw-filter-chip {
    /* display: inline-flex; */
    /* align-items: center; */
    padding: 6px 12px;
    background: #f9fafb;
    /* border: 1px solid #e5e7eb; */
    border-radius: 20px;
    font-size: 13px;
    color: #374151;
    cursor: pointer;
    transition: all 0.2s ease;
    min-height: 32px;
    position: relative;
    flex-shrink: 0;
    white-space: nowrap;
}

.aw-filter-chip:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.aw-filter-chip-select {
    /* background: transparent; */
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    min-width: 100px;
    max-width: 140px;
    width: auto;
    direction: rtl;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aw-filter-search {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
}

.aw-filter-search-input {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    outline: none;
    width: 100%;
    direction: rtl;
    text-align: right;
}

.aw-filter-search-input::placeholder {
    color: #9ca3af;
    opacity: 0.7;
}

.aw-filter-chip-select option {
    background: #ffffff;
    color: #1a1a1a;
    padding: 8px;
}

/* Filter Actions */
.aw-filter-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aw-reset-filters-ghost {
    padding: 6px 12px;
    background: transparent;
    color: #6b7280;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.aw-reset-filters-ghost:hover {
    background: #f9fafb;
    color: #374151;
    border-color: #e5e7eb;
}

/* ============================================
   SECTION STRUCTURE – Professional Hierarchy
   ============================================ */
.aw-section {
    margin-bottom: 48px;
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
}

.aw-section:last-child {
    margin-bottom: 0;
}

.aw-section-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 24px 0;
    padding: 0 0 16px 0;
    text-align: right;
    letter-spacing: -0.3px;
    border-bottom: 2px solid #e5e7eb;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.aw-section-icon {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
}

.aw-section-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 60px;
    height: 2px;
    background: #0073aa;
}

.aw-section-live .aw-section-title::after {
    background: #2196f3;
}

.aw-section-upcoming .aw-section-title::after {
    background: #6b7280;
}

.aw-section-ended .aw-section-title::after {
    background: #059669;
}

.aw-section-agents-slider .aw-section-title::after {
    background: #3E9799;
}

/* ============================================
   GRID LAYOUT – BALANCED
   ============================================ */
.aw-attempts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 0;
    justify-items: stretch;
}

/* Responsive Grid */
@media (min-width: 992px) {
    .aw-attempts-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .aw-attempts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ============================================
   RESPONSIVE DESIGN - MOBILE
   ============================================ */
@media (max-width: 768px) {
    /* Filters - Mobile */
    .aw-filter-bar {
        padding: 14px 16px;
        margin-bottom: 24px;
        border-radius: 8px;
    }
    
    .aw-filters-compact {
        gap: 8px;
    }
    
    .aw-filter-chip {
        padding: 6px 10px;
        font-size: 12px;
        min-height: 30px;
    }
    
    .aw-filter-chip-select {
        font-size: 12px;
        min-width: 80px;
        padding-right: 18px;
    }
    
    .aw-filter-search {
        min-width: 150px;
        max-width: 100%;
    }
    
    .aw-filter-search-input {
        font-size: 12px;
    }
    
    .aw-reset-filters-ghost {
        padding: 6px 12px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .aw-filters-compact {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }
    
    .aw-filter-chips {
        flex-wrap: wrap;
        overflow-x: visible;
    }
    
    .aw-filter-chip {
        flex: 1 1 auto;
        min-width: calc(50% - 4px);
    }
    
    .aw-filter-chip-select {
        max-width: 100%;
        width: 100%;
    }
    
    .aw-filter-actions {
        width: 100%;
        justify-content: flex-start;
    }
}

/* ============================================
   ATTEMPT CARD – Professional Design
   ============================================ */
.aw-attempt-card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #e5e7eb;
    position: relative;
}

.aw-attempt-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: transparent;
    transition: background 0.3s ease;
}

.aw-attempt-card[data-status="live"]::before {
    background: #2196f3;
}

.aw-attempt-card[data-status="upcoming"]::before {
    background: #6b7280;
}

.aw-attempt-card[data-status="sold"]::before {
    background: #059669;
}

.aw-attempt-card[data-status="not_sold"]::before {
    background: #dc2626;
}

.aw-attempt-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
    border-color: #d1d5db;
}

/* Media Header */
.aw-card-media {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.aw-card-media img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.aw-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 13px;
    background: #f8f8f8;
}

/* Favorite Heart Button */
.aw-favorite-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    backdrop-filter: blur(4px);
}

.aw-favorite-btn:hover {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.aw-favorite-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.aw-favorite-icon {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.2s ease;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
}

.aw-favorite-btn.aw-favorited .aw-favorite-icon {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.2);
}

.aw-favorite-btn:active .aw-favorite-icon {
    transform: scale(0.9);
}

/* Status Badge – Smaller and Cleaner */
.aw-card-status-badge {
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.2px;
}

/* Header actions (status + favorite) – on same line as title, يسار */
.aw-card-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.aw-favorite-inline {
    position: static;
    box-shadow: none;
    background: transparent;
    width: 28px;
    height: 28px;
}

.aw-favorite-inline:hover {
    background: transparent;
    transform: none;
}

/* Status Colors */
.aw-status-live {
    background-color: #2196f3;
    color: white;
}

.aw-status-upcoming {
    background-color: #9e9e9e;
    color: white;
}

.aw-status-sold {
    background-color: #2e7d32;
    color: white;
}

.aw-status-not_sold {
    background-color: #c62828;
    color: white;
}

.aw-status-ended {
    background-color: #c62828;
    color: white;
}

/* Card Content – Structured Layout */
.aw-card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 14px;
}

/* Zone 2: Identity Zone – Title + Icons on one line */
.aw-card-identity {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 4px;
}

.aw-card-title {
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    color: #0f375a;
    margin: 0;
    line-height: 1.4;
    text-align: right;
    letter-spacing: -0.1px;
}

.aw-card-title-link {
    color: #0f375a;
    text-decoration: none;
    transition: color 0.2s ease;
    display: block;
}

.aw-card-title-link:hover {
    color: #3e9799;
    text-decoration: none;
}

.aw-card-location {
    font-size: 13px;
    color: #6b7280;
    text-align: right;
    margin-top: 4px;
    font-weight: 400;
}

/* Zone 3: Data Zone (Compact Horizontal) */
.aw-card-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    padding: 12px 0;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.aw-data-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.aw-data-icon {
    font-size: 14px;
    line-height: 1;
    opacity: 0.7;
    flex-shrink: 0;
}

.aw-data-value {
    font-size: 13px;
    color: #374151;
    font-weight: 500;
    text-align: right;
    white-space: nowrap;
}

/* Zone 4: Time & Price Zone (Controlled Container) */
.aw-card-time-price {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 16px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
}

/* Time Block – Measured and Controlled */
.aw-time-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aw-time-label {
    font-size: 11px;
    color: #6b7280;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: right;
}

.aw-time-value {
    font-size: 14px;
    color: #374151;
    font-weight: 500;
    text-align: right;
    font-variant-numeric: normal;
}

/* Date + Time Styled (separated with صباحاً/مساءً) */
.aw-time-value-styled {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.aw-time-value-styled .aw-time-date {
    color: #4b5563;
    font-weight: 600;
}

.aw-time-value-styled .aw-time-sep {
    color: #9ca3af;
    font-weight: 300;
}

.aw-time-value-styled .aw-time-clock {
    color: #0f375a;
    font-weight: 600;
}

/* Countdown Timer – Boxed Units (Controlled) */
.aw-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 8px;
}

.aw-countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 6px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    min-height: 60px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.aw-countdown-box:hover {
    border-color: #d1d5db;
    background: #fafafa;
}

.aw-countdown-value {
    font-size: 22px;
    font-weight: 600;
    color: #374151;
    line-height: 1.1;
    font-variant-numeric: normal !important;
    margin-bottom: 4px;
    min-width: auto !important;
    width: auto !important;
    display: inline-block;
    text-align: center;
    opacity: 1 !important;
    visibility: visible !important;
    transition: none !important;
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
    font-family: inherit;
}

.aw-countdown-label {
    font-size: 10px;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
}

/* Pricing Block – Calm and Aligned */
.aw-price-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb;
}

.aw-price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}

.aw-price-label {
    color: #6b7280;
    font-weight: 500;
    font-size: 12px;
}

.aw-price-value {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-direction: row;
    direction: ltr;
}

.aw-price-currency {
    font-weight: 500;
    font-size: 13px;
    color: #6b7280;
    flex-shrink: 0;
}

.aw-price-number {
    color: #374151;
    font-weight: 600;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

.aw-price-final .aw-price-number {
    color: #059669;
    font-size: 15px;
    font-weight: 600;
}

/* Quality Block – Structured */
.aw-card-quality {
    padding: 12px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    text-align: center;
}

.aw-quality-label {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 6px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.aw-quality-value {
    font-size: 16px;
    color: #374151;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Action Zone – Side-by-Side Layout */
.aw-card-action {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    direction: ltr;
    flex-direction: row-reverse;
}

.aw-card-button {
    flex: 1;
    padding: 10px 16px;
    background: #3e9799;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid #3e9799;
    white-space: nowrap;
    min-width: 0;
}

.aw-card-button:hover {
    background: #2d7a7c;
    color: #ffffff;
    border-color: #2d7a7c;
}

/* Sponsor Logo – Circular */
.aw-card-sponsor-logo {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e5e7eb;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.aw-card-sponsor-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

/* Items Count – Between Button and Logo */
.aw-card-items-count {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
    flex-shrink: 0;
    white-space: nowrap;
}

.aw-items-count-label {
    font-weight: 500;
    opacity: 0.8;
}

.aw-items-count-value {
    font-weight: 700;
    color: #374151;
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 4px;
    min-width: 24px;
    text-align: center;
}

/* ============================================
   NO RESULTS – Professional Empty State
   ============================================ */
.aw-no-results {
    text-align: center;
    padding: 80px 24px;
    color: #6b7280;
    font-size: 16px;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 24px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.aw-no-results p {
    margin: 0;
    font-weight: 500;
    color: #6b7280;
}

/* Loading State */
.aw-section.aw-loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.aw-section.aw-loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #2196f3;
    border-radius: 50%;
    animation: aw-spin 1s linear infinite;
}

.aw-filtering .aw-filter-bar {
    opacity: 0.7;
    pointer-events: none;
}

@keyframes aw-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .aw-attempts-grid-container {
        padding: 12px;
    }
    
    .aw-breadcrumb {
        margin-bottom: 16px;
    }
    
    .aw-breadcrumb-list {
        font-size: 13px;
        gap: 6px;
    }
    
    .aw-breadcrumb-separator {
        font-size: 12px;
        margin: 0 3px;
    }
    
    .aw-section-title {
        font-size: 20px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .aw-section-icon {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }
    
    .aw-filter-bar {
        padding: 12px;
        margin-bottom: 16px;
        border-radius: 6px;
    }
    
    .aw-filters-compact {
        flex-direction: column;
        gap: 10px;
    }
    
    .aw-filter-chips {
        flex-wrap: wrap;
        overflow-x: visible;
    }
    
    .aw-filter-chip {
        flex: 1 1 auto;
        min-width: calc(50% - 4px);
    }
    
    .aw-filter-search {
        min-width: 100%;
        max-width: 100%;
    }
    
    .aw-filter-actions {
        width: 100%;
        justify-content: flex-start;
    }
    
    .aw-attempts-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .aw-card-content {
        padding: 14px;
        gap: 12px;
    }
    
    .aw-card-media {
        height: 200px;
    }
    
    .aw-card-title {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .aw-card-data {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 10px 0;
    }
    
    .aw-data-item {
        width: 100%;
    }
    
    .aw-card-time-price {
        padding: 12px;
        gap: 12px;
    }
    
    .aw-countdown {
        grid-template-columns: repeat(4, 1fr);
        gap: 4px;
    }
    
    .aw-countdown-box {
        min-height: 60px;
        padding: 8px 4px;
    }
    
    .aw-countdown-value {
        font-size: 18px;
    }
    
    .aw-countdown-label {
        font-size: 9px;
    }
    
    .aw-price-block {
        gap: 8px;
        padding-top: 10px;
    }
    
    .aw-price-number {
        font-size: 15px;
    }
    
    .aw-favorite-btn {
        width: 32px;
        height: 32px;
        top: 8px;
        right: 8px;
    }
    
    .aw-favorite-icon {
        font-size: 16px;
    }
    
    .aw-card-status-badge {
        top: 8px;
        left: 8px;
        padding: 4px 8px;
        font-size: 10px;
    }
    
    .aw-card-action {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }
    
    .aw-card-button {
        flex: 1 1 100%;
        min-width: 100%;
        order: 3;
        padding: 11px 14px;
        font-size: 13px;
    }
    
    .aw-card-sponsor-logo {
        width: 44px;
        height: 44px;
        order: 1;
    }
    
    .aw-card-items-count {
        font-size: 12px;
        order: 2;
        flex: 0 0 auto;
    }
    
    .aw-items-count-value {
        padding: 3px 8px;
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .aw-attempts-grid-container {
        padding: 8px;
    }
    
    .aw-breadcrumb {
        margin-bottom: 12px;
    }
    
    .aw-breadcrumb-list {
        font-size: 12px;
    }
    
    .aw-section-title {
        font-size: 18px;
        margin-bottom: 16px;
    }
    
    .aw-filter-bar {
        padding: 10px;
    }
    
    .aw-filter-chip {
        padding: 5px 10px;
        font-size: 11px;
        min-height: 28px;
    }
    
    .aw-filter-chip-select {
        font-size: 11px;
        min-width: 70px;
    }
    
    .aw-filter-search-input {
        font-size: 11px;
    }
    
    .aw-attempts-grid {
        gap: 12px;
    }
    
    .aw-card-content {
        padding: 12px;
        gap: 10px;
    }
    
    .aw-card-media {
        height: 180px;
    }
    
    .aw-card-title {
        font-size: 15px;
    }
    
    .aw-card-time-price {
        padding: 10px;
    }
    
    .aw-countdown-box {
        min-height: 55px;
        padding: 6px 3px;
    }
    
    .aw-countdown-value {
        font-size: 16px;
    }
    
    .aw-countdown-label {
        font-size: 8px;
    }
    
    .aw-card-button {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .aw-card-sponsor-logo {
        width: 40px;
        height: 40px;
    }
}

/* Print Styles */
@media print {
    .aw-filter-bar {
        display: none;
    }
    
    .aw-attempts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
