.ebe-wrapper { text-align: center; margin: 20px 0; }
.ebe-timer-wrapper { width: 100%; }
.ebe-timer-container { display: inline-flex; flex-direction: column; }
.ebe-timer-title { font-size: 16px; margin-bottom: 15px; font-weight: bold; }
.ebe-timer { display: flex; justify-content: center; flex-wrap: wrap; }
.ebe-timer-box { display: flex; flex-direction: column; align-items: center; justify-content: center; min-width: 60px; text-align: center; border-style: solid; }
.ebe-timer-number { font-size: 28px; font-weight: bold; display: block; line-height: 1.2; }
.ebe-timer-label { font-size: 14px; display: block; margin-top: 4px; }

/* ردیف دکمه و وضعیت */
.ebe-btn-row-wrapper { display: flex; align-items: center; width: 100%; }
.ebe-btn { padding: 15px 30px; border: none; border-radius: 30px; color: #fff; font-size: 16px; cursor: pointer; transition: all 0.3s; display: inline-block; text-align: center; white-space: nowrap; min-width: 120px; max-width: 100%; }
.ebe-btn:hover:not(:disabled) { opacity: 0.9; transform: scale(1.02); }
.ebe-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.ebe-status { display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px; border-radius: 8px; border-width: 1px; border-style: solid; font-size: 14px; font-weight: 500; }
.ebe-status i, .ebe-status svg { transition: color 0.3s, fill 0.3s; }

/* فرم‌های سفارشی */
.ebe-custom-form { text-align: right; max-width: 100%; }
.ebe-custom-form .ebe-form-field { margin-bottom: 15px; text-align: right; }
.ebe-custom-form .ebe-form-field label { font-weight: bold; display: block; margin-bottom: 5px; }
.ebe-custom-form .ebe-form-field input, 
.ebe-custom-form .ebe-form-field textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 5px; font-size: 14px; box-sizing: border-box; }

/* پاپ‌آپ */
.ebe-popup-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 9999; display: flex; justify-content: center; align-items: center; }
.ebe-popup-content { background: #fff; padding: 30px; border-radius: 10px; max-width: 500px; width: 90%; position: relative; }
.ebe-popup-close { position: absolute; top: 10px; right: 15px; font-size: 28px; cursor: pointer; color: #333; }