.tornex-shipping-notice { margin: 12px 0; }
.tornex-ok {
    padding: 10px 16px; border-radius: 6px; text-align: center;
    background: #d4edda; border: 1px solid #28a745; color: #155724;
}
.tornex-progress {
    padding: 10px 16px; border-radius: 6px; text-align: center;
    background: #fff3cd; border: 1px solid #f0c040; color: #856404;
}
.tornex-bar-wrap {
    background: #e9ecef; border-radius: 20px;
    height: 8px; margin: 8px auto 0; max-width: 280px; overflow: hidden;
}
.tornex-bar-fill {
    background: #28a745; height: 100%;
    border-radius: 20px; transition: width 0.4s ease;
}
#tornex-shipping-notice-mobile {
    margin: 6px 0;
}
#tornex-shipping-notice-mobile .tornex-ok,
#tornex-shipping-notice-mobile .tornex-progress {
    padding: 6px 10px;
    font-size: 12px;
}
#tornex-shipping-notice-mobile .tornex-bar-wrap {
    margin-top: 4px;
    height: 6px;
}