@use '../utils/utilities' as util;

.pgh-mat {
  a.mat-mdc-button-base {
    text-decoration: none;
  }

  .mat-mdc-outlined-button:not(.mat-mdc-button-disabled) {
    background: var(--fff);
  }

  .big-mat-button {
    font-size: 1.125rem;
    min-width: 10rem;
    @include util.font-weight-without-variable-support('bold');
    padding-block: 0;
    padding-inline: 1.5rem;
    line-height: 3rem;
    height: auto;
    white-space: nowrap;
  }

  .pgh-same-height-mat-form-field {
    margin-top: 0.25rem;
    // TODO: fix the value!
    height: 3.71875em;
  }
}
