/*
Generated time: October 6, 2025 17:53
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
:root{--primary-color:#9B1944;--secondary-color:#C73C67;--accent-color:#4CAF50;--box-bg:#F6F6F7;--text-color:#333;--light-text:#666;--white:#fff;--shadow:0 4px 15px rgba(0,0,0,0.1);--transition:all 0.3s ease}.delivery-container{max-width:1000px;margin:30px auto;padding:0 15px;direction:rtl;font-family:Tahoma,Cairo,sans-serif}.delivery-header{text-align:center;margin-bottom:30px}.delivery-title{font-size:24px;font-weight:700;color:var(--text-color);margin-bottom:8px}.delivery-subtitle{font-size:16px;color:var(--light-text);margin:0}.delivery-cards{display:flex;gap:20px;justify-content:center}.delivery-card{flex:1;max-width:320px;background:var(--white);border-radius:12px;box-shadow:var(--shadow);overflow:hidden;transition:var(--transition);position:relative;border:1px solid #eaeaea}.delivery-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.delivery-arrival{border-top:4px solid var(--accent-color)}.card-header{display:flex;align-items:center;padding:20px 20px 10px;background:var(--box-bg)}.card-icon{width:50px;height:50px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:15px;color:var(--white)}.card-title{font-size:18px;font-weight:700;color:var(--text-color)}.card-content{padding:15px 20px 20px}.date-display{font-size:16px;font-weight:600;color:var(--text-color);margin-bottom:10px;line-height:1.4}.card-note{font-size:14px;color:var(--light-text);line-height:1.5}@media (max-width:768px){.delivery-cards{flex-direction:column;align-items:center}.delivery-card{width:100%;max-width:400px}.delivery-title{font-size:20px}.delivery-subtitle{font-size:14px}}