/* Bloc CTA Pro */
.km-cart-cta__pro {
    background: #494949;
    border-radius: 16px;
    padding: 15px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    box-sizing: border-box;
}

.km-cart-cta__pro-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.km-cart-cta__pro-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: rgba(190, 158, 102, 0.15);
    border-radius: 50%;
}

.km-cart-cta__pro-content {
    flex: 1;
}

.km-cart-cta__pro-title {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 4px 0;
}

.km-cart-cta__pro-subtitle {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 1.4;
}

.km-cart-cta__pro-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    padding: 0 24px;
    border: 0.8px solid #BE9E66;
    border-radius: 10px;
    color: #BE9E66;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.km-cart-cta__pro-btn:hover {
    background: #BE9E66;
    color: #fff;
}

/* Equaliser la hauteur via les wrappers Elementor */
.elementor-widget-km_cart_cta_pro,
.elementor-widget-km_cart_cta_pro .elementor-widget-container {
    height: 100%;
}

/* Desktop : hauteur compacte */
@media (min-width: 1200px) {
    .km-cart-cta__pro {
        max-height: 135px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .km-cart-cta__pro {
        padding: 20px 16px;
    }
}
