-container { max-width: 600px; margin: 0 auto; padding: 20px; border: 2px solid #8B4A4A; border-radius: 15px; background: #fff; font-family: Arial, sans-serif; } .alg-form-container.rtl { direction: rtl; text-align: right; } .alg-step { display: none; } .alg-step.active { display: block; } .alg-option-header { text-align: center; font-size: 16px; color: #8B4A4A; margin-bottom: 20px; font-weight: bold; } .alg-delivery-choice { border: 1px solid #ddd; border-radius: 8px; padding: 15px; margin-bottom: 20px; } .alg-delivery-choice label { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; } .alg-price { font-weight: bold; color: #4CAF50; } .alg-form-group { margin-bottom: 15px; } .alg-form-group label { display: block; margin-bottom: 5px; font-weight: bold; color: #333; } .alg-form