/* Crédito Pixaweb en footer */
.woody-footer__copyright {
    display: grid;
    gap: 6px;
}

.woody-footer__credit {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.94rem;
}

.woody-footer__credit a {
    color: #ffbf9d;
    text-decoration: none;
    font-weight: 900;
    transition: color .2s ease, text-shadow .2s ease;
}

.woody-footer__credit a:hover {
    color: #ffffff;
    text-shadow: 0 0 14px rgba(242, 105, 56, 0.45);
}
