/**
 * Selms Advanced Customizer - Notice Styles (v7)
 */

/* Notice on Product Page */
.selms-info-notice {
    padding: 1em 1.5em;
    margin: 1.5em 0;
    background-color: #f7f7f7;
    border-left: 5px solid #0073aa;
    font-size: 0.9em;
    line-height: 1.6;
}

/* Notice on Cart & Checkout Pages */
.selms-shipping-clarification-notice {
    background-color: #f0f8ff; /* AliceBlue */
    border: 1px solid #d4e9f7;
    border-radius: 4px;
    padding: 1.5em;
    margin: 1em 0;
    font-size: 0.95em;
    text-align: left;
}
.selms-shipping-clarification-notice h4 {
    margin-top: 0;
    font-size: 1.2em;
}
.selms-shipping-clarification-notice ul {
    margin: 0.5em 0 0 1.5em;
    padding: 0;
    list-style-type: disc;
}
.selms-shipping-clarification-notice li {
    margin-bottom: 0.5em;
}

/* Ensure notice in cart is full-width */
.woocommerce-cart .shipping-notice-row td {
    padding: 1em 0;
}
