/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1776524600
Updated: 2026-04-18 15:03:20

*/

/*--------------------------------------------------------------
# Social Subscribe Buttons
--------------------------------------------------------------*/
.mps-subscribe-buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    justify-content: center;
}

body.dark-mode .mps-subscribe-buttons-container,
.dark-theme .mps-subscribe-buttons-container {
    background-color: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.05);
}

.mps-subscribe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    flex: 1 1 auto;
    min-width: max-content;
}

.mps-subscribe-btn svg {
    flex-shrink: 0;
}

.mps-subscribe-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    color: #fff !important;
}

/* WhatsApp */
.mps-btn-whatsapp {
    background: linear-gradient(135deg, #25D366, #128C7E);
}
.mps-btn-whatsapp:hover {
    background: linear-gradient(135deg, #128C7E, #075E54);
}

/* Telegram */
.mps-btn-telegram {
    background: linear-gradient(135deg, #2AABEE, #229ED9);
}
.mps-btn-telegram:hover {
    background: linear-gradient(135deg, #229ED9, #1c88ba);
}

/* YouTube */
.mps-btn-youtube {
    background: linear-gradient(135deg, #FF0000, #CC0000);
}
.mps-btn-youtube:hover {
    background: linear-gradient(135deg, #CC0000, #990000);
}

@media (max-width: 768px) {
    .mps-subscribe-buttons-container {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        box-sizing: border-box;
        border-radius: 0;
        border-left: none;
        border-right: none;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 12px 16px;
        gap: 8px;
        align-items: stretch;
    }
    .mps-subscribe-btn {
        flex: 1 1 0;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        padding: 6px 4px;
        font-size: 11.5px;
        gap: 4px;
        line-height: 1.2;
    }
    .mps-subscribe-btn span {
        white-space: normal;
        text-align: center;
    }
    .mps-subscribe-btn svg {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
}
