@import "mixins/mixins";
@import "common/var";

@include b(gold-panel) {
  background-color: #fff;
  text-align: left;
  h3 {
    display: block;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -0.2px;
    color: #333333;
    margin: 0;
    padding: 8px 10px;
    background-color: #f5f5f5;
  }
  @include e(header) {
    line-height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #f5f5f5;
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    margin-bottom: 10px;
    @include when(bold) {
      font-weight: bold;
    }
  }
  @include e(body) {
    padding: 32px 0 10px;
  }
  & + & {
    .mat-gold-panel__body {
      padding: 0 0 10px;
    }
  }
}