/* stylelint-disable selector-class-pattern, custom-property-pattern */

.p-button {
  display: inline-flex;
  padding: 0 1.5rem;
  margin: 0.5rem 0;
  height: 3rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
  color: var(--w153-th-color-text-default--invert);
  /*background: var(--w153-th-gradient-1);*/
  background-color: #bd532b;
  border-radius: var(--w153-th-border-radius-2xl);
  border: none;
  transition: var(--w153-th-transition-default);
  cursor: pointer;
}

.p-button:hover {
  background-color: var(--w153-th-color-2);
}

li#menu-item-408 {
    align-items: stretch;
    margin-top: 4%;
}

li#menu-item-408:hover {
    background: #1a2739;
}

.p-button--xs {
  height: 2.2rem !important;
}

.p-button--light {
  color: var(--w153-th-color-1--alt2);
  background: #fff;
}

.p-button--light:hover {
  background-color: var(--w153-th-color-1--alt1);
}

@media (min-width: 1000px) {
  .p-button {
    padding: 0 2rem;
    height: 3.5rem;
  }
}
