.file-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 20px;
  gap: 20px;
  max-width: 280px;
  min-width: 260px;
}

.atsisiusti-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.atsisiusti-wrapper > a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #31acbc;
}

.atsisiusti-wrapper > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5%;
}

.file-card-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media (width <= 766px) {
  .file-card {
    max-width: 100%;
  }
}
