/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/



/* کانتینر دکمه‌ها */
.custom-contact-buttons {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

/* دکمه واتساپ */
a.button.whatsapp-inquiry {
    background-color: #25D366 !important;
    color: #fff !important;
    border: none !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: normal;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s;
}
a.button.whatsapp-inquiry:hover {
    background-color: #1ebe5a !important;
}

/* دکمه تماس */
a.button.phone-inquiry {
    background-color: #007bff !important;
    color: #fff !important;
    border: none !important;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: normal;
    border-radius: 8px;
    padding: 12px;
    transition: 0.3s;
}
a.button.phone-inquiry:hover {
    background-color: #0056b3 !important;
}

/* آیکن‌ها */
a.button .dashicons {
    font-size: 20px;
    line-height: 1;
}

/* Wrapper برای دکمه‌ها */
.product-files-wrapper {
    display: flex;
    gap: 10px; /* فاصله بین دکمه‌ها */
    flex-wrap: wrap;
    margin-top: 15px;
}