/* Custom Messages Manager Styles */

.custom-message {
    margin: 15px 0;
    clear: both;
}

.custom-message-static {
    /* Estilos para mensajes estáticos */
}

.custom-message-free_shipping {
    /* Estilos para mensajes de envío gratuito */
}

.free-shipping-wrapper {
    padding: 15px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.free-shipping-wrapper.has-free-shipping {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.free-shipping-wrapper.needs-more {
    background-color: #d1ecf1;
    border: 1px solid #bee5eb;
    color: #0c5460;
}

.custom-message strong {
    font-weight: 600;
}

/* Admin area enhancements */
#module-custommessagesmanager-configure .panel {
    margin-bottom: 20px;
}
