/* Add styles that use ACF values here */
.block-file-download__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 16.8%;
  gap: 8px;
}

.block-file-download__entry {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  padding: 10px;
  border-radius: 5px;
}

.block-file-download__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.block-file-download a {
  display: inline-block;
  padding: 10px 15px;
  color: #a17de5;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
