/* /Pages/Test.razor.rz.scp.css */
.test-container[b-5jx8n96rqg] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
}

.test-card[b-5jx8n96rqg] {
    background: #ffffff;
    border: 3px solid #0d6efd;
    border-radius: 0.5rem;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.test-card h2[b-5jx8n96rqg] {
    color: #0d6efd;
    margin-top: 0;
    margin-bottom: 1rem;
}

.test-description[b-5jx8n96rqg] {
    color: #495057;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

.status-grid[b-5jx8n96rqg] {
    display: grid;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.status-item[b-5jx8n96rqg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.95rem;
}

.status-item.success[b-5jx8n96rqg] {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}

.status-item.pending[b-5jx8n96rqg] {
    background: #fff3cd;
    color: #664d03;
    border: 1px solid #ffecb5;
}

.status-icon[b-5jx8n96rqg] {
    font-size: 1.25rem;
    font-weight: bold;
}

.status-text[b-5jx8n96rqg] {
    font-weight: 500;
}

.button-group[b-5jx8n96rqg] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.btn[b-5jx8n96rqg] {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.btn:hover[b-5jx8n96rqg] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn:active[b-5jx8n96rqg] {
    transform: translateY(0);
}

.btn-primary[b-5jx8n96rqg] {
    background: #0d6efd;
    color: #ffffff;
}

.btn-primary:hover[b-5jx8n96rqg] {
    background: #0b5ed7;
}

.btn-secondary[b-5jx8n96rqg] {
    background: #6c757d;
    color: #ffffff;
}

.btn-secondary:hover[b-5jx8n96rqg] {
    background: #5c636a;
}

.message-box[b-5jx8n96rqg] {
    padding: 1rem;
    border-radius: 0.375rem;
    font-size: 0.95rem;
}

.message-box.info[b-5jx8n96rqg] {
    background: #cff4fc;
    color: #055160;
    border: 1px solid #b6effb;
}

.message-box.success[b-5jx8n96rqg] {
    background: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}
