.btn-meli-cta {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: 100%;
    text-align: center;
    background: #ffc107;
    color: #212529;
    border: none;
    border-radius: .55rem;
    padding: .68rem .75rem;
    text-decoration: none;
    font-size: .89rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .02em;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.15);
    transition: background .2s ease, transform .1s ease, box-shadow .2s ease;
}

.btn-meli-cta:hover {
    background: #ffa000;
    box-shadow: 0 6px 14px rgba(255, 160, 0, 0.3);
    color: #212529;
}

.meli-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.22rem;
    height: 1.22rem;
    border-radius: 999px;
    background: #111827;
    color: #facc15;
    font-size: .55rem;
    font-weight: 900;
    letter-spacing: .02em;
}

.btn-meli-cta:active {
    transform: scale(0.98);
}
