.elementor-5228 .elementor-element.elementor-element-9ae458b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-7138291 *//* =========================================
   LA HOLLYWOOD FAQ STYLES (Dark to Light Reveal)
   ========================================= */

/* الحاوية الرئيسية */
.la-faq-container {
  max-width: 100%;
  margin: 50px 0;
  font-family: 'Inter', Helvetica, Arial, sans-serif;
}

/* رأس القسم - يبقى كما هو */
.la-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.la-faq-header h2 {
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: -webkit-linear-gradient(#d4af37, #b4941f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

/* --- تصميم الصندوق (الحالة المغلقة: داكن) --- */
details.la-faq-item {
  background: #0f172a; /* خلفية داكنة فاخرة */
  border: 1px solid #1e293b;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.4s ease; /* انتقال ناعم جداً */
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

details.la-faq-item:hover {
  border-color: #d4af37;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.2);
}

/* --- تصميم الصندوق (الحالة المفتوحة: أبيض ناعم) --- */
/* هنا يحدث السحر: تغيير الخلفية للابيض */
details.la-faq-item[open] {
  background: #ffffff; /* خلفية بيضاء ناعمة */
  border: 1px solid #d4af37; /* حدود ذهبية */
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* --- عنوان السؤال (الزر) --- */
summary.la-faq-question {
  padding: 20px 25px;
  font-weight: 700;
  font-size: 18px;
  color: #f8fafc; /* نص أبيض في الحالة المغلقة */
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.4s ease;
}

summary.la-faq-question::-webkit-details-marker { display: none; }

/* تغيير لون عنوان السؤال للداكن عند الفتح */
details[open] summary.la-faq-question {
  color: #0f172a; /* يصبح النص داكناً ليناسب الخلفية البيضاء */
}

/* الأيقونة (النجمة) */
summary.la-faq-question::after {
  content: "★";
  font-size: 20px;
  color: #64748b;
  transition: transform 0.4s, color 0.4s;
}

details[open] summary.la-faq-question::after {
  transform: rotate(180deg);
  color: #d4af37; /* نجمة ذهبية عند الفتح */
}

/* --- محتوى الجواب (الوصف) --- */
.la-faq-answer {
  padding: 25px;
  line-height: 1.7;
  font-size: 16px;
  /* الحالة الافتراضية (لن تظهر لأنها مغلقة، لكن نضبطها احتياطاً) */
  color: #cbd5e1;
  border-top: 1px solid #334155;
  transition: all 0.4s ease;
}

/* تغيير لون نص الجواب وحدوده عند الفتح */
details[open] .la-faq-answer {
  color: #334155; /* نص رمادي داكن مريح للقراءة على الأبيض */
  border-top: 1px solid #f1f5f9; /* خط فاصل فاتح جداً */
}

/* تمييز الكلمات المفتاحية */
.la-keyword {
  color: #d4af37; /* يبقى ذهبياً في الحالتين */
  font-weight: 600;
  border-bottom: 1px dotted #d4af37;
}

.la-faq-answer a {
  color: #38bdf8;
  text-decoration: none;
}/* End custom CSS */