.lab-service-list li[hidden] { display: none; }
.lab-service-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 12px;
    padding: 11px 16px;
    border: 1px solid #b9cee6;
    border-radius: 6px;
    background: #f4f8fd;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}
.lab-service-more:hover { border-color: #7ca8d9; background: #edf5ff; }
.lab-service-more i { font-size: 11px; }
