.paf-downloads {
  max-width: 720px;
  margin: 0 auto;
  padding: 26px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.paf-downloads__title {
  margin: 0;
  color: #172033;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.15;
}

.paf-downloads__intro {
  margin: 8px 0 0;
  color: #566276;
  line-height: 1.55;
}

.paf-downloads__list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.paf-downloads__item { margin: 0; }

.paf-downloads__link {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 64px;
  padding: 13px 16px;
  border: 1px solid #dce2eb;
  border-radius: 10px;
  color: #172033;
  background: #fafbfc;
  text-decoration: none;
  transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.paf-downloads__link:hover,
.paf-downloads__link:focus {
  border-color: #5d3aa9;
  background: #fff;
  box-shadow: 0 6px 16px rgba(93, 58, 169, .15);
  transform: translateY(-1px);
  outline: none;
}

.paf-downloads__link:focus-visible { outline: 3px solid rgba(93, 58, 169, .3); outline-offset: 2px; }

.paf-downloads__file-icon {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  background: #5d3aa9;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
}

.paf-downloads__content { display: grid; gap: 3px; min-width: 0; }
.paf-downloads__item-title { font-weight: 700; line-height: 1.3; }
.paf-downloads__action { color: #5d3aa9; font-size: .88rem; font-weight: 600; }
.paf-downloads__arrow { margin-left: auto; color: #5d3aa9; font-size: 1.35rem; font-weight: 700; }

@media (max-width: 480px) {
  .paf-downloads { padding: 20px 16px; border-radius: 12px; }
  .paf-downloads__link { padding: 12px; }
}
