/* SB Military Pricing — Frontend Styles */
.sb-military-notice {
    padding: 12px 16px;
    border-radius: 4px;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.5;
}
.sb-military-notice--approved {
    background: #e8f5e9;
    border-left: 4px solid #2e7d32;
    color: #1b5e20;
}
.sb-military-notice--pending {
    background: #fff8e1;
    border-left: 4px solid #f0a500;
    color: #5f4500;
}
.sb-military-notice--default {
    background: #e3f2fd;
    border-left: 4px solid #1565c0;
    color: #0d47a1;
}
.sb-military-status-page h2 {
    margin-bottom: 16px;
}

/* Product page badge */
.sb-military-product-badge {
    display: inline-block;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 6px 0 10px;
}
.sb-military-product-badge--active {
    background: #e8f5e9;
    color: #1b5e20;
    border: 1px solid #a5d6a7;
    font-weight: 600;
}
.sb-military-product-badge--promo {
    background: #fff8e1;
    color: #5f4500;
    border: 1px solid #ffe082;
}
.sb-military-product-badge--promo a {
    color: #1565c0;
    text-decoration: underline;
}
