.elementor-570 .elementor-element.elementor-element-703c25c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-570 .elementor-element.elementor-element-6d519c5{--display:flex;--border-radius:15px 15px 15px 15px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-570 .elementor-element.elementor-element-6d519c5:not(.elementor-motion-effects-element-type-background), .elementor-570 .elementor-element.elementor-element-6d519c5 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-570 .elementor-element.elementor-element-c0d8a44{--display:flex;}.elementor-570 .elementor-element.elementor-element-c0d8a44:not(.elementor-motion-effects-element-type-background), .elementor-570 .elementor-element.elementor-element-c0d8a44 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-570 .elementor-element.elementor-element-c0d8a44{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b12726c *//* ===== EventHouse Elementor Single Event Shortcodes ===== */

.eh-elementor-block,
.eh-elementor-block * {
  box-sizing: border-box;
  font-family: 'peyda', Tahoma, Arial, sans-serif !important;
}

.eh-single-hero.eh-elementor-block {
  width: 100%;
  max-width: 1180px;
  margin: 24px auto;
  padding: 28px;
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) 420px;
  gap: 28px;
  align-items: center;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 178, 0, 0.18), transparent 28%),
    linear-gradient(135deg, #032237, #071a34);
  overflow: hidden;
}

.eh-single-hero-content {
  position: relative;
  z-index: 2;
}

.eh-single-hero-content .eh-events-kicker {
  display: inline-flex;
  width: max-content;
  margin-bottom: 12px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #ffb200;
  color: #032237;
  font-size: 12px;
  font-weight: 900;
}

.eh-single-hero-content h1 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.35;
  font-weight: 950;
}

.eh-single-hero-content p {
  max-width: 680px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 2;
  font-weight: 650;
}

.eh-single-hero-media {
  min-height: 280px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.08);
}

.eh-single-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: block;
  object-fit: cover;
}

.eh-btn,
.eh-elementor-register-btn,
.eh-single-register {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 0;
  background: #ffb200;
  color: #032237 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 14px 30px rgba(255, 178, 0, 0.24);
  transition: 0.22s ease;
}

.eh-btn:hover,
.eh-elementor-register-btn:hover,
.eh-single-register:hover {
  transform: translateY(-2px);
  color: #032237 !important;
  box-shadow: 0 18px 38px rgba(255, 178, 0, 0.34);
}

.eh-single-facts.eh-elementor-block {
  max-width: 1180px;
  margin: 18px auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  direction: rtl;
}

.eh-single-facts div {
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(3, 34, 55, 0.1);
  box-shadow: 0 12px 28px rgba(7, 26, 52, 0.06);
}

.eh-single-facts span {
  display: block;
  margin-bottom: 6px;
  color: rgba(3, 34, 55, 0.58);
  font-size: 12px;
  font-weight: 800;
}

.eh-single-facts strong {
  display: block;
  color: #032237;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 950;
}

@media (max-width: 900px) {
  .eh-single-hero.eh-elementor-block {
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 22px;
  }

  .eh-single-hero-media,
  .eh-single-hero-media img {
    min-height: 220px;
  }

  .eh-single-facts.eh-elementor-block {
    grid-template-columns: 1fr;
  }
}




/* =========================================================
   EventHouse Single Event Elementor Shortcodes
   Page: single eh_event
========================================================= */

body.single-eh_event,
body.single-eh_event * {
  box-sizing: border-box;
}

body.single-eh_event {
  background: #f6f8fb;
}

/* حذف فاصله‌های اضافه المنتور/قالب */
body.single-eh_event .site-main,
body.single-eh_event .page-content,
body.single-eh_event .elementor-540 {
  padding: 0 !important;
  margin: 0 !important;
}

body.single-eh_event .elementor-section,
body.single-eh_event .e-con {
  --container-default-padding-top: 0;
  --container-default-padding-bottom: 0;
}

/* Wrapper عمومی شورت‌کدهای افزونه */
body.single-eh_event .eh-elementor-block,
body.single-eh_event .eh-elementor-block * {
  font-family: 'peyda', Tahoma, Arial, sans-serif !important;
}

/* =========================
   HERO
========================= */

body.single-eh_event .eh-single-hero {
  width: min(1180px, calc(100% - 32px));
  margin: 34px auto 18px !important;
  padding: 28px !important;
  direction: rtl;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 390px;
  gap: 28px;
  align-items: center;
  border-radius: 34px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 178, 0, 0.22), transparent 28%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(135deg, #032237 0%, #071a34 100%);
  box-shadow: 0 28px 80px rgba(3, 34, 55, 0.16);
}

body.single-eh_event .eh-single-hero-content {
  position: relative;
  z-index: 2;
  padding: 8px 6px;
}

body.single-eh_event .eh-single-hero-content .eh-events-kicker {
  display: inline-flex;
  align-items: center;
  width: max-content;
  margin: 0 0 14px !important;
  padding: 7px 14px;
  border-radius: 999px;
  background: #ffb200;
  color: #032237;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

body.single-eh_event .eh-single-hero h1 {
  margin: 0 0 18px !important;
  color: #fff;
  font-size: clamp(32px, 4.2vw, 56px);
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: -0.6px;
}

body.single-eh_event .eh-single-hero-media {
  width: 100%;
  min-height: 285px;
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.single-eh_event .eh-single-hero-media img {
  width: 100%;
  height: 100%;
  min-height: 285px;
  display: block;
  object-fit: cover;
}

/* =========================
   BUTTONS
========================= */

body.single-eh_event .eh-btn,
body.single-eh_event .eh-single-register,
body.single-eh_event .eh-elementor-register-btn,
body.single-eh_event .eh-resume-link {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffb200 !important;
  color: #032237 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
  box-shadow: 0 16px 34px rgba(255, 178, 0, 0.28);
  transition: 0.22s ease;
}

body.single-eh_event .eh-btn:hover,
body.single-eh_event .eh-single-register:hover,
body.single-eh_event .eh-elementor-register-btn:hover,
body.single-eh_event .eh-resume-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(255, 178, 0, 0.36);
}

/* دکمه ثبت‌نام پایین صفحه وسط‌چین */
body.single-eh_event .eh-elementor-register-btn {
  margin: 20px auto 0 !important;
}

/* =========================
   FACTS
========================= */

body.single-eh_event .eh-single-facts {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 28px !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  direction: rtl;
}

body.single-eh_event .eh-single-facts div {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(3, 34, 55, 0.09);
  box-shadow: 0 14px 34px rgba(7, 26, 52, 0.06);
}

body.single-eh_event .eh-single-facts span {
  display: block;
  margin-bottom: 7px;
  color: rgba(3, 34, 55, 0.58);
  font-size: 12px;
  font-weight: 850;
}

body.single-eh_event .eh-single-facts strong {
  display: block;
  color: #032237;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 950;
}

/* =========================
   ELEMENTOR MANUAL CONTENT BOXES
========================= */

body.single-eh_event .elementor-element-13197e3,
body.single-eh_event .elementor-element-4aa4a35 {
  width: min(1180px, calc(100% - 32px));
  margin: 22px auto !important;
  padding: 28px !important;
  border-radius: 28px;
  background: #fff !important;
  border: 1px solid rgba(3, 34, 55, 0.08);
  box-shadow: 0 16px 38px rgba(7, 26, 52, 0.06);
}

body.single-eh_event .elementor-heading-title {
  color: #032237 !important;
  font-weight: 950 !important;
  line-height: 1.45 !important;
}

body.single-eh_event .elementor-widget-text-editor p {
  color: rgba(3, 34, 55, 0.72);
  font-size: 15px;
  line-height: 2.05;
  font-weight: 650;
}

/* =========================
   SECTION HEAD
========================= */

body.single-eh_event .eh-single-section-head {
  margin-bottom: 18px;
  text-align: center;
}

body.single-eh_event .eh-single-section-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 6px 13px;
  border-radius: 999px;
  background: rgba(255, 178, 0, 0.16);
  color: #032237;
  font-size: 12px;
  font-weight: 950;
}

body.single-eh_event .eh-single-section-head h2 {
  margin: 0;
  color: #032237;
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.4;
  font-weight: 950;
}

/* =========================
   INSTRUCTORS
========================= */

body.single-eh_event .eh-single-instructors-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto !important;
  padding: 30px !important;
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 178, 0, 0.13), transparent 26%),
    #fff;
  border: 1px solid rgba(3, 34, 55, 0.08);
  box-shadow: 0 16px 38px rgba(7, 26, 52, 0.06);
}

body.single-eh_event .eh-instructors-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.single-eh_event .eh-instructor-card {
  overflow: hidden;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(3, 34, 55, 0.08);
  box-shadow: 0 12px 28px rgba(7, 26, 52, 0.05);
}

body.single-eh_event .eh-instructor-photo {
  height: 190px;
  overflow: hidden;
  background: #e9eef5;
}

body.single-eh_event .eh-instructor-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

body.single-eh_event .eh-instructor-info {
  padding: 18px;
  text-align: center;
}

body.single-eh_event .eh-instructor-info h3 {
  margin: 0 0 14px !important;
  color: #032237;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 950;
}

body.single-eh_event .eh-resume-link {
  min-height: 38px;
  padding: 0 15px !important;
  font-size: 12.5px !important;
}

/* =========================
   GALLERY
========================= */

body.single-eh_event .eh-single-gallery-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 28px auto !important;
  padding: 30px !important;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(3, 34, 55, 0.08);
  box-shadow: 0 16px 38px rgba(7, 26, 52, 0.06);
}

body.single-eh_event .eh-single-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

body.single-eh_event .eh-gallery-link {
  display: block;
  height: 185px;
  border-radius: 22px;
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid rgba(3, 34, 55, 0.08);
  text-decoration: none !important;
}

body.single-eh_event .eh-gallery-link img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.28s ease;
}

body.single-eh_event .eh-gallery-link:hover img {
  transform: scale(1.05);
}

/* حذف پاراگراف خالی که بعد از شورت‌کدها افتاده */
body.single-eh_event .elementor-widget-text-editor p:empty,
body.single-eh_event .elementor-widget-text-editor p > br:only-child {
  display: none !important;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  body.single-eh_event .eh-single-hero {
    grid-template-columns: 1fr;
  }

  body.single-eh_event .eh-instructors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.single-eh_event .eh-single-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  body.single-eh_event .eh-single-hero,
  body.single-eh_event .eh-single-instructors-wrap,
  body.single-eh_event .eh-single-gallery-wrap,
  body.single-eh_event .elementor-element-13197e3,
  body.single-eh_event .elementor-element-4aa4a35 {
    width: calc(100% - 24px);
    padding: 20px !important;
    border-radius: 24px;
  }

  body.single-eh_event .eh-single-hero {
    margin-top: 22px !important;
  }

  body.single-eh_event .eh-single-hero-media,
  body.single-eh_event .eh-single-hero-media img {
    min-height: 220px;
  }

  body.single-eh_event .eh-single-facts {
    width: calc(100% - 24px);
    grid-template-columns: 1fr;
  }

  body.single-eh_event .eh-instructors-grid,
  body.single-eh_event .eh-single-gallery {
    grid-template-columns: 1fr;
  }

  body.single-eh_event .eh-gallery-link {
    height: 210px;
  }
}
/* =========================================================
   EventHouse - Instructor Card Final Override
   Put this at the VERY END of custom CSS
========================================================= */

body.single-eh_event .eh-single-instructors-wrap {
  width: min(1180px, calc(100% - 32px)) !important;
  margin: 26px auto !important;
  padding: 32px 28px 38px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 178, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%) !important;
  border: 1px solid rgba(3, 34, 55, 0.08) !important;
  box-shadow: 0 18px 45px rgba(7, 26, 52, 0.06) !important;
  overflow: hidden !important;
}

body.single-eh_event .eh-single-instructors-wrap .eh-single-section-head {
  margin-bottom: 24px !important;
  text-align: center !important;
}

body.single-eh_event .eh-single-instructors-wrap .eh-single-section-head h2 {
  margin: 0 !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  line-height: 1.35 !important;
  color: #032237 !important;
  font-weight: 950 !important;
}

body.single-eh_event .eh-instructors-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(360px, 560px)) !important;
  justify-content: center !important;
  align-items: start !important;
  gap: 22px !important;
  width: 100% !important;
}

body.single-eh_event .eh-instructor-card {
  width: 100% !important;
  max-width: 560px !important;
  min-height: 230px !important;
  display: grid !important;
  grid-template-columns: 190px minmax(0, 1fr) !important;
  gap: 22px !important;
  align-items: center !important;
  padding: 22px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(3, 34, 55, 0.1) !important;
  box-shadow: 0 18px 42px rgba(7, 26, 52, 0.08) !important;
  overflow: hidden !important;
}

body.single-eh_event .eh-instructor-photo {
  width: 190px !important;
  height: 190px !important;
  min-width: 190px !important;
  min-height: 190px !important;
  max-width: 190px !important;
  max-height: 190px !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  background: #e9eef5 !important;
  border: 1px solid rgba(3, 34, 55, 0.08) !important;
}

body.single-eh_event .eh-instructor-photo img {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
}

body.single-eh_event .eh-instructor-info {
  padding: 0 !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-eh_event .eh-instructor-info h3 {
  max-width: 230px !important;
  margin: 0 0 18px !important;
  color: #032237 !important;
  font-size: 24px !important;
  line-height: 1.55 !important;
  font-weight: 950 !important;
}

body.single-eh_event .eh-resume-link {
  min-height: 44px !important;
  padding: 0 22px !important;
  border-radius: 999px !important;
  background: #ffb200 !important;
  color: #032237 !important;
  font-size: 13.5px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(255, 178, 0, 0.24) !important;
}

/* اگر فقط یک مدرس وجود داشت، کارت دقیقاً وسط بایستد */
body.single-eh_event .eh-instructors-grid .eh-instructor-card:only-child {
  justify-self: center !important;
}

/* Mobile */
@media (max-width: 768px) {
  body.single-eh_event .eh-single-instructors-wrap {
    width: calc(100% - 24px) !important;
    padding: 24px 18px !important;
    border-radius: 26px !important;
  }

  body.single-eh_event .eh-instructors-grid {
    grid-template-columns: 1fr !important;
  }

  body.single-eh_event .eh-instructor-card {
    max-width: 100% !important;
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    padding: 18px !important;
    text-align: center !important;
  }

  body.single-eh_event .eh-instructor-photo {
    width: 160px !important;
    height: 160px !important;
    min-width: 160px !important;
    min-height: 160px !important;
    max-width: 160px !important;
    max-height: 160px !important;
    margin: 0 auto !important;
    border-radius: 24px !important;
  }

  body.single-eh_event .eh-instructor-info h3 {
    font-size: 21px !important;
  }
}

/* =========================================================
   EventHouse - Instructors Final Grid Fix
   چند مدرس: دو ستونه / تک مدرس: وسط‌چین
========================================================= */

body.single-eh_event .eh-single-instructors-wrap {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin: 28px auto !important;
  padding: 34px 28px 38px !important;
  border-radius: 34px !important;
  background:
    radial-gradient(circle at 8% 10%, rgba(255, 178, 0, 0.12), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #f9fbfd 100%) !important;
  border: 1px solid rgba(3, 34, 55, 0.08) !important;
  box-shadow: 0 18px 45px rgba(7, 26, 52, 0.06) !important;
  overflow: hidden !important;
}

/* تیتر مدرسین */
body.single-eh_event .eh-single-instructors-wrap .eh-single-section-head {
  margin-bottom: 26px !important;
  text-align: center !important;
}

body.single-eh_event .eh-single-instructors-wrap .eh-single-section-head h2 {
  margin: 0 !important;
  color: #032237 !important;
  font-size: clamp(30px, 4vw, 50px) !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}

/* گرید اصلی: دو ستونه */
body.single-eh_event .eh-instructors-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
}

/* اگر فقط یک مدرس بود */
body.single-eh_event .eh-instructors-grid .eh-instructor-card:only-child {
  max-width: 560px !important;
  justify-self: center !important;
}

/* کارت مدرس */
body.single-eh_event .eh-instructor-card {
  width: 100% !important;
  max-width: none !important;
  min-height: 190px !important;
  display: grid !important;
  grid-template-columns: 150px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
  padding: 18px !important;
  border-radius: 26px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  border: 1px solid rgba(3, 34, 55, 0.1) !important;
  box-shadow: 0 14px 34px rgba(7, 26, 52, 0.07) !important;
  overflow: hidden !important;
}

/* عکس مدرس */
body.single-eh_event .eh-instructor-photo {
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  max-width: 150px !important;
  max-height: 150px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #e9eef5 !important;
  border: 1px solid rgba(3, 34, 55, 0.08) !important;
}

body.single-eh_event .eh-instructor-photo img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* متن کارت */
body.single-eh_event .eh-instructor-info {
  padding: 0 !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-eh_event .eh-instructor-info h3 {
  max-width: 230px !important;
  margin: 0 0 10px !important;
  color: #032237 !important;
  font-size: 21px !important;
  line-height: 1.55 !important;
  font-weight: 950 !important;
}

/* توضیح/سمت مدرس اگر وجود داشت */
body.single-eh_event .eh-instructor-info p,
body.single-eh_event .eh-instructor-info small {
  margin: 0 0 12px !important;
  color: rgba(3, 34, 55, 0.66) !important;
  font-size: 12.5px !important;
  line-height: 1.75 !important;
  font-weight: 700 !important;
}

/* دکمه رزومه */
body.single-eh_event .eh-resume-link {
  min-height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: #ffb200 !important;
  color: #032237 !important;
  font-size: 12.5px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 26px rgba(255, 178, 0, 0.22) !important;
}

/* تبلت */
@media (max-width: 1024px) {
  body.single-eh_event .eh-instructors-grid {
    grid-template-columns: 1fr !important;
    max-width: 620px !important;
  }
}

/* موبایل */
@media (max-width: 768px) {
  body.single-eh_event .eh-single-instructors-wrap {
    width: calc(100% - 24px) !important;
    padding: 24px 18px !important;
    border-radius: 26px !important;
  }

  body.single-eh_event .eh-instructors-grid {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }

  body.single-eh_event .eh-instructor-card {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    padding: 18px !important;
    text-align: center !important;
  }

  body.single-eh_event .eh-instructor-photo {
    width: 150px !important;
    height: 150px !important;
    min-width: 150px !important;
    min-height: 150px !important;
    max-width: 150px !important;
    max-height: 150px !important;
    margin: 0 auto !important;
  }

  body.single-eh_event .eh-instructor-info h3 {
    font-size: 20px !important;
  }
}/* End custom CSS */