/*
  Theme Name: Ulmkolleg
  Author: UNIT08
  Author URI: https://unit08.de/
  Requires at least: 5.4
  Tested up to: 5.6
  Requires PHP: 7.x
  Version: 0.1
  Text Domain: ulmkolleg
*/

/* Button text color override for "Stellenmarkt" "Herunterladen"-Button */
.wp-element-button {
  color: #fff !important;
}

/* Contact mail font size adjustment for small screens */
@media (max-width: 640px) {
  .contact-mail {
    font-size: 11px !important;
  }
}

/* File block layout adjustment for "Stellenmarkt" */
.wp-block-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

/* Ensure long filenames break correctly in file blocks */
.wp-block-file a:first-child {
  flex: 1;
  word-break: break-word;
}

@media (max-width: 640px) {
  .prose img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .prose figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}