/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

:where(p) {
  text-wrap: pretty;
}

:focus-visible {
  outline: 3px solid var(--night);
  outline-offset: 3px;
  box-shadow: 0 0 0 3px var(--lime);
}

header :focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
  box-shadow: none;
}

/* ══════════════════════════════════════════════════════════════
   Blog Card — Struktur (kein Animation)
   ══════════════════════════════════════════════════════════════ */
.blog-card__btn-text {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
}