/*
 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 {
	padding: 0 20px;
}

.brxe-post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.brxe-post-navigation a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: 45%;
  text-decoration: none;
  color: inherit;
}

.prev-post {
  text-align: left;
}

.next-post {
  text-align: right;
  justify-content: flex-end;
}

.brxe-post-navigation .label {
  font-size: 0.875rem;
  color: #6b7280;
}

.brxe-post-navigation .title {
  font-size: 1rem;
  line-height: 1.4;
}

.twitter-share {
	margin-top: 2rem;
}