.toggle-cta-card-bc62587d {
    border: 1px solid #e0e0e0;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

.tcc-visible-text-bc62587d {
    /* Margin is now managed by Elementor control */
}

.tcc-toggle-btn-bc62587d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    /* Margin is now managed by Elementor control */
}

.tcc-btn-text-bc62587d {
    margin-right: 8px;
}

html[dir="rtl"] .tcc-btn-text-bc62587d {
    margin-right: 0;
    margin-left: 8px;
}

.tcc-icon-bc62587d {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tcc-content-wrapper-bc62587d {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.toggle-cta-card-bc62587d.is-open .tcc-content-wrapper-bc62587d {
    opacity: 1;
}

.tcc-content-inner-bc62587d {
    /* Padding is now managed by Elementor control */
    border-top: 1px dashed #e0e0e0; /* Border color can now be styled via controls */
}
