/* ==========================================================================
   Storefront Public Shared Components CSS
   ========================================================================== */

.ota-flash {
    max-width: 1200px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    border: 1px solid;
}

.ota-flash--success {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.ota-flash--error {
    background: #ffebee;
    color: #c62828;
    border-color: #ffcdd2;
}
