body.post-type-archive-australis_devlog,
body.single-australis_devlog {
  background: #071018 !important;
}

body.post-type-archive-australis_devlog .page_content_wrap,
body.single-australis_devlog .page_content_wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #071018;
}

body.post-type-archive-australis_devlog .top_panel_custom_20067 .elementor-element-7ee87ca1 {
  display: none !important;
}

body.post-type-archive-australis_devlog .page_content_wrap > .content_wrap,
body.single-australis_devlog .page_content_wrap > .content_wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-australis_devlog .page_content_wrap > .content_wrap > .content,
body.single-australis_devlog .page_content_wrap > .content_wrap > .content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.post-type-archive-australis_devlog .page_content_wrap .sidebar,
body.single-australis_devlog .page_content_wrap .sidebar {
  display: none !important;
}

body.post-type-archive-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_nav > li > a,
body.post-type-archive-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_nav > li > a > span,
body.single-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_nav > li > a,
body.single-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_nav > li > a > span {
  color: #fcfcfc !important;
}

body.post-type-archive-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_mobile_button .sc_layouts_item_link,
body.single-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_mobile_button .sc_layouts_item_link {
  color: #fcfcfc !important;
}

body.post-type-archive-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_mobile_button .sc_layouts_item_icon,
body.post-type-archive-australis_devlog .top_panel_custom_47567 .sc_layouts_cart_icon,
body.single-australis_devlog .top_panel_custom_47567 .sc_layouts_menu_mobile_button .sc_layouts_item_icon,
body.single-australis_devlog .top_panel_custom_47567 .sc_layouts_cart_icon {
  color: #fcfcfc !important;
}

body.post-type-archive-australis_devlog .top_panel_custom_47567 .elementor-element-06cd0c9,
body.post-type-archive-australis_devlog .top_panel_custom_47567 .elementor-element-79ae8bf,
body.post-type-archive-australis_devlog .top_panel_custom_47567 .elementor-element-2326e9f,
body.single-australis_devlog .top_panel_custom_47567 .elementor-element-06cd0c9,
body.single-australis_devlog .top_panel_custom_47567 .elementor-element-79ae8bf,
body.single-australis_devlog .top_panel_custom_47567 .elementor-element-2326e9f {
  display: none !important;
  visibility: hidden !important;
}

.australis-devlog {
  --devlog-accent: #00afef;
  --devlog-ink: #f7fbfd;
  --devlog-muted: #a8bdc9;
  --devlog-bg: #071018;
  --devlog-card: #0e1821;
  box-sizing: border-box;
  width: calc(100% - 60px);
  max-width: 1290px;
  margin-inline: auto;
  background: var(--devlog-bg);
  color: var(--devlog-ink);
  min-height: 60vh;
}

main.australis-devlog > .australis-devlog__wrap {
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  margin-inline: auto !important;
  padding: clamp(7.5rem, 10vw, 8.5rem) 0 clamp(3rem, 7vw, 7rem) !important;
}

.australis-devlog__header {
  max-width: 860px;
  margin-bottom: clamp(2rem, 5vw, 4.5rem);
}

.australis-devlog__header h1 {
  margin: .25rem 0 1rem;
  color: var(--devlog-ink);
  font-size: clamp(2.25rem, 6vw, 5.4rem);
  line-height: .98;
  overflow-wrap: anywhere;
}

.australis-devlog__header > p:not(.australis-devlog__eyebrow) {
  max-width: 68ch;
  color: var(--devlog-muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.6;
}

.australis-devlog__eyebrow {
  margin: 0;
  color: var(--devlog-accent);
  font-size: .88rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.australis-devlog__language {
  display: flex;
  gap: .45rem;
  margin-top: 1.5rem;
}

.australis-devlog__language a {
  display: inline-flex;
  min-width: 2.75rem;
  min-height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #355264;
  border-radius: 999px;
  color: var(--devlog-ink);
  text-decoration: none;
}

.australis-devlog__language a[aria-current="page"] {
  border-color: var(--devlog-accent);
  background: var(--devlog-accent);
  color: #061018;
}

.australis-devlog a:focus-visible {
  outline: 3px solid #ffdc5e;
  outline-offset: 4px;
}

.australis-devlog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 32rem), 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

.australis-devlog-card:only-child {
  max-width: 760px;
}

.australis-devlog-card {
  overflow: hidden;
  border: 1px solid #223542;
  border-radius: 1.25rem;
  background: var(--devlog-card);
}

.australis-devlog-card__image {
  display: block;
  aspect-ratio: 16 / 9;
  background: #05070b;
}

.australis-devlog-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.australis-devlog-card__body {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.australis-devlog-card__body h2 {
  margin: .25rem 0 .75rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  line-height: 1.15;
}

.australis-devlog-card__body h2 a {
  color: var(--devlog-ink);
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.australis-devlog-card__body > p:last-child,
.australis-devlog-card__date {
  color: var(--devlog-muted);
}

.australis-devlog__breadcrumb {
  display: flex;
  max-width: 100%;
  gap: .55rem;
  margin-bottom: 2rem;
  color: var(--devlog-muted);
  font-size: .92rem;
}

.australis-devlog__breadcrumb span[aria-current="page"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.australis-devlog__hero {
  max-width: 1040px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  overflow: hidden;
  border: 1px solid #223542;
  border-radius: clamp(.75rem, 2vw, 1.5rem);
}

.australis-devlog__hero img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.australis-devlog__hero > a {
  display: block;
}

.australis-devlog .australis-devlog__hero figcaption {
  max-height: none;
  overflow: visible;
  padding: .8rem 1rem 1rem;
  color: var(--devlog-muted);
  font-size: .9rem;
  line-height: 1.45;
}

.australis-devlog__content {
  max-width: 76ch;
  color: #dce8ee;
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.78;
}

.australis-devlog__content h2 {
  margin: 2.6em 0 .65em;
  color: var(--devlog-ink);
  font-size: clamp(1.65rem, 3vw, 2.55rem);
  line-height: 1.15;
}

.australis-devlog__content li + li {
  margin-top: .55rem;
}

.australis-devlog__content a {
  color: #67cdf4;
  overflow-wrap: anywhere;
  text-underline-offset: .15em;
}

.australis-devlog__content code {
  padding: .08em .35em;
  border: 1px solid #355264;
  border-radius: .25rem;
  background: var(--devlog-card);
  color: var(--devlog-ink);
  font-size: .9em;
}

.australis-devlog__content figure {
  margin: 2.5rem 0;
}

.australis-devlog__content figcaption {
  margin-top: .75rem;
  color: var(--devlog-muted);
  font-size: .9rem;
}

.australis-devlog__content .devlog-maturity-note {
  margin: 2rem 0;
  padding: 1.25rem 1.4rem;
  border-left: 4px solid var(--devlog-accent);
  background: var(--devlog-card);
}

@media (max-width: 767px) {
  .australis-devlog {
    width: calc(100% - 40px);
  }

  .australis-devlog__grid {
    grid-template-columns: 1fr;
  }

  main.australis-devlog > .australis-devlog__wrap {
    padding-inline: 0 !important;
  }

  .australis-devlog__content ul {
    padding-left: 1.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .australis-devlog *,
  .australis-devlog *::before,
  .australis-devlog *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
