/**
 * Footer Component - DirectaLog
 * Footer e selos
 * Extraído de: style.css (linhas 30-48)
 */

/* ========== FOOTER (selos / títulos) ========== */
footer h4 {
    color: var(--color-text-white);
    margin-top: 45px;
    margin-bottom: 15px;
}

.selos-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.selos-footer li {
    margin-right: 20px !important;
    width: 14.9%;
}

.selos-footer li:last-child {
    margin-right: 0px !important;
}

/* Classes utilitárias - usar variáveis */
.h2, h2 {
    font-size: var(--font-size-4xl);
}

.h4, h4 {
    font-size: var(--font-size-2xl);
}
