.banner-also {
  margin-top: 60px;
}

h1.title {
  color: var(--Brand-VTE-szrke);

  /* VTE/H1 36 pt bold */
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
}

.tanulmanyok .view-content {
  display: flex;
  justify-content: initial;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.tan.mini {
  display: none;
}

.tan {
  width: 100%;
}

.tanitem {
  width: calc(50% - 12px);

  display: flex;
  padding: 20px;
  align-items: center;
  gap: 10px;

  border-radius: 36px;
  background: var(--Brand-Fehr);

  box-shadow: 0px 16px 32px 0px rgba(64, 64, 64, 0.04), 0px 8px 16px 0px rgba(64, 64, 64, 0.10), 0px 2px 4px 0px rgba(64, 64, 64, 0.08), 0px 1px 2px 0px rgba(64, 64, 64, 0.12);
}

.tanitem:hover {
  background: var(--Brand-VTE-vilgos-srga);
}

.tanlink {
  text-decoration: none;
  width: 100%;
}

.tanimg {
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.tanimg img {
  width: 100%;
}

.tantitle {
  display: flex;
  height: 48px;
  padding-right: 10px;
  align-items: center;
  align-content: center;
  gap: 6px 10px;
  flex-shrink: 0;
  align-self: stretch;
  flex-wrap: wrap;

  overflow: hidden;
  color: var(--Brand-VTE-srga);
  text-overflow: ellipsis;

  /* VTE/H5 20 pt bold */
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 120% */
  letter-spacing: -0.2px;

  margin: 10px 0 8px 0;
}

.tanitem:hover .tantitle {
  color: var(--Brand-VTE-szrke);
}

.tanbody {
  overflow: hidden;
  height: 91px;
  color: var(--Brand-Fekete);
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}

.file {
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  align-self: stretch;

  border-radius: 20px;
  background: var(--Brand-VTE-srga);

  margin-top: 10px;
}

.file:hover {
  box-shadow: 0 4px 10px 0 rgba(64, 64, 64, 0.10), 0 4px 8px 0 rgba(64, 64, 64, 0.02), 0 2px 4px 0 rgba(64, 64, 64, 0.10);
}

.tanitem:hover .file {
  background: white;
}

.file-download-text {
  content: url("/themes/kap/images/book.svg");
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.tanitem:hover .file-download-text {
  content: url("/themes/kap/images/book-selected.svg");
}

.file-data {
  width: calc(100% - 52px);
}

.file-download {
  height: 36px;
  border-radius: 12px;
  background: #FFF;
  padding: 10px;
}

.tanitem:hover .file-download {
  background: var(--Brand-VTE-vilgos-szrke);
}

.file:hover .file-download {
  background: var(--Brand-VTE-szrke);
}


.file-name {
  color: white;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  overflow: hidden;
  width: 100%;

  text-wrap: nowrap;
  text-overflow: ellipsis;
}

.tanitem:hover .file-name {
  color: var(--Brand-VTE-szrke);
}

.file-type {
  color: var(--Brand-VTE-vilgos-szrke);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.file-type::after {
  content: "\00B7";
  margin: 0 6px;
}

.file-size {
  color: var(--Brand-VTE-vilgos-szrke);
  font-family: Montserrat;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tantitle {
    font-size: 16px;
    line-height: 17px; /* 122.222% */
  }

  .tanbody {
    font-size: 12px;
    line-height: 15px; /* 128.571% */
  }

  .file-name {
    font-size: 12px;
  }

  .file-type, .file-size {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .tan {
    display: none;
  }

  .tan.mini {
    display: block;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .tanulmanyok .view-content {
    flex-direction: column;
  }

  .tanitem {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .tanulmanyok .view-content {
    flex-direction: column;
  }

  .tanitem {
    width: 100%;
  }
}
