.ellevateher-lab-box {
    max-width: 700px;
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    font-family: system-ui, sans-serif;
}

.ellevateher-lab-box h2 {
    margin-bottom: 16px;
    color: #2b2b2b;
}

.lab-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.lab-grid label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.lab-grid input {
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

button {
    margin-top: 16px;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #c8a24d;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.lab-result {
    margin-top: 16px;
    padding: 12px;
    background: #f9f6f1;
    border-radius: 10px;
}
