@import "variables";

.page-title
{
  display          : flex;
  align-items      : center;
  justify-content  : space-between;
  background-color : $gray-300;
  padding          : px2Rem(15) px2Rem(20);
  margin           : px2Rem(-8) calc(var(--bs-gutter-x) * -0.5) px2Rem(8) calc(var(--bs-gutter-x) * -0.5);
  box-shadow       : px2Rem(1) 0 px2Rem(10) rgba(0, 0, 0, .1);

  .title-sm
  {
    min-height : px2Rem(65);
  }

  h1
  {
    font-size : 1.4rem;
    margin    : 0;
  }
}
