.ecb-cta-wrapper {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ecb-cta-btn {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    transition: opacity 0.2s ease;
}

.ecb-cta-btn:hover,
.ecb-cta-btn:focus {
    color: #ffffff;
    opacity: 0.9;
}

.ecb-whatsapp {
    background: #25d366;
}

.ecb-call {
    background: #111111;
}
