/**
 * DTI — complementos do casco público.
 */

.sw-dti {
    padding-bottom: 36px;
}

.sw-dti-mvv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .sw-dti-mvv {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sw-dti-mvv-full {
        grid-column: 1 / -1;
    }
}

.sw-dti-prose {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--sm-text, #1c2b30);
}

.sw-dti-values {
    margin: 0;
    padding: 0 0 0 1.2rem;
    font-size: 1.02rem;
    line-height: 1.55;
    color: var(--sm-text, #1c2b30);
}

.sw-dti-values li + li {
    margin-top: 10px;
}

html[data-theme="dark"] .sw-dti-prose,
html[data-theme="dark"] .sw-dti-values {
    color: rgba(230, 242, 244, .9);
}

.sw-dti .sw-school-card--wide {
    width: 100%;
}
