/* ============================================================
   Posenda – Fiyatı Olmayan Ürünlerde WhatsApp Teklif Butonu
   https://posenda.com
   ============================================================ */

.posenda-teklif-btn {
    display:         inline-flex;
    align-items:     center;
    gap:             10px;
    background:      #25d366;
    color:           #ffffff !important;
    font-size:       16px;
    font-weight:     600;
    line-height:     1;
    padding:         14px 24px;
    border-radius:   8px;
    border:          none;
    text-decoration: none !important;
    cursor:          pointer;
    transition:      background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
    box-shadow:      0 2px 8px rgba(37, 211, 102, 0.35);
    margin-top:      12px;
}

.posenda-teklif-btn:hover,
.posenda-teklif-btn:focus {
    background:   #1ebe5d;
    color:        #ffffff !important;
    transform:    translateY(-1px);
    box-shadow:   0 4px 14px rgba(37, 211, 102, 0.45);
    outline:      none;
}

.posenda-teklif-btn:active {
    transform:  translateY(0);
    box-shadow: 0 2px 6px rgba(37, 211, 102, 0.3);
}

.posenda-teklif-btn svg {
    flex-shrink: 0;
}

/* Mağaza / loop görünümünde tam genişlik */
.woocommerce ul.products li.product .posenda-teklif-btn {
    display:         flex;
    justify-content: center;
    width:           100%;
    box-sizing:      border-box;
    margin-top:      8px;
}

/* Elementör uyumluluğu */
.elementor-widget-woocommerce-product-add-to-cart .posenda-teklif-btn {
    margin-top: 16px;
}
