.section-label {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.8rem;
    color: #6b7280;
    font-weight: 600;
}

.pill-label {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.8rem;
    border-radius: 999px;
    background-color: #eff6ff;
    color: #1d4ed8;
    font-size: 0.75rem;
    font-weight: 500;
}

.pill-label::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background-color: #2563eb;
}

.about-card {
    border-radius: 1.25rem;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.about-card p {
    font-size: 0.9rem;
}

.lab-img-main,
.lab-img-thumb {
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

.lab-img-main {
    margin-bottom: 1rem;
}

.lab-img-thumb {
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lab-img-thumb:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
    border-color: #bfdbfe;
}
