.card {
    height: 100%;
}

.system-testing-check {
    background-color: #9ef6ad;
    border-radius: .25rem;
}

#srs-card {
    border: 2px solid #363636;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 0 rgba(54,54,54,0.12);
}

#srs-header {
    background: var(--card-bg-hover);
    border-bottom: 2px solid rgba(54,54,54,0.25);
}

#srs-header .card-header-title {
    display: block;
    line-height: 1.25;
    padding: 1.1rem 1.25rem;
}

.srs-block {
    border: 2px solid rgba(54,54,54,0.20);
    border-radius: 14px;
    padding: 1rem;
    background: rgba(255,255,255,0.65);
}

.srs-title {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 0.6rem;
}

.srs-break {
    flex-basis: 100%;
    height: 0;
}

.tag.srs-pill {
    border: 1px solid rgba(54,54,54,0.25);
    background: var(--card-bg-hover);
    color: #363636;
}

.srs-desc {
    margin-bottom: 0.9rem;
    opacity: 0.9;
}

.srs-example {
    border-radius: 12px;
    border: 2px solid rgba(54,54,54,0.18);
    background: var(--card-bg-hover);
}

.srs-example p {
    margin-bottom: 0.35rem;
}
