/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.container {
    //padding: 0px;
}


.mwf-activation-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #1e2a38, #2c3e50);
    color: #fff;
    padding: 20px 25px;
    border-radius: 10px;
    margin: 20px 0;
    gap: 20px;
}

.mwf-activation-text {
    font-size: 15px;
    line-height: 1.5;
}

.mwf-activation-text strong {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.mwf-activate-btn {
    background: #ffcc00;
    color: #000 !important;
    padding: 12px 22px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.mwf-activate-btn:hover {
    background: #ffd633;
    transform: translateY(-1px);
}