.elementor-5366 .elementor-element.elementor-element-0aee759{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-b48c287 *//* =========================================
   SEATTLE FAQ STYLE - SOUNDERS NEON
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@400;700;900&display=swap');

.sea-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Exo 2', sans-serif;
  padding: 40px 25px;
  background-color: #0F2F24; /* أخضر غامق جداً */
  border-right: 8px solid #69BE28; /* أخضر نيون */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.sea-faq-header {
  text-align: left;
  margin-bottom: 40px;
  border-bottom: 1px solid #69BE28;
  padding-bottom: 20px;
}

.sea-faq-header h1 {
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: 0 0 10px #69BE28;
}

.sea-faq-header p {
  color: #69BE28; /* أخضر نيون */
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

/* الكرت */
details.sea-faq-item {
  background: rgba(255, 255, 255, 0.05);
  margin-bottom: 15px;
  border: 1px solid #2c3e50;
  transition: all 0.3s ease;
  border-radius: 6px;
}

details.sea-faq-item:hover {
  border-color: #69BE28;
  background: rgba(255, 255, 255, 0.1);
}

summary.sea-faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #ecf0f1;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.sea-faq-question::-webkit-details-marker { display: none; }

summary.sea-faq-question::after {
  content: '☕'; /* أيقونة قهوة */
  font-size: 20px;
  filter: grayscale(100%);
  transition: transform 0.3s;
}

details.sea-faq-item[open] summary.sea-faq-question::after {
  transform: rotate(20deg) scale(1.2);
  filter: grayscale(0%);
}

/* الجواب */
.sea-faq-answer {
  padding: 0 20px 25px 20px;
  color: #bdc3c7;
  line-height: 1.7;
  font-size: 15px;
  border-top: 1px solid rgba(105, 190, 40, 0.2);
}

.sea-faq-answer strong {
  color: #69BE28;
}/* End custom CSS */