﻿.hfa-breadcrumb-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}

.hfa-breadcrumb-wrapper {
  max-width: 1248px;
  width: 100%;
  display: flex;
  padding: 12px 16px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  align-self: stretch;
}

.hfa-breadcrumb-row span {
  color: #004587;
  font-family: "Ubuntu";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}

.hfa-breadcrumb-row span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hfa-breadcrumb-row span a {
  color: #bdbdbd;
  text-decoration: none;
  cursor: pointer;
}

.hfa-breadcrumb-row .breadcrumb-divider {
  width: 20px;
  height: 1px;
  border: 0 solid #eee;
  background: #dde3ee;
}

.hfa-title-row {
  background: #f9fbfd;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 32px;
}

.hfa-title-row .hfa-title-wrapper {
  background: #f9fbfd;
  display: flex;
  max-width: 1248px;
  width: 100%;
  display: flex;
  padding: 12px 14px;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  align-self: stretch;
}

.hfa-title-row .hfa-title-wrapper h1 {
  color: #004587;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.hfa-pdf-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 0px 16px;
  flex-direction: column;
  margin-bottom: 64px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .hfa-pdf-list {
    margin-bottom: 24px;
  }
}
.hfa-pdf-list .hfa-year-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1248px;
  width: 100%;
  gap: 16px;
}

.hfa-pdf-list .hfa-year-row h2 {
  color: #004587;
  /* Alt Başlık */
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 125% */
  margin: 0;
  padding: 0;
}

.hfa-pdf-list .hfa-year-row .hfa-pdf-row {
  display: flex;
  width: 100%;
  max-width: 100dvw;
  gap: 12px;
  padding: 32px 24px;
  border-radius: 8px;
  border: 1px solid #d9e0ec;
  background: #f4f7fb;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  overflow-x: auto;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.hfa-pdf-list .hfa-year-row .hfa-pdf-row .vertical-pdf-divider {
  height: 21px;
  border-left: 1px solid #d9e0ec;
}

.hfa-pdf-list .hfa-year-row .hfa-pdf-row .month-wrapper {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  text-decoration: none;
  cursor: pointer;
}

.hfa-pdf-list .hfa-year-row .hfa-pdf-row .month-wrapper img {
  width: 24px;
  aspect-ratio: 1;
}

.hfa-pdf-list .hfa-year-row .hfa-pdf-row .month-wrapper .month-name {
  color: #000;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1199px) {
  .hfa-breadcrumb-row {
    display: none;
  }

  .hfa-title-row {
    margin-top: 60px;
  }
}
