/* Fonts */
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Filar";
  src: url("https://ui.powerhouse.com.au/fonts/PowerhouseFilar-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Powerhouse Punctum 119";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-119.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 115";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-115.woff2") format("woff2");
}
@font-face {
  font-family: "Powerhouse Punctum 915";
  src: url("https://ui.powerhouse.com.au/fonts/Powerhouse-Punctum-915.woff2") format("woff2");
}
/* Vars */
/* Image container */
/* Form */
/* Text link */
/* Subheading */
/* Text */
/* Button */
/* Radio */
/* Checkbox */
/* Select */
/* Textarea */
/* Label */
/* Input */
/* Time */
/* Input action */
/* Heading */
.phm-auth-failure-banner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  padding: 16px;
  background: #f5f5f5;
}
.phm-auth-failure-banner button {
  background-color: transparent !important;
  min-height: auto;
  border-radius: 0;
  margin: 0;
  width: auto;
  outline: none !important;
  box-shadow: none !important;
  padding-top: 0;
  padding-bottom: 0;
  flex-shrink: 0;
  font-weight: 400;
}
.phm-auth-failure-banner button svg {
  display: none;
}
.phm-auth-failure-banner button {
  transition-property: color, background-color, opacity;
  display: flex;
  height: 32px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: black !important;
  text-transform: uppercase;
  border: 1px solid black !important;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .phm-auth-failure-banner button:hover {
    background-color: black !important;
    color: white !important;
  }
}
.phm-auth-failure-banner button:not(.disabled):focus, .phm-auth-failure-banner button.active {
  background-color: black !important;
  color: white !important;
}
.phm-auth-failure-banner button:active, .phm-auth-failure-banner button:disabled, .phm-auth-failure-banner button.disabled, .phm-auth-failure-banner button.active {
  opacity: 50%;
}
.phm-auth-failure-banner button:disabled, .phm-auth-failure-banner button.disabled, .phm-auth-failure-banner button.active {
  pointer-events: none;
}
.phm-auth-failure-banner button:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.phm-auth-failure-banner button {
  /* Primary */
  /* Primary/Inverted */
  /* Icons */
  /* Time */
  /* Icon only */
  width: 100%;
  height: 40px;
}
@media (min-width: 768px) {
  .phm-auth-failure-banner button {
    width: auto;
    height: 32px;
  }
}
.phm-auth-failure-banner button {
  /* Selected */
}
@media (min-width: 768px) {
  .phm-auth-failure-banner {
    flex-direction: row;
    align-items: center;
  }
}

.phm-auth-failure-banner__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .phm-auth-failure-banner__wrapper {
    flex-direction: row;
  }
}

.phm-auth-failure-banner__title {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
  font-weight: 700;
}

.phm-auth-failure-banner__description {
  /* Reset */
  margin: 0;
  font-style: normal;
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black;
  /* Secondary */
  /* Tertiary */
}
.phm-auth-failure-banner__description a {
  /* Reset */
  background-color: transparent !important;
  border: none;
  padding: 0;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.phm-auth-failure-banner__description a b {
  font-weight: 400;
}
.phm-auth-failure-banner__description a {
  /* Apply */
  font-size: 16px;
  line-height: 24px;
  color: black !important;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (hover: hover) {
  .phm-auth-failure-banner__description a:hover {
    color: #a1a1a1 !important;
  }
}
.phm-auth-failure-banner__description a:focus {
  color: #a1a1a1 !important;
}
.phm-auth-failure-banner__description a:active {
  color: #d4d4d4 !important;
}
.phm-auth-failure-banner__description a:focus-visible {
  outline: 2px solid #d4d4d4 !important;
  outline-offset: 2px;
}
.phm-auth-failure-banner__description a {
  /* Dark */
  /* Underlined */
  text-decoration-line: underline !important;
  text-underline-offset: 4px;
  /* Secondary */
  /* Icon */
}
