/* _content/ScoutBadger.Frontend.Generic/Components/Authentication/UserProvisionedCheck.razor.rz.scp.css */
.waiting-container[b-j9jbr9p5fo] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.waiting-card[b-j9jbr9p5fo] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    animation: slideUp-b-j9jbr9p5fo 0.6s ease-out;
}

@keyframes slideUp-b-j9jbr9p5fo {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge-header[b-j9jbr9p5fo] {
    background: linear-gradient(135deg, #00a551 0%, #00c862 100%);
    color: white;
    padding: 30px 20px 20px;
    text-align: center;
    position: relative;
}

.badge-icon[b-j9jbr9p5fo] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.badge-icon svg[b-j9jbr9p5fo] {
    width: 40px;
    height: 40px;
    color: white;
}

.badge-title[b-j9jbr9p5fo] {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 600;
    color: white;
    font-family: "Poppins", sans-serif !important;
}

.badge-tags[b-j9jbr9p5fo] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
}

.badge-tag[b-j9jbr9p5fo] {
    background: rgba(255, 255, 255, 0.25);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 500;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.badge-tag.level-1[b-j9jbr9p5fo] { background: #f39c12; }
.badge-tag.scouts[b-j9jbr9p5fo] { background: #e74c3c; }
.badge-tag.welpen[b-j9jbr9p5fo] { background: #9b59b6; }
.badge-tag.explorers[b-j9jbr9p5fo] { background: #3498db; }
.badge-tag.rovers[b-j9jbr9p5fo] { background: #e67e22; }
.badge-tag.identity[b-j9jbr9p5fo] { background: #2ecc71; }

.waiting-content[b-j9jbr9p5fo] {
    padding: 30px;
    text-align: center;
}

.progress-section[b-j9jbr9p5fo] {
    margin-bottom: 25px;
}

.progress-icon[b-j9jbr9p5fo] {
    margin-bottom: 20px;
}

.spinner[b-j9jbr9p5fo] {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #00a551;
    border-radius: 50%;
    animation: spin-b-j9jbr9p5fo 1s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-j9jbr9p5fo {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.waiting-title[b-j9jbr9p5fo] {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    font-family: "Poppins", sans-serif;
}

.waiting-description[b-j9jbr9p5fo] {
    margin: 0 0 20px;
    color: #7f8c8d;
    line-height: 1.5;
    font-size: 14px;
}

.progress-bar[b-j9jbr9p5fo] {
    width: 100%;
    height: 6px;
    background: #ecf0f1;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 15px;
}

.progress-fill[b-j9jbr9p5fo] {
    height: 100%;
    background: linear-gradient(90deg, #00a551, #00c862);
    border-radius: 3px;
    transition: width 0.3s ease;
    animation: shimmer-b-j9jbr9p5fo 2s infinite;
}

@keyframes shimmer-b-j9jbr9p5fo {
    0% { opacity: 0.7; }
    50% { opacity: 1; }
    100% { opacity: 0.7; }
}

.retry-info[b-j9jbr9p5fo] {
    margin-top: 10px;
}

.retry-text[b-j9jbr9p5fo] {
    color: #95a5a6;
    font-size: 12px;
}

@media (max-width: 480px) {
    .waiting-container[b-j9jbr9p5fo] {
        padding: 10px;
    }
    
    .waiting-card[b-j9jbr9p5fo] {
        border-radius: 12px;
    }
    
    .badge-header[b-j9jbr9p5fo] {
        padding: 25px 15px 15px;
    }
    
    .waiting-content[b-j9jbr9p5fo] {
        padding: 20px;
    }
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/PendingAward/Cards/PendingAwardCard.razor.rz.scp.css */
/* Modern Compact Card Design */
.sb-card[b-c0c3ylk49a] {
    --color-success: #16a34a;
    --color-warning: #d97706;
    --color-danger: #dc2626;
    --color-track: #f3f4f6;
    --color-surface: #ffffff;
    --color-border: #e5e7eb;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    min-height: 140px; /* Minimum height, but allow expansion */
    width: 160px;  /* Fixed width for grid consistency */
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    padding:0px;
    overflow: visible; /* Allow content to be visible */
    position: relative; /* Enable positioning for status badge */
}

.sb-card:hover[b-c0c3ylk49a] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    border-color: #d1d5db;
}

.sb-card:focus-visible[b-c0c3ylk49a] {
    outline: 2px solid var(--color-success);
    outline-offset: 2px;
    box-shadow: var(--shadow-md);
}

/* Card Body */
.sb-card-body[b-c0c3ylk49a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 8px 8px 8px;
    min-height: 100%;
    gap: 8px;
    justify-content: flex-start; /* Always align to top */
}

/* Card Content - icon and title always positioned consistently */
.sb-card-content[b-c0c3ylk49a] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0; /* Don't allow this to shrink */
}

/* Badge Icon */
.sb-card-icon[b-c0c3ylk49a] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sb-card-icon img[b-c0c3ylk49a] {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 8px;
}

/* Title */
.sb-card-title[b-c0c3ylk49a] {
    font-weight: 700;
    font-size: 0.95rem; /* Reduced from 1.1rem */
    line-height: 1.2;
    margin: 0;
    color: #111827;
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Legacy pill styles - kept for compatibility but overridden by status badge */
.pill[b-c0c3ylk49a] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.6rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    white-space: nowrap; /* Prevent text wrapping */
}

.sb-card-status[b-c0c3ylk49a] {
    margin-top: 6px;
}

/* Progress Section */
.sb-card-progress[b-c0c3ylk49a] {
    width: 100%;
    margin-top: 0; /* Remove auto margin for horizontal layout */
    display: flex;
    flex-direction: column;
    gap: 2px; /* Smaller gap for compact horizontal layout */
}

.sb-card-progress .bar[b-c0c3ylk49a] {
    position: relative;
    height: 3px; /* Thinner progress bar for horizontal layout */
    border-radius: 2px;
    background: var(--color-track);
    overflow: hidden;
}

.sb-card-progress .fill[b-c0c3ylk49a] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 2px;
    background: var(--color-success);
    transition: width 0.3s ease;
}

.sb-card-progress .pct[b-c0c3ylk49a] {
    font-weight: 700;
    font-size: 0.6rem;
    color: #374151;
    text-align: center; /* Center align for bottom position */
}

/* Status-based styling */
.sb-card.ok .pill[b-c0c3ylk49a] {
    background: var(--color-success);
}

.sb-card.warn .pill[b-c0c3ylk49a] {
    background: var(--color-warning);
}

.sb-card.danger .pill[b-c0c3ylk49a] {
    background: var(--color-danger);
}

.sb-card.danger .fill[b-c0c3ylk49a] {
    background: var(--color-track);
}

/* Size Variants */
.sb-card.size-sm .sb-card-body[b-c0c3ylk49a] {
    padding: 8px 6px 7px;
    gap: 6px;
}

.sb-card.size-sm .sb-card-icon[b-c0c3ylk49a] {
    width: 64px;
    height: 64px;
    margin-bottom: 2px;
}

.sb-card.size-sm .sb-card-icon img[b-c0c3ylk49a] {
    width: 56px;
    height: 56px;
}

.sb-card.size-sm .sb-card-title[b-c0c3ylk49a] {
    font-size: 0.95rem;
    min-height: 1.2rem;
}

.sb-card.size-sm .pill[b-c0c3ylk49a] {
    padding: 3px 5px;
    font-size: 0.7rem;
}

.sb-card.size-sm .sb-card-progress .pct[b-c0c3ylk49a] {
    font-size: 0.8rem;
}

.sb-card.size-lg .sb-card-body[b-c0c3ylk49a] {
    padding: 12px 10px 12px;
    gap: 5px;
}

.sb-card.size-lg .sb-card-icon[b-c0c3ylk49a] {
    width: 96px;
    height: 96px;
    margin-bottom: 6px;
}

.sb-card.size-lg .sb-card-icon img[b-c0c3ylk49a] {
    width: 88px;
    height: 88px;
}

.sb-card.size-lg .sb-card-title[b-c0c3ylk49a] {
    font-size: 1.25rem;
}

.sb-card.size-lg .pill[b-c0c3ylk49a] {
    padding: 6px 14px;
    font-size: 0.8rem;
}

.sb-card.size-lg .sb-card-progress .pct[b-c0c3ylk49a] {
    font-size: 1rem;
}

/* Mobile Responsive - More compact for smaller screens */
@media (max-width: 640px) {
    .sb-card-body[b-c0c3ylk49a] {
        padding: 6px 5px 5px;
        gap: 5px;
    }
    
    .sb-card-icon[b-c0c3ylk49a] {
        width: 48px;
        height: 48px;
    }
    
    .sb-card-icon img[b-c0c3ylk49a] {
        width: 64px;
        height: 64px;
    }
    
    .sb-card-title[b-c0c3ylk49a] {
        font-size: 0.85rem;
        min-height: 1rem;
    }
    
    .pill[b-c0c3ylk49a] {
        padding: 2px 4px;
        font-size: 0.55rem;
    }
    
    .sb-card-progress .bar[b-c0c3ylk49a] {
        height: 2px;
    }
    
    .sb-card-progress .pct[b-c0c3ylk49a] {
        font-size: 0.55rem;
    }
}

/* Extra small screens - even more compact */
@media (max-width: 480px) {
    .sb-card-body[b-c0c3ylk49a] {
        padding: 5px 4px 4px;
        gap: 4px;
    }
    
    .sb-card-icon[b-c0c3ylk49a] {
        width: 40px;
        height: 40px;
    }
    
    .sb-card-icon img[b-c0c3ylk49a] {
        width: 56px;
        height: 56px;
    }
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/PendingAward/Cards/UserRankingAwardCard.razor.rz.scp.css */
/* Modern Compact Card Design */
.sb-card[b-fosh3kji3p] {
    --color-success: #16a34a;
    --color-warning: #d97706;
    --color-danger: #dc2626;
    --color-track: #f3f4f6;
    --color-surface: #ffffff;
    --color-border: #e5e7eb;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    min-height: 140px; /* Minimum height, but allow expansion */
    width: 160px;  /* Fixed width for grid consistency */
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    padding:0px;
    overflow: visible; /* Allow content to be visible */
    position: relative; /* Enable positioning for status badge */
}


.sb-card:hover[b-fosh3kji3p] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    border-color: #d1d5db;
}

.sb-card:focus-visible[b-fosh3kji3p] {
    outline: 2px solid var(--color-success);
    outline-offset: 2px;
    box-shadow: var(--shadow-md);
}

/* Card Body */
.sb-card-body[b-fosh3kji3p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 8px 8px 8px;
    min-height: 100%;
    gap: 8px;
    justify-content: flex-start; /* Always align to top */
}

/* Card Content - icon and title always positioned consistently */
.sb-card-content[b-fosh3kji3p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex-shrink: 0; /* Don't allow this to shrink */
}

/* Badge Icon */
.sb-card-icon[b-fosh3kji3p] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sb-card-icon img[b-fosh3kji3p] {
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 8px;
}

/* Title */
.sb-card-title[b-fosh3kji3p] {
    font-weight: 700;
    font-size: 0.95rem; /* Reduced from 1.1rem */
    line-height: 1.2;
    margin: 0;
    color: #111827;
    text-align: center;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Legacy pill styles - kept for compatibility but overridden by status badge */
.pill[b-fosh3kji3p] {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.8rem;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    white-space: nowrap; /* Prevent text wrapping */
}

.sb-card-status[b-fosh3kji3p] {
    margin-top: 6px;
}

/* Progress Section */
.sb-card-progress[b-fosh3kji3p] {
    width: 100%;
    margin-top: 0; /* Remove auto margin for horizontal layout */
    display: flex;
    flex-direction: column;
    gap: 2px; /* Smaller gap for compact horizontal layout */
}

.sb-card-progress .bar[b-fosh3kji3p] {
    position: relative;
    height: 3px; /* Thinner progress bar for horizontal layout */
    border-radius: 2px;
    background: var(--color-track);
    overflow: hidden;
}

.sb-card-progress .fill[b-fosh3kji3p] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 2px;
    background: var(--color-success);
    transition: width 0.3s ease;
}

.sb-card-progress .pct[b-fosh3kji3p] {
    font-weight: 700;
    font-size: 0.8rem;
    color: #374151;
    text-align: center; /* Center align for bottom position */
}

/* Date styling for completed awards */
.sb-card-date[b-fosh3kji3p] {
    width: 100%;
    margin-top: 10px;
}

.sb-card-date .date-text[b-fosh3kji3p] {
    font-size: 0.6rem;
    font-weight: 600;
    color: #374151;
    line-height: 1.3;
}

/* Status-based styling */
.sb-card.ok .pill[b-fosh3kji3p] {
    background: var(--color-success);
}

.sb-card.warn .pill[b-fosh3kji3p] {
    background: var(--color-warning);
}

.sb-card.danger .pill[b-fosh3kji3p] {
    background: var(--color-danger);
}

.sb-card.danger .fill[b-fosh3kji3p] {
    background: var(--color-track);
}

/* Size Variants */
.sb-card.size-sm .sb-card-body[b-fosh3kji3p] {
    padding: 8px 6px 7px;
    gap: 6px;
}

.sb-card.size-sm .sb-card-icon[b-fosh3kji3p] {
    width: 64px;
    height: 64px;
    margin-bottom: 2px;
}

.sb-card.size-sm .sb-card-icon img[b-fosh3kji3p] {
    width: 56px;
    height: 56px;
}

.sb-card.size-sm .sb-card-title[b-fosh3kji3p] {
    font-size: 1rem;
    min-height: 1.2rem;
}

.sb-card.size-sm .pill[b-fosh3kji3p] {
    padding: 3px 5px;
    font-size: 0.9rem;
}

.sb-card.size-sm .sb-card-progress .pct[b-fosh3kji3p] {
    font-size: 0.9rem;
}

.sb-card.size-sm .sb-card-date .date-text[b-fosh3kji3p] {
    font-size: 0.8rem;
}

.sb-card.size-lg .sb-card-body[b-fosh3kji3p] {
    padding: 12px 10px 12px;
    gap: 5px;
}

.sb-card.size-lg .sb-card-icon[b-fosh3kji3p] {
    width: 96px;
    height: 96px;
    margin-bottom: 6px;
}

.sb-card.size-lg .sb-card-icon img[b-fosh3kji3p] {
    width: 88px;
    height: 88px;
}

.sb-card.size-lg .sb-card-title[b-fosh3kji3p] {
    font-size: 1.25rem;
}

.sb-card.size-lg .pill[b-fosh3kji3p] {
    padding: 6px 14px;
    font-size: 0.8rem;
}

.sb-card.size-lg .sb-card-progress .pct[b-fosh3kji3p] {
    font-size: 1rem;
}

.sb-card.size-lg .sb-card-date .date-text[b-fosh3kji3p] {
    font-size: 0.8rem;
}

/* Mobile Responsive - More compact for smaller screens */
@media (max-width: 640px) {
    .sb-card-body[b-fosh3kji3p] {
        padding: 6px 5px 5px;
        gap: 5px;
    }
    
    .sb-card-icon[b-fosh3kji3p] {
        width: 48px;
        height: 48px;
    }
    
    .sb-card-icon img[b-fosh3kji3p] {
        width: 64px;
        height: 64px;
    }
    
    .sb-card-title[b-fosh3kji3p] {
        font-size: 0.85rem;
        min-height: 1rem;
    }
    
    .pill[b-fosh3kji3p] {
        padding: 2px 4px;
        font-size: 0.8rem;
    }
    
    .sb-card-progress .bar[b-fosh3kji3p] {
        height: 2px;
    }
    
    .sb-card-progress .pct[b-fosh3kji3p] {
        font-size: 0.8rem;
    }
    
    .sb-card-date .date-text[b-fosh3kji3p] {
        font-size: 0.8rem;
    }
}

/* Extra small screens - even more compact */
@media (max-width: 480px) {
    .sb-card-body[b-fosh3kji3p] {
        padding: 5px 4px 4px;
        gap: 4px;
    }
    
    .sb-card-icon[b-fosh3kji3p] {
        width: 40px;
        height: 40px;
    }
    
    .sb-card-icon img[b-fosh3kji3p] {
        width: 56px;
        height: 56px;
    }
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/PendingAwardRequirement/PendingAwardRequirementSummaryList.razor.rz.scp.css */
/* PendingAwardRequirementSummaryList.razor.css - Modern styling for requirement summary lists */

/* Main Container */
.sb-summary-list[b-t6t5cshd5l] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

/* Requirement Group Card */
.sb-requirement-group-card[b-t6t5cshd5l] {
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 20px;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    border-left: 4px solid #667eea;
}

.sb-requirement-group-card:hover[b-t6t5cshd5l] {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

/* Group Header */
.sb-group-header[b-t6t5cshd5l] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f0f0;
}

.sb-group-icon[b-t6t5cshd5l] {
    font-size: 24px;
    color: #667eea;
    flex-shrink: 0;
}

.sb-group-title[b-t6t5cshd5l] {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    flex: 1;
}

/* Requirements Container */
.sb-requirements-container[b-t6t5cshd5l] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Individual Requirement Item */
.sb-requirement-item[b-t6t5cshd5l] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: rgba(102, 126, 234, 0.02);
    border-radius: 8px;
    border: 1px solid rgba(102, 126, 234, 0.1);
    transition: all 0.2s ease;
    cursor: pointer;
}

.sb-requirement-item:hover[b-t6t5cshd5l] {
    background: rgba(102, 126, 234, 0.05);
    border-color: rgba(102, 126, 234, 0.2);
    transform: translateX(4px);
}

.sb-requirement-icon[b-t6t5cshd5l] {
    font-size: 18px;
    color: #667eea;
    flex-shrink: 0;
}

.sb-requirement-title[b-t6t5cshd5l] {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    flex: 1;
}

/* Empty State */
.sb-empty-requirements[b-t6t5cshd5l] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 8px;
    border: 1px solid rgba(108, 117, 125, 0.1);
    text-align: center;
    justify-content: center;
}

.sb-empty-icon[b-t6t5cshd5l] {
    font-size: 18px;
    color: #6c757d;
    flex-shrink: 0;
}

.sb-empty-requirements span[b-t6t5cshd5l] {
    font-size: 14px;
    color: #6c757d;
    font-style: italic;
    font-weight: 500;
}

/* General Empty State */
.sb-empty[b-t6t5cshd5l] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 12px;
    border: 2px dashed rgba(108, 117, 125, 0.2);
    text-align: center;
    color: #6c757d;
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
}

/* Loading State Enhancement */
.sb-summary-list .sb-loading[b-t6t5cshd5l] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(102, 126, 234, 0.02);
    border-radius: 12px;
    border: 2px dashed rgba(102, 126, 234, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sb-summary-list[b-t6t5cshd5l] {
        gap: 12px;
    }
    
    .sb-requirement-group-card[b-t6t5cshd5l] {
        padding: 16px;
        border-radius: 8px;
    }
    
    .sb-group-header[b-t6t5cshd5l] {
        margin-bottom: 12px;
        padding-bottom: 8px;
    }
    
    .sb-group-icon[b-t6t5cshd5l] {
        font-size: 20px;
    }
    
    .sb-group-title[b-t6t5cshd5l] {
        font-size: 16px;
    }
    
    .sb-requirement-item[b-t6t5cshd5l] {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .sb-requirement-icon[b-t6t5cshd5l] {
        font-size: 16px;
    }
    
    .sb-requirement-title[b-t6t5cshd5l] {
        font-size: 13px;
    }
    
    .sb-empty-requirements[b-t6t5cshd5l] {
        padding: 12px;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .sb-requirement-group-card[b-t6t5cshd5l] {
        padding: 12px;
    }
    
    .sb-group-header[b-t6t5cshd5l] {
        gap: 8px;
    }
    
    .sb-group-title[b-t6t5cshd5l] {
        font-size: 15px;
    }
    
    .sb-requirement-item[b-t6t5cshd5l] {
        padding: 8px 10px;
        gap: 8px;
    }
    
    .sb-requirement-title[b-t6t5cshd5l] {
        font-size: 12px;
    }
    
    .sb-empty-requirements span[b-t6t5cshd5l] {
        font-size: 12px;
    }
}

/* Print Styles */
@media print {
    .sb-requirement-group-card[b-t6t5cshd5l] {
        box-shadow: none;
        border: 1px solid #e0e0e0;
        break-inside: avoid;
        margin-bottom: 16px;
    }
    
    .sb-requirement-item[b-t6t5cshd5l] {
        background: transparent;
        border: 1px solid #e0e0e0;
    }
    
    .sb-requirement-item:hover[b-t6t5cshd5l] {
        transform: none;
        background: transparent;
    }
}

/* Animation for loading new items */
@keyframes fadeInUp-b-t6t5cshd5l {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sb-requirement-group-card[b-t6t5cshd5l] {
    animation: fadeInUp-b-t6t5cshd5l 0.3s ease-out;
}

/* Focus styles for accessibility */
.sb-requirement-item:focus[b-t6t5cshd5l] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

.sb-requirement-item:focus:not(:focus-visible)[b-t6t5cshd5l] {
    outline: none;
}

.sb-requirement-item:focus-visible[b-t6t5cshd5l] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/Tags/TagComponent.razor.rz.scp.css */
.modern-badge[b-53dkd09wuu] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 24px;
}

.modern-badge:hover[b-53dkd09wuu] {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transform: translateY(-1px);
}

.modern-badge-icon[b-53dkd09wuu] {
    width: 16px !important;
    height: 16px !important;
    flex-shrink: 0;
    font-size: 16px !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.modern-badge-image[b-53dkd09wuu] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    display: inline-block;
}

.badge-text[b-53dkd09wuu] {
    font-weight: 500;
    letter-spacing: 0.025em;
}

/* Smaller variant for compact spaces */
.modern-badge.compact[b-53dkd09wuu] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    gap: 0.25rem;
    min-height: 20px;
}

.modern-badge.compact .badge-icon[b-53dkd09wuu] {
    width: 12px !important;
    height: 12px !important;
    font-size: 12px !important;
    line-height: 1 !important;
}

.modern-badge.compact .badge-image[b-53dkd09wuu] {
    width: 12px;
    height: 12px;
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/ValueWithLabel/LabelChildContentValueComponent.razor.rz.scp.css */
.label-child-content-responsive .label-child-content-label[b-psb2y29hsh] {
    min-width: 100px;
    flex-shrink: 0;
}

.label-child-content-responsive .label-child-content-value[b-psb2y29hsh] {
    flex: 1;
}

/* Mobile styles */
@media (max-width: 768px) {
    .label-child-content-responsive .label-child-content-stack[b-psb2y29hsh] {
        flex-direction: column !important;
        gap: 4px !important;
        align-items: flex-start !important;
    }
    
    .label-child-content-responsive .label-child-content-label[b-psb2y29hsh] {
        min-width: unset;
        width: 100%;
    }
    
    .label-child-content-responsive .label-child-content-value[b-psb2y29hsh] {
        width: 100%;
    }
    
    .label-child-content-responsive[b-psb2y29hsh] {
        margin-bottom: 16px !important;
    }
}

/* Desktop styles */
@media (min-width: 769px) {
    .label-child-content-responsive .label-child-content-stack[b-psb2y29hsh] {
        gap: 20px !important;
    }
    
    .label-child-content-responsive .label-child-content-label[b-psb2y29hsh] {
        min-width: 140px;
    }
}
/* _content/ScoutBadger.Frontend.Generic/Components/Display/ValueWithLabel/LabelValueComponent.razor.rz.scp.css */
.label-value-responsive .label-value-label[b-55ru16xhfr] {
    min-width: 100px;
    flex-shrink: 0;
}

.label-value-responsive .label-value-content[b-55ru16xhfr] {
    flex: 1;
}

/* Mobile styles */
@media (max-width: 768px) {
    .label-value-responsive .label-value-stack[b-55ru16xhfr] {
        flex-direction: column !important;
        gap: 4px !important;
        align-items: flex-start !important;
    }
    
    .label-value-responsive .label-value-label[b-55ru16xhfr] {
        min-width: unset;
        width: 100%;
    }
    
    .label-value-responsive .label-value-content[b-55ru16xhfr] {
        width: 100%;
    }
    
    .label-value-responsive[b-55ru16xhfr] {
        margin-bottom: 12px !important;
    }
}

/* Desktop styles */
@media (min-width: 769px) {
    .label-value-responsive .label-value-stack[b-55ru16xhfr] {
        gap: 20px !important;
    }
    
    .label-value-responsive .label-value-label[b-55ru16xhfr] {
        min-width: 140px;
    }
}
