.mhgw-events-archive,
.mhgw-event-single {
  direction: rtl;
  font-family: inherit;
}
.mhgw-events-archive {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}
.mhgw-event-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}
.mhgw-event-card__image {
  display: block;
  width: 100%;
  height: auto;
}
.mhgw-event-card__body {
  padding: 22px;
}
.mhgw-event-card h3 {
  margin: 8px 0;
}
.mhgw-event-card__date {
  color: #0c7476;
  font-weight: 700;
}
.mhgw-event-content-lines {
  direction: rtl;
  text-align: center;
  font-weight: 900;
  font-size: 32px;
  color: black;
}
.mhgw-event-content-lines p {
  margin: 0 0 12px;
  line-height: 1.75;
}
.mhgw-event-link {
  color: #0c7476;
  font-weight: 700;
  text-decoration: none;
}
.mhgw-event-single {
  max-width: 900px;
  margin: auto;
}
.mhgw-event-single__details {
  margin: 28px 0;
  padding: clamp(24px, 5vw, 48px);
  border: 1px solid #d6e5e1;
  border-radius: 18px;
  background: linear-gradient(135deg, #fbfdfc 0%, #f1f8f6 100%);
  box-shadow: 0 14px 38px rgba(9, 83, 79, 0.08);
}
.mhgw-event-single__details h1 {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 18px;
  color: #075d5d;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.2;
}
.mhgw-event-single__details h1::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 4px;
  border-radius: 4px;
  background: #c79c36;
  content: '';
}
.mhgw-event-single__content {
  max-width: 680px;
  color: #314442;
  font-size: 18px;
  line-height: 1.8;
}
.mhgw-event-single__content > :first-child {
  margin-top: 0;
}
.mhgw-event-single__content > :last-child {
  margin-bottom: 0;
}
.mhgw-event-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
  margin: 32px 0 0;
}
.mhgw-event-facts div {
  min-height: 94px;
  box-sizing: border-box;
  padding: 17px 18px;
  border: 1px solid #d5e8e4;
  border-right: 4px solid #c79c36;
  border-radius: 10px;
  background: #fff;
}
.mhgw-event-facts dt {
  margin-bottom: 7px;
  color: #087270;
  font-size: 14px;
  font-weight: 700;
}
.mhgw-event-facts dd {
  margin: 0;
  color: #193734;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
}
.mhgw-registration-area {
  max-width: 680px;
  margin: 36px auto 0;
}
.mhgw-registration-flyer {
  display: block;
  width: 100%;
  height: auto;
  max-height: 1100px;
  object-fit: contain;
  margin: 0 0 22px;
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(9, 83, 79, 0.16);
}
.mhgw-registration {
  max-width: 580px;
  margin: 0 auto;
  padding: 28px;
  background: #f7fbfb;
  border: 1px solid #d5e8e6;
  border-radius: 14px;
}
.mhgw-registration p {
  margin: 0 0 16px;
}
.mhgw-registration label {
  display: block;
  font-family: 'Danidin';
  margin-bottom: 6px;
  font-weight: 700;
}

.mhgw-registration h2 {
  font-size: 32px;
  font-family: 'Futurism', Sans-serif;
  font-weight: 600;
  color: var(--e-global-color-primary);
}

.mhgw-registration input,
.mhgw-registration textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #bdcfcc;
  border-radius: 7px;
  padding: 11px;
  background: #fff;
}
.mhgw-registration textarea {
  min-height: 90px;
}
.mhgw-registration__total {
  margin: 22px 0;
  font-size: 18px;
}
.mhgw-registration__total strong {
  color: #087270;
}
.mhgw-registration button.mhgw-checkout-button {
  position: relative;
  width: 100%;
  border: 0;
  border-radius: 7px;
  padding: 13px 20px;
  background: #087270;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.mhgw-registration button.mhgw-checkout-button:hover {
  background: #055e5c;
  color: #fff;
}
.mhgw-registration button.mhgw-checkout-button:focus {
  background: #055e5c;
  color: #fff;
  outline: 2px solid #c49b35;
  outline-offset: 2px;
}
.mhgw-registration button.mhgw-checkout-button.is-loading .mhgw-button-label {
  opacity: 0.35;
}
.mhgw-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 17px;
  margin: -9px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: mhgw-spin 0.7s linear infinite;
}
.mhgw-registration button.mhgw-checkout-button.is-loading .mhgw-spinner {
  display: block;
}
.mhgw-registration__notice {
  color: #a52222;
  font-weight: 700;
}
.mhgw-event-dashboard {
  max-width: 1280px;
  margin: 32px auto;
  color: #173c38;
}
.mhgw-dashboard-access {
  max-width: 680px;
  margin: 32px auto;
  padding: 20px 24px;
  border: 1px solid #efd68b;
  border-radius: 12px;
  background: #fff9e8;
  color: #73521a;
  font-weight: 700;
}
.mhgw-dashboard-access a {
  color: #075d5d;
  text-decoration: underline;
}
.mhgw-event-dashboard__header {
  padding: 30px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(135deg, #075d5d, #0d7976);
  color: #fff;
}
.mhgw-event-dashboard__header h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(25px, 4vw, 36px);
}
.mhgw-event-dashboard__header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
}
.mhgw-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(130px, 1fr));
  gap: 12px;
  padding: 18px;
  background: #f1f8f6;
}
.mhgw-dashboard-stats div {
  padding: 18px;
  border: 1px solid #d4e4df;
  border-radius: 10px;
  background: #fff;
}
.mhgw-dashboard-stats span {
  display: block;
  margin-bottom: 8px;
  color: #55716c;
  font-size: 13px;
  font-weight: 700;
}
.mhgw-dashboard-stats strong {
  color: #075d5d;
  font-size: 25px;
}
.mhgw-dashboard-table-wrap {
  overflow-x: auto;
  border: 1px solid #d4e4df;
  border-radius: 0 0 16px 16px;
}
.mhgw-dashboard-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  background: #fff;
  text-align: right;
}
.mhgw-dashboard-table th {
  padding: 14px;
  background: #f7fbfa;
  color: #075d5d;
  font-size: 13px;
  text-align: right;
}
.mhgw-dashboard-table td {
  padding: 14px;
  border-top: 1px solid #e2ece9;
  vertical-align: middle;
}
.mhgw-dashboard-table a {
  color: #087270;
  font-weight: 700;
}
.mhgw-status {
  display: inline-block;
  border-radius: 99px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.mhgw-status--paid {
  background: #e1f5e9;
  color: #14703a;
}
.mhgw-status--unpaid {
  background: #fff2dc;
  color: #986315;
}
@keyframes mhgw-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 560px) {
  .mhgw-event-single__details {
    margin: 18px 0;
    padding: 24px 20px;
    border-radius: 12px;
  }
  .mhgw-event-facts {
    grid-template-columns: 1fr;
  }
  .mhgw-dashboard-stats {
    grid-template-columns: 1fr;
  }
  .mhgw-event-dashboard__header {
    padding: 24px 20px;
  }
}
@media (min-width: 561px) and (max-width: 720px) {
  .mhgw-dashboard-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
