/*
 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
*/
body.bricks-is-frontend {
  & :focus {
    outline: none;
  }

  & :focus-visible {
    outline: .2em dotted currentcolor;
    outline-offset: calc(.75em/8);
  }

  & .brxe-button:focus-visible {
    outline: .2em dotted var(--at-black);
  }
}

.at-highlighted-text {
  font-size: calc(var(--at-text--m) * 0.9);
}

.at-primary {
  color: var(--at-primary);
}

/* The stack Post Content */
.brxe-post-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.brxe-post-content > * {
  margin-block: 0;
} 

.brxe-post-content > * + * {
  margin-block-start: 1em;
}

/* No display disabled arrow */
.splide__arrow[disabled] {
    visibility: hidden;
  }

.bricks-button:active {
  scale: 0.8;
}