.wp-block-file {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 1.5em;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
}

.wp-block-file a:not(.wp-block-file__button) {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):hover {
  text-decoration: underline;
}

.wp-block-file__button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #91b8ff;
  color: #fff;
  font-size: 0.9em;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}

.wp-block-file__button:hover {
  background: #000000;
  text-decoration:none;
}

.wp-block-file *+.wp-block-file__button { margin-left:0; }

.my-file-buttons {
  display: flex;
  gap: 0.5em; /* spacing between buttons */
  margin-top: 0.5em; /* space between title and buttons */
}
