.mdp-edp-overview {
  background: #f5f0e8;
  border-radius: 16px;
  padding: 40px 36px 32px;
  margin-bottom: 40px;
}

.mdp-edp-overview .mdp-edp-label {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 8px;
}

.mdp-edp-overview h3 {
  font-size: 28px;
  font-weight: 700;
  color: #222;
  margin: 0 0 10px;
  line-height: 1.35;
}

.mdp-edp-overview .mdp-edp-subtitle {
  color: #666;
  font-size: 15px;
  margin-bottom: 28px;
}

.mdp-edp-stat-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.mdp-edp-stat-card {
  flex: 1 1 180px;
  background: #fff;
  border-radius: 12px;
  padding: 22px 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.mdp-edp-stat-card .stat-label {
  font-size: 13px;
  color: #777;
  margin-bottom: 6px;
}

.mdp-edp-stat-card .stat-value {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  line-height: 1.1;
}

.mdp-edp-year-tabs {
  border: none;
  margin-bottom: 24px;
}

.mdp-edp-year-tabs > li > a {
  border: 1px solid #ddd !important;
  border-radius: 24px !important;
  margin-right: 10px;
  padding: 10px 28px;
  color: #555 !important;
  background: #fff;
}

.mdp-edp-year-tabs > li.active > a,
.mdp-edp-year-tabs > li.active > a:hover,
.mdp-edp-year-tabs > li.active > a:focus {
  background: #fff !important;
  border-color: #c9444c !important;
  color: #c9444c !important;
  font-weight: 600;
}

.mdp-edp-year-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 24px;
}

.mdp-edp-year-stat {
  flex: 1 1 220px;
  background: #faf7f2;
  border: 1px solid #ece4d8;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}

.mdp-edp-year-stat .num {
  font-size: 36px;
  font-weight: 700;
  color: #222;
}

.mdp-edp-year-stat .lbl {
  font-size: 14px;
  color: #777;
  margin-top: 4px;
}

.mdp-edp-program-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mdp-edp-program-list li {
  border-bottom: 1px solid #eee;
}

.mdp-edp-program-list li:last-child {
  border-bottom: none;
}

.mdp-edp-program-list a {
  display: flex;
  align-items: center;
  padding: 16px 12px;
  color: #333;
  text-decoration: none;
  transition: background 0.2s;
}

.mdp-edp-program-list a:hover {
  background: #faf7f2;
  color: #c9444c;
}

.mdp-edp-program-list .program-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f5f0e8;
  color: #c9444c;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
  font-size: 14px;
}

.mdp-edp-program-list .program-title {
  flex: 1;
  font-size: 15px;
  line-height: 1.4;
}

.mdp-edp-program-list .program-arrow {
  color: #ccc;
  margin-left: 12px;
}

.mdp-edp-program-title {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin: 0 0 8px;
}

.mdp-edp-detail-wrap {
  max-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}

.mdp-edp-detail-gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}

.mdp-edp-detail-image {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  background: #f5f0e8;
}

.mdp-edp-detail-image img {
  display: block;
  width: 100%;
  height: auto;
}

.mdp-edp-detail-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.mdp-edp-apply-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #c9444c;
  color: #fff !important;
  padding: 14px 48px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none !important;
  transition: background 0.2s;
  min-width: 220px;
}

.mdp-edp-apply-btn:hover {
  background: #a8363d;
  color: #fff !important;
}

.mdp-edp-brochure-btn-outline {
  background: transparent !important;
  color: #c9444c !important;
  border: 2px solid #c9444c;
}

.mdp-edp-brochure-btn-outline svg {
  color: #c9444c;
}

.mdp-edp-brochure-btn-outline:hover {
  background: #c9444c !important;
  color: #fff !important;
}

.mdp-edp-brochure-btn-outline:hover svg {
  color: #fff;
}

.mdp-edp-closed-wrap {
  max-width: 560px;
  margin: 48px auto 40px;
  text-align: center;
  padding: 20px;
}

.mdp-edp-closed-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 28px;
}

.mdp-edp-closed-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f5f0e8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mdp-edp-closed-icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  display: block;
}

.mdp-edp-closed-badge {
  display: inline-block;
  background: #fde8ea;
  color: #c9444c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 20px;
  line-height: 1;
  white-space: nowrap;
}

.mdp-edp-closed-wrap h2 {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 12px;
  line-height: 1.25;
}

.mdp-edp-closed-wrap h2 span {
  color: #c9444c;
}

.mdp-edp-closed-divider {
  width: 48px;
  height: 3px;
  background: #c9444c;
  margin: 0 auto 20px;
}

.mdp-edp-closed-wrap p {
  color: #888;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.mdp-edp-closed-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.mdp-edp-brochure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #c9444c;
  color: #fff !important;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: background 0.2s;
}

.mdp-edp-brochure-btn svg {
  flex-shrink: 0;
}

.mdp-edp-brochure-btn:hover {
  background: #a8363d;
  color: #fff !important;
}

.mdp-edp-back-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #555 !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  transition: color 0.2s;
}

.mdp-edp-back-link svg {
  flex-shrink: 0;
  color: #c9444c;
}

.mdp-edp-back-link:hover {
  color: #c9444c !important;
}

@media (max-width: 767px) {
  .mdp-edp-overview {
    padding: 28px 20px;
  }

  .mdp-edp-overview h3 {
    font-size: 22px;
  }

  .mdp-edp-closed-wrap h2 {
    font-size: 28px;
  }

  .mdp-edp-detail-gallery {
    gap: 16px;
  }

  .mdp-edp-apply-btn {
    width: 100%;
    max-width: 320px;
  }
}
