:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-969f6c4 */.mh-arsiv{
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px 12px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.mh-arsiv__card{
  border-radius: 18px;
  border: 1px solid rgba(2, 6, 23, .10);
  background: radial-gradient(900px 420px at 15% 0%, rgba(59,130,246,.10), transparent 55%),
              linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.72));
  box-shadow: 0 18px 40px rgba(15, 23, 42, .12);
  overflow: hidden;
}

.mh-arsiv__head{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 16px 16px 10px 16px;
}

.mh-arsiv__kicker{
  font-size: 12px;
  letter-spacing: .2px;
  color: rgba(2, 6, 23, .65);
}

.mh-arsiv__title{
  margin: 6px 0 4px 0;
  font-size: 22px;
  line-height: 1.15;
  color: #0f172a;
}

.mh-arsiv__date{
  font-size: 13px;
  color: rgba(2, 6, 23, .75);
}

.mh-arsiv__open{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 12px;
  text-decoration: none;
  border: 1px solid rgba(2, 6, 23, .12);
  background: rgba(255,255,255,.75);
  color: #0f172a;
  font-size: 13px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.mh-arsiv__open:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15, 23, 42, .12);
  background: rgba(255,255,255,.95);
}

.mh-arsiv__frame{
  padding: 0 12px 12px 12px;
}

.mh-arsiv__frame iframe{
  width: 100%;
  aspect-ratio: 16 / 9;      /* mobil uyumlu */
  min-height: 520px;         /* istersen 620 yap */
  border: 0;
  border-radius: 14px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(2, 6, 23, .08);
}

/* Mobil düzen */
@media (max-width: 640px){
  .mh-arsiv__head{
    flex-direction: column;
    align-items: stretch;
  }
  .mh-arsiv__open{
    justify-content: center;
    width: 100%;
  }
  .mh-arsiv__frame iframe{
    min-height: 420px;
  }
}/* End custom CSS */