/* Trial Product Notice Styles */
.mtpp-trial-product-notice {
    margin: 0 0 20px;
    padding: 0;
}

.mtpp-notice {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.mtpp-notice-success {
    background-color: #f0f9e6;
    border-left: 4px solid #7ad03a;
}

.mtpp-notice-info {
    background-color: #f0f8ff;
    border-left: 4px solid #00a0d2;
}

.mtpp-notice p {
    margin: 5px 0 0 !important;
    padding: 0 !important;
}

.mtpp-badge {
    display: inline-block;
    background-color: #7ad03a;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    text-transform: uppercase;
}

.mtpp-notice-info .mtpp-badge {
    background-color: #00a0d2;
}

.mtpp-badge-small {
    font-size: 10px;
    padding: 2px 5px;
    vertical-align: middle;
    margin-right: 5px;
}

/* Cart item badge */
.woocommerce-cart-form .mtpp-badge-small {
    background-color: #7ad03a;
}

/* GLOBALLY override trial badge in cart and product with guaranteed styles */
.mtpp-badge,
.mtpp-badge-small {
    background-color: #7ad03a !important;
    color: #fff !important;
    font-weight: bold;
}

/* Компактное уведомление для Woodmart sticky меню */
.wd-sticky-btn .mtpp-trial-product-notice,
.wd-sticky-btn .mtpp-notice {
    font-size: 10px !important;
    padding: 2px 4px !important;
    margin: 0 !important;
    line-height: 1.1 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    display: flex !important;
    align-items: center;
}
.wd-sticky-btn .mtpp-badge {
    font-size: 10px !important;
    padding: 1px 5px !important;
    margin: 0 4px 0 0 !important;
}
.wd-sticky-btn .mtpp-notice p {
    display: inline !important;
    font-size: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
