.brc-071bdc10-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
}
.brc-071bdc10-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.brc-071bdc10-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.brc-071bdc10-label {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    border-bottom: 3px solid #3b82f6;
    padding-bottom: 8px;
    display: inline-block;
}
.brc-071bdc10-examples {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.5;
}
.brc-071bdc10-stats {
    margin-bottom: 20px;
    flex-grow: 1;
}
.brc-071bdc10-stat-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    font-size: 0.9rem;
    border-bottom: 1px dashed #cbd5e1;
    padding-bottom: 6px;
}
.brc-071bdc10-stat-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.brc-071bdc10-stat-label {
    font-weight: 600;
    color: #64748b;
    margin-right: 12px;
}
.brc-071bdc10-stat-value {
    color: #0f172a;
    font-weight: 600;
    text-align: right;
}
.brc-071bdc10-good-for {
    background: #f8fafc;
    padding: 16px;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.5;
    border-left: 4px solid #10b981;
}
.brc-071bdc10-good-for strong {
    display: block;
    margin-bottom: 4px;
    color: #0f172a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
}