.angie-dual-buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.angie-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.angie-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.angie-btn-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

@media (max-width: 1024px) {
    .angie-dual-buttons-stack-tablet .angie-dual-buttons-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .angie-dual-buttons-stack-tablet .angie-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .angie-dual-buttons-stack-mobile .angie-dual-buttons-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .angie-dual-buttons-stack-mobile .angie-btn {
        width: 100%;
    }
}
