/*
 * Etkinlik ayrıntısı V25
 * Kaynak dosya okunabilir bırakılır; küçültme yapılmaz.
 */

.mr-event-about-card h2 {
  margin-bottom: 20px;
}

.mr-event-about-card > p {
  margin: 0 0 16px;
  color: #44564c;
  font-size: 1.02rem;
  line-height: 1.78;
}

.mr-event-about-card > p:last-child {
  margin-bottom: 0;
}

.mr-event-about-card h3 {
  margin: 28px 0 12px;
}

.mr-event-plan-section .sectionHeader {
  margin-bottom: 22px;
}

.mr-plan-results {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.mr-plan-results > .card,
.mr-plan-results > .mr-plan-loading,
.mr-plan-results > p {
  grid-column: 1 / -1;
}

.mr-plan-place {
  min-width: 0;
  min-height: 100%;
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 63, 39, 0.08);
}

.mr-plan-place-photo {
  height: auto;
  aspect-ratio: 16 / 10;
}

.mr-plan-place-photo img {
  transition: transform 0.25s ease;
}

@media (hover: hover) {
  .mr-plan-place:hover .mr-plan-place-photo img {
    transform: scale(1.025);
  }
}

.mr-plan-place-body {
  min-width: 0;
  padding: 17px;
}

.mr-plan-place h3 {
  overflow-wrap: anywhere;
}

.mr-plan-place-body > div > p:not(.mr-plan-hours) {
  display: -webkit-box;
  min-height: 2.8em;
  margin: 8px 0 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mr-plan-hours {
  display: -webkit-box;
  margin: 8px 0;
  overflow: hidden;
  font-size: 0.83rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.mr-plan-place .pillrow {
  gap: 6px;
}

.mr-plan-place .badge {
  padding: 7px 9px;
  font-size: 0.75rem;
}

.mr-plan-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mr-plan-actions .btn {
  display: inline-flex;
  min-width: 0;
  min-height: 43px;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  text-align: center;
}

.mr-plan-actions .btn:only-child {
  grid-column: 1 / -1;
}

@media (max-width: 980px) {
  .mr-plan-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .mr-event-about-card > p {
    font-size: 0.98rem;
    line-height: 1.7;
  }

  .mr-plan-results {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .mr-plan-place {
    border-radius: 17px;
  }

  .mr-plan-place-photo {
    aspect-ratio: 4 / 3;
  }

  .mr-plan-place-body {
    padding: 11px;
  }

  .mr-plan-place .miniLabel {
    font-size: 0.68rem;
    line-height: 1.25;
  }

  .mr-plan-place h3 {
    margin: 7px 0;
    font-size: 0.96rem;
    line-height: 1.28;
  }

  .mr-plan-place-body > div > p:not(.mr-plan-hours) {
    min-height: 2.6em;
    margin: 6px 0 8px;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .mr-plan-hours {
    display: none;
  }

  .mr-plan-place .pillrow {
    display: none;
  }

  .mr-plan-actions {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 10px;
  }

  .mr-plan-actions .btn,
  .mr-plan-actions .btn:only-child {
    grid-column: auto;
    min-height: 38px;
    padding: 7px 5px;
    font-size: 0.75rem;
  }
}
