/*
Theme Name: Merto Child
Theme URI: https://demo.theme-sky.com/merto/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: merto
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: merto-child
*/

.metro-wa-container {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    clear: both;
}

.metro-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 320px; /* Adjust width as needed */
    background-color: #25D366 !important;
    color: #ffffff !important;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: background-color 0.3s ease;
}

.metro-wa-btn:hover {
    background-color: #1EBE57 !important;
    color: #ffffff !important;
}

.metro-wa-btn svg {
    fill: #ffffff;
}

/* Style WhatsApp button on grid cards */
.loop-wa-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin-top: 8px;
    background-color: #25D366 !important;
    color: #ffffff !important;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

.loop-wa-btn:hover {
    background-color: #1EBE57 !important;
    color: #ffffff !important;
}

.loop-wa-btn svg {
    fill: #ffffff;
}