/* أزرار هيرو الدورات — حجز مقعد + تفاصيل الدورة (صف واحد) */
.luxury_hero .hero_actions,
.video_hero .hero_actions,
.premiere_hero .hero_actions,
.course_hero .hero_actions,
.lab_hero .hero_actions,
.lab_hero .hero_buttons,
.drone_hero .drone_hero_actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin: 22px 0;
  max-width: 100%;
}

.luxury_hero .hero_actions .btn_lux,
.video_hero .hero_actions .btn_lux,
.premiere_hero .hero_actions .btn_lux,
.course_hero .hero_actions .btn_lux,
.lab_hero .hero_actions .lab_btn,
.lab_hero .hero_buttons .lab_btn,
.drone_hero .drone_hero_actions .drone_btn {
  min-width: 0;
  flex: 1 1 0;
  padding: 12px 16px;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .luxury_hero .hero_actions .btn_lux,
  .video_hero .hero_actions .btn_lux,
  .premiere_hero .hero_actions .btn_lux,
  .course_hero .hero_actions .btn_lux,
  .lab_hero .hero_actions .lab_btn,
  .lab_hero .hero_buttons .lab_btn,
  .drone_hero .drone_hero_actions .drone_btn {
    font-size: 13px;
    padding: 11px 12px;
  }
}
