.elementor-5353 .elementor-element.elementor-element-e0264a8{--display:flex;overflow:visible;}/* Start custom CSS for text-editor, class: .elementor-element-6e1a1ed *//* =========================================
   MIAMI FAQ STYLE - HIGH DENSITY NEON
   ========================================= */

@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;900&family=Roboto:wght@400;700&display=swap');

.miami-faq-container {
  max-width: 100%;
  margin: 50px auto;
  font-family: 'Roboto', sans-serif;
  padding: 30px;
  background-color: #0f172a; /* خلفية ليلية */
  background-image: radial-gradient(circle at 10% 20%, rgba(255, 20, 147, 0.15) 0%, transparent 20%), 
                    radial-gradient(circle at 90% 80%, rgba(0, 255, 255, 0.15) 0%, transparent 20%);
  border-radius: 16px;
  border: 1px solid #1e293b;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.miami-faq-header {
  text-align: center;
  margin-bottom: 40px;
}

.miami-faq-header h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 34px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 0 10px #ff00ff;
  margin-bottom: 5px;
}

.miami-faq-header p {
  color: #00ffff;
  font-size: 14px;
  letter-spacing: 1px;
}

/* الكرت */
details.miami-faq-item {
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 15px;
  border-radius: 8px;
  border-left: 3px solid #ff00ff; /* وردي */
  transition: all 0.3s;
}

details.miami-faq-item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #00ffff; /* يتحول للتركوازي */
}

summary.miami-faq-question {
  padding: 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #f1f5f9;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

summary.miami-faq-question::-webkit-details-marker { display: none; }

summary.miami-faq-question::after {
  content: '+';
  font-size: 24px;
  color: #00ffff;
}

details.miami-faq-item[open] summary.miami-faq-question::after {
  content: '-';
  color: #ff00ff;
}

/* الجواب */
.miami-faq-answer {
  padding: 0 20px 25px 20px;
  color: #94a3b8;
  line-height: 1.7;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.miami-faq-answer strong {
  color: #e2e8f0;
}/* End custom CSS */