/* xl - DESKTOP STYLES */
.site-title a, .site-title a:focus, .site-title a:hover, .site-title a:visited {
  color: white !important;
  text-transform: lowercase;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white li, .text-white a:link, .text-white a:hover, .text-white a:visited, .text-white span, .text-white div {
  color: white;
}
.wp-block-uagb-container {
  row-gap: 20px !important;
}
.single-post main {
  padding-top: 180px;
}
.single-post #ast-desktop-header {
  background-image: url("https://www.articulation.com.au/wp-content/uploads/2025/06/pexels-photo-7433930-7433930.jpg");
  background-size: cover;
  background-position: center 20%;
}
.single-post #ast-desktop-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2c2927;
  opacity: 0.65;
  z-index: 1;
  /* grey with 0.65 opacity */
  /* sits above background image */
  pointer-events: none;
  /* allows clicks to pass through */
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F810-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BACAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */