/* Page Builder block: Звітність (information_reports) */
.vs-reports {
  padding: 60px 0;
}

.reports__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.reports__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}

.reports__download-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  background: #1f6feb;
  transition: background 0.2s ease, transform 0.2s ease;
}

.reports__download-all:hover {
  background: #2f80ed;
  color: #fff;
  transform: translateY(-1px);
}

.reports__download-all-icon {
  display: inline-flex;
}

.reports__years {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .reports__years {
    grid-template-columns: 1fr;
  }
}

.report-year {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.report-year__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.report-year__title {
  font-size: 26px;
  font-weight: 700;
}

.report-year__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #6ea8fe;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.report-year__download:hover {
  color: #9ec5ff;
}

.report-year__files {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.report-file__link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.report-file__link:hover {
  background: rgba(31, 111, 235, 0.12);
  border-color: rgba(31, 111, 235, 0.5);
  color: inherit;
}

.report-file__icon {
  flex: 0 0 auto;
  display: inline-flex;
  color: #e15b5b;
}

.report-file__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  flex: 1 1 auto;
}

.report-file__name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.report-file__meta {
  font-size: 12px;
  opacity: 0.6;
}

.report-file__action {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: #6ea8fe;
}

@media (max-width: 767px) {
  .vs-reports {
    padding: 40px 0;
  }

  .reports__title {
    font-size: 30px;
  }

  .reports__download-all {
    width: 100%;
    justify-content: center;
  }
}
