/* WC Előrendelés – Frontend stílusok */

/* =========================================================================
   Előrendelési értesítő doboz
   ========================================================================= */

.wcp-preorder-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #fff8e1;
    border: 1px solid #ffca28;
    border-left: 4px solid #f9a825;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0 0 18px;
    font-size: 0.95em;
    line-height: 1.5;
    color: #5d4037;
}

.wcp-preorder-notice strong {
    color: #3e2723;
}

/* Variáció esetén el lehet rejteni/megjeleníteni JS-sel */
.wcp-preorder-notice.is-hidden {
    display: none;
}
