@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/ShootingDataImporter/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-iv2rk3f0vx] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

/* Top Navigation Bar */
.top-bar[b-iv2rk3f0vx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    z-index: 1000;
    gap: 1rem;
}

.hamburger-btn[b-iv2rk3f0vx] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    padding: 0;
    background: transparent;
    border: none;
    flex-shrink: 0;
}

.hamburger-icon[b-iv2rk3f0vx]::before,
.hamburger-icon[b-iv2rk3f0vx]::after,
.hamburger-icon[b-iv2rk3f0vx] {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger-icon[b-iv2rk3f0vx]::before {
    transform: translateY(-8px);
}

.hamburger-icon[b-iv2rk3f0vx]::after {
    transform: translateY(8px);
}

.app-title[b-iv2rk3f0vx] {
    flex: 0 0 auto;
}

.app-title .navbar-brand[b-iv2rk3f0vx] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

.user-controls[b-iv2rk3f0vx] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: auto;
}

/* Sidebar Toggle Checkbox (hidden) */
.sidebar-toggle[b-iv2rk3f0vx] {
    display: none;
}

/* Sidebar */
.sidebar[b-iv2rk3f0vx] {
    position: fixed;
    top: 60px;
    left: -280px;
    width: 280px;
    height: calc(100vh - 60px);
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    transition: left 0.3s ease;
    z-index: 999;
    overflow-y: auto;
}

.sidebar-toggle:checked ~ .sidebar[b-iv2rk3f0vx] {
    left: 0;
}

/* Sidebar Overlay */
.sidebar-overlay[b-iv2rk3f0vx] {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 998;
}

.sidebar-toggle:checked ~ .sidebar-overlay[b-iv2rk3f0vx] {
    opacity: 1;
    visibility: visible;
}

/* Main Content */
main[b-iv2rk3f0vx] {
    flex: 1;
    margin-top: 60px;
    padding: 1rem;
}

@media (min-width: 768px) {
    /* On desktop, sidebar is still togglable from left */
    .sidebar-overlay[b-iv2rk3f0vx] {
        display: none;
    }

    /* When sidebar is open on desktop, adjust main content */
    .sidebar-toggle:checked ~ main[b-iv2rk3f0vx] {
        margin-left: 280px;
    }
}

#blazor-error-ui[b-iv2rk3f0vx] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-iv2rk3f0vx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ShootingDataImporter/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-hs8e1j1fls] {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.bi[b-hs8e1j1fls] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hs8e1j1fls] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hs8e1j1fls] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hs8e1j1fls] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hs8e1j1fls] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hs8e1j1fls] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hs8e1j1fls] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hs8e1j1fls]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hs8e1j1fls]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hs8e1j1fls]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* _content/ShootingDataImporter/Components/Pages/Bullets.razor.rz.scp.css */
/* Page Heading */
.page-heading[b-z1iihy79bm] {
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Item Card Container */
.item-card[b-z1iihy79bm] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.item-card:hover[b-z1iihy79bm] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Colored Header Bars */
.item-card-header-bar[b-z1iihy79bm] {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
}

.bullet-bar[b-z1iihy79bm] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

/* Card Body */
.item-card-body[b-z1iihy79bm] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Icon */
.item-icon[b-z1iihy79bm] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.bullet-icon[b-z1iihy79bm] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
}

/* Edit Button */
.item-edit-btn[b-z1iihy79bm] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.item-edit-btn:hover[b-z1iihy79bm] {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}

/* Title and Subtitle */
.item-title[b-z1iihy79bm] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.item-subtitle[b-z1iihy79bm] {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

/* Details Section */
.item-details[b-z1iihy79bm] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.detail-item[b-z1iihy79bm] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4a5568;
}

.detail-item i[b-z1iihy79bm] {
    color: #6b7280;
    font-size: 1rem;
}

.detail-link[b-z1iihy79bm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.detail-link:hover[b-z1iihy79bm] {
    color: #5a67d8;
    text-decoration: underline;
}

/* Empty State */
.text-center.py-5 i[b-z1iihy79bm] {
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 767.98px) {
    .item-card-body[b-z1iihy79bm] {
        padding: 1.25rem;
    }

    .item-title[b-z1iihy79bm] {
        font-size: 1.1rem;
    }

    .item-subtitle[b-z1iihy79bm] {
        font-size: 0.95rem;
    }
}
/* _content/ShootingDataImporter/Components/Pages/CompareTests.razor.rz.scp.css */
/* Comparison Header */
.comparison-header[b-sam6jsar7b] {
    margin-bottom: 2rem;
}

/* Test Info Cards */
.test-info-card[b-sam6jsar7b] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
    border-left: 4px solid;
}

.test-info-card.test-1[b-sam6jsar7b] {
    border-left-color: #667eea;
}

.test-info-card.test-2[b-sam6jsar7b] {
    border-left-color: #f97316;
}

.test-info-card h5[b-sam6jsar7b] {
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
    color: #6b7280;
}

.test-info-card.test-1 h5[b-sam6jsar7b] {
    color: #667eea;
}

.test-info-card.test-2 h5[b-sam6jsar7b] {
    color: #f97316;
}

.test-description[b-sam6jsar7b] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.test-meta[b-sam6jsar7b] {
    font-size: 0.85rem;
    color: #718096;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.test-meta i[b-sam6jsar7b] {
    font-size: 0.9rem;
}

/* Badge Styling */
.test-badge-rifle[b-sam6jsar7b] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.test-badge-bullet[b-sam6jsar7b] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
    display: inline-block;
}

.test-badge-powder[b-sam6jsar7b] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 6px;
    margin-bottom: 0.25rem;
    display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .test-info-card[b-sam6jsar7b] {
        margin-bottom: 1rem;
    }

    .test-description[b-sam6jsar7b] {
        font-size: 1rem;
    }

    .comparison-header[b-sam6jsar7b] {
        margin-bottom: 1.5rem;
    }
}
/* _content/ShootingDataImporter/Components/Pages/Powders.razor.rz.scp.css */
/* Page Heading */
.page-heading[b-tv2tlzvgfn] {
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Item Card Container */
.item-card[b-tv2tlzvgfn] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.item-card:hover[b-tv2tlzvgfn] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Colored Header Bars */
.item-card-header-bar[b-tv2tlzvgfn] {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
}

.powder-bar[b-tv2tlzvgfn] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

/* Card Body */
.item-card-body[b-tv2tlzvgfn] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Icon */
.item-icon[b-tv2tlzvgfn] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.powder-icon[b-tv2tlzvgfn] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

/* Edit Button */
.item-edit-btn[b-tv2tlzvgfn] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.item-edit-btn:hover[b-tv2tlzvgfn] {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}

/* Title and Subtitle */
.item-title[b-tv2tlzvgfn] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.item-subtitle[b-tv2tlzvgfn] {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

/* Details Section */
.item-details[b-tv2tlzvgfn] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.detail-item[b-tv2tlzvgfn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4a5568;
}

.detail-item i[b-tv2tlzvgfn] {
    color: #3b82f6;
    font-size: 1rem;
}

.detail-link[b-tv2tlzvgfn] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.detail-link:hover[b-tv2tlzvgfn] {
    color: #5a67d8;
    text-decoration: underline;
}

/* Empty State */
.text-center.py-5 i[b-tv2tlzvgfn] {
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 767.98px) {
    .item-card-body[b-tv2tlzvgfn] {
        padding: 1.25rem;
    }

    .item-title[b-tv2tlzvgfn] {
        font-size: 1.1rem;
    }

    .item-subtitle[b-tv2tlzvgfn] {
        font-size: 0.95rem;
    }
}
/* _content/ShootingDataImporter/Components/Pages/Rifles.razor.rz.scp.css */
/* Page Heading */
.page-heading[b-13qot3qoih] {
    font-weight: 600;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Item Card Container */
.item-card[b-13qot3qoih] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.item-card:hover[b-13qot3qoih] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Colored Header Bars */
.item-card-header-bar[b-13qot3qoih] {
    width: 100%;
    height: 6px;
    flex-shrink: 0;
}

.rifle-bar[b-13qot3qoih] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

/* Card Body */
.item-card-body[b-13qot3qoih] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Icon */
.item-icon[b-13qot3qoih] {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
}

.rifle-icon[b-13qot3qoih] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
}

/* Edit Button */
.item-edit-btn[b-13qot3qoih] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.item-edit-btn:hover[b-13qot3qoih] {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}

/* Title and Subtitle */
.item-title[b-13qot3qoih] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.25rem;
    line-height: 1.3;
}

.item-subtitle[b-13qot3qoih] {
    font-size: 1rem;
    color: #4a5568;
    margin-bottom: 1.25rem;
    font-weight: 500;
}

/* Details Section */
.item-details[b-13qot3qoih] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.detail-item[b-13qot3qoih] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
    color: #4a5568;
}

.detail-item i[b-13qot3qoih] {
    color: #48bb78;
    font-size: 1rem;
}

.detail-link[b-13qot3qoih] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #667eea;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.detail-link:hover[b-13qot3qoih] {
    color: #5a67d8;
    text-decoration: underline;
}

/* Empty State */
.text-center.py-5 i[b-13qot3qoih] {
    opacity: 0.3;
}

/* Responsive */
@media (max-width: 767.98px) {
    .item-card-body[b-13qot3qoih] {
        padding: 1.25rem;
    }

    .item-title[b-13qot3qoih] {
        font-size: 1.1rem;
    }

    .item-subtitle[b-13qot3qoih] {
        font-size: 0.95rem;
    }
}
/* _content/ShootingDataImporter/Components/Pages/Shots.razor.rz.scp.css */
/* Test Card Container */
.test-card[b-yhjr4zqgqz] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}

.test-card:hover[b-yhjr4zqgqz] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Comparison Mode Styles */
.test-card-checkbox[b-yhjr4zqgqz] {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 10;
    background: white;
    border-radius: 6px;
    padding: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.test-card-checkbox .form-check-input[b-yhjr4zqgqz] {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 2px solid #667eea;
}

.test-card-checkbox .form-check-input:checked[b-yhjr4zqgqz] {
    background-color: #667eea;
    border-color: #667eea;
}

.test-card-selected[b-yhjr4zqgqz] {
    border: 3px solid #667eea;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    transform: translateY(-4px);
}

.test-card-selected .test-card-header-bar[b-yhjr4zqgqz] {
    height: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.test-card-disabled[b-yhjr4zqgqz] {
    opacity: 0.5;
    cursor: not-allowed;
}

.test-card-disabled:hover[b-yhjr4zqgqz] {
    transform: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Thin Colored Header Bar */
.test-card-header-bar[b-yhjr4zqgqz] {
    width: 100%;
    height: 6px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    flex-shrink: 0;
}

/* Edit Button */
.test-edit-btn[b-yhjr4zqgqz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #f3f4f6;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.test-edit-btn:hover[b-yhjr4zqgqz] {
    background: #e5e7eb;
    color: #374151;
    transform: scale(1.1);
}

/* Card Body */
.test-card-body[b-yhjr4zqgqz] {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.test-card-header[b-yhjr4zqgqz] {
    margin-bottom: 1rem;
}

.test-title[b-yhjr4zqgqz] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    cursor: pointer;
    flex: 1;
}

.test-title:hover[b-yhjr4zqgqz] {
    color: #667eea;
}

.test-location[b-yhjr4zqgqz],
.test-date[b-yhjr4zqgqz] {
    font-size: 0.85rem;
    color: #718096;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.test-location i[b-yhjr4zqgqz],
.test-date i[b-yhjr4zqgqz] {
    font-size: 0.9rem;
}

/* Thumbnail Gallery */
.thumbnail-gallery[b-yhjr4zqgqz] {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    padding: 0.75rem 0;
    margin-bottom: 1rem;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.thumbnail-gallery[b-yhjr4zqgqz]::-webkit-scrollbar {
    height: 6px;
}

.thumbnail-gallery[b-yhjr4zqgqz]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.thumbnail-gallery[b-yhjr4zqgqz]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.thumbnail-gallery[b-yhjr4zqgqz]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.thumbnail-item[b-yhjr4zqgqz] {
    flex-shrink: 0;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    border: 2px solid transparent;
}

.thumbnail-item:hover[b-yhjr4zqgqz] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.thumbnail-img[b-yhjr4zqgqz] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
}

/* No Images Placeholder */
.no-images-placeholder[b-yhjr4zqgqz] {
    padding: 2rem;
    text-align: center;
    background: #f9fafb;
    border-radius: 8px;
    color: #9ca3af;
    margin-bottom: 1rem;
}

.no-images-placeholder i[b-yhjr4zqgqz] {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.no-images-placeholder span[b-yhjr4zqgqz] {
    font-size: 0.9rem;
}

/* Test Badges */
.test-badges[b-yhjr4zqgqz] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
    flex: 1;
}

.test-badges .badge[b-yhjr4zqgqz] {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0.75rem;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.test-badge-rifle[b-yhjr4zqgqz] {
    background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
    color: white;
}

.test-badge-bullet[b-yhjr4zqgqz] {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%);
    color: white;
}

.test-badge-powder[b-yhjr4zqgqz] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

/* User Section */
.test-user[b-yhjr4zqgqz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

.test-user-avatar[b-yhjr4zqgqz] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    flex-shrink: 0;
}

.test-user-name[b-yhjr4zqgqz] {
    font-size: 0.85rem;
    color: #4a5568;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Filter Panel Styling */
.filter-panel[b-yhjr4zqgqz] {
    background: #f7fafc;
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
    .test-title[b-yhjr4zqgqz] {
        font-size: 1rem;
    }

    .test-badges .badge[b-yhjr4zqgqz] {
        font-size: 0.75rem;
        padding: 0.35rem 0.6rem;
    }

    .thumbnail-img[b-yhjr4zqgqz] {
        width: 80px;
        height: 80px;
    }

    .test-card-body[b-yhjr4zqgqz] {
        padding: 1rem;
    }
}

@media (min-width: 1400px) {
    .row-cols-lg-3[b-yhjr4zqgqz] {
        --bs-columns: 4;
    }
}

/* Empty state */
.text-center.py-5 i[b-yhjr4zqgqz] {
    opacity: 0.3;
}
