/* AGENDA - ÍCONES SEM CÍRCULO */
.agenda-card .clock-icon {
    width: 60px !important;
    height: 60px !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.agenda-card i[data-feather="clock"],
.agenda-card svg.feather-clock {
    width: 60px !important;
    height: 60px !important;
    color: white !important;
    stroke: white !important;
}

/* FOOTER - ÍCONES ROSA */
.footer-contact-item i[data-feather],
.footer-contact-item svg {
    color: #FF006E !important;
    stroke: #FF006E !important;
}

/* Garantir que ícones do footer sejam rosa */
footer i[data-feather="map-pin"],
footer i[data-feather="phone"],
footer i[data-feather="mail"],
footer i[data-feather="clock"],
footer svg.feather-map-pin,
footer svg.feather-phone,
footer svg.feather-mail,
footer svg.feather-clock {
    color: #FF006E !important;
    stroke: #FF006E !important;
}
