/* כרטיס רגיל - עובי והצללה מה-Customizer */
body .aa-items-wrapper.layout-list .aa-item-card {
    display: flex !important;
    background-color: #ffffff !important;
    border-radius: 12px !important;
    transition: all 0.3s ease !important;
    border: var(--mahadrin-border-width) solid #e5e7eb !important; 
    box-shadow: 0 4px var(--mahadrin-shadow-blur) rgba(0, 0, 0, 0.1) !important;
}

/* כרטיס נבחר - צבע זהב מה-Customizer */
body .aa-items-wrapper.layout-list .aa-item-card.selected {
    border: var(--mahadrin-border-width) solid var(--mahadrin-gold) !important;
}

/* כותרות ומחירים (כולל לאפה ולחם) - צבע כחול מה-Customizer */
body .aa-item-title, 
body .aa-item-price,
body .aa-item-extra-price, /* זה הסלקטור למחיר התוספות */
body .aa-modal-header h2,
body .aa-modal-footer .aa-fs-row:first-child {
    color: var(--mahadrin-main-blue) !important;
}

/* כפתורים וצ'קבוקסים */
body .aa-item-card.selected .aa-item-badge,
body .aa-add-to-order-btn {
    background-color: var(--mahadrin-gold) !important;
    border-color: var(--mahadrin-gold) !important;
}