/* Posenda Minimum Order – Frontend Styles */

.posenda-mo-notice {
    background-color: #fff8e1;
    border-left: 4px solid #f0ad4e;
    border-radius: 4px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #5a4a1f;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.posenda-mo-notice::before {
    content: "⚠️";
    font-size: 18px;
    flex-shrink: 0;
    margin-top: 1px;
}

.posenda-mo-notice strong {
    font-weight: 600;
}
