/*
 Theme Name:   Astra Child
 Theme URI:    https://wpastra.com/
 Description:  Child theme for Astra
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     astra
 Version:      1.0.0
*/

/* اكتب CSS بتاعك هنا */
/*
Theme Name: Astra Child
Template: astra
*/

/* =========================
ELYONKO HOME - CSS
========================= */

/* =========================
 * Elyonko Variation Buttons UI
 * ========================= */

/* (اختياري) ترتيب بسيط لمساحة الجدول */
form.variations_form .variations { margin-bottom: 14px; }

.elyonko-var-box{
  border:1px solid #e8e8ee;
  background:#fff;
  border-radius:12px;
  padding:14px;
  margin:10px 0 14px;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.elyonko-var-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px;
}

.elyonko-var-title{
  font-weight:700;
  font-size:14px;
  color:#222;
  display:flex;
  align-items:center;
  gap:8px;
}

/* خط أزرق زي الصورة */
.elyonko-var-title:before{
  content:"";
  width:3px;
  height:14px;
  border-radius:10px;
  background:#3b82f6;
  display:inline-block;
}

.elyonko-var-btns{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:10px;
}

.elyonko-var-btn{
  width:100%;
  border:1px solid #e6e6ef;
  padding:12px 12px;
  border-radius:10px;
  cursor:pointer;
  background:#fff;
  font-size:14px;
  line-height:1.2;
  transition:.15s ease-in-out;
  box-shadow: 0 1px 0 rgba(0,0,0,.02);
}

.elyonko-var-btn:hover{ border-color:#cfd3e6; }

.elyonko-var-btn.active{
  border-color:#3b82f6;
  box-shadow: 0 0 0 3px rgba(59,130,246,.12);
  font-weight:700;
  background:#f8fbff;
}

.elyonko-var-btn[disabled]{
  opacity:.45;
  cursor:not-allowed;
  background:#f7f7fb;
}

/* اخفاء select الأصلي */
form.variations_form select{
  display:none !important;
}
