/**
 * Calcul Délai Expédition - Front Styles
 * 
 * @since 1.0.0
 * @version 1.0.2
 */

/* Affichage du délai */
#expedition-delay-display {
    padding: 12px 16px;
    margin: 15px 0;
    background: #f8f9fa;
    border-left: 3px solid #28a745;
    font-weight: 500;
    font-size: 0.95em;
    border-radius: 0 4px 4px 0;
}

#expedition-delay-display:empty {
    display: none;
}

/* Alignements */
#expedition-delay-display.aligncenter {
    text-align: center;
    border-left: none;
    border-top: 3px solid #28a745;
    border-radius: 0 0 4px 4px;
}

#expedition-delay-display.alignright {
    text-align: right;
    border-left: none;
    border-right: 3px solid #28a745;
    border-radius: 4px 0 0 4px;
}

/* Preview dans l'éditeur Gutenberg */
.expedition-delay-preview {
    padding: 20px;
    background: #f0f0f0;
    border: 1px dashed #ccc;
    border-radius: 4px;
    text-align: center;
}

.expedition-delay-placeholder {
    color: #666;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expedition-delay-placeholder .dashicons {
    color: #28a745;
}
