/* WP Ürün WhatsApp Sipariş Eklentisi Stilleri */

/* Genel Buton Stilleri */
.wp-urun-wp-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 5px;
    background-color: #25D366;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.wp-urun-wp-button:hover {
    background-color: #128C7E;
    color: #fff;
}

.wp-urun-wp-button .dashicons {
    font-size: 20px;
    width: auto;
    height: auto;
    line-height: inherit;
}

/* Ürün Sayfası Butonu */
#wp-urun-wp-product-button {
    width: 100%;
    margin-top: 15px;
}

/* Sol Alt Sabit Buton */
#wp-urun-wp-floating-button {
    position: fixed;
    bottom: 25px;
    left: 25px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    z-index: 1000;
}

#wp-urun-wp-floating-button .dashicons {
    font-size: 30px;
}
