/* Hír */

.news-breadcrumb {
  padding: 10px 60px;
  background: var(--color7);
}

.news-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.news-body {
  padding: 30px 60px;
}

.news-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient( to bottom, var(--color7) 0px, var(--color7) 60px, var(--color0) 60px );
  padding: 10px 60px;
}

.news-header-title {
  padding: unset;
  font-weight: bold;
}

.news-header figure {
  all: unset;
  margin: 0;
}

.news-header img {
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 34px;
}

@media (max-width: 1024px) {
  .news-breadcrumb {
    display: none;
  }

  .news-header {
    padding: 0 10px;
    flex-direction: column;
    background: unset;
  }

  .news-header-title {
    text-align: center;
  }

  .news-body {
    padding: 0 10px;
  }
}
