.drummond-portal-vault,
.drummond-portal-login {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 1.5rem auto;
  padding: clamp(1.25rem, 3vw, 2.25rem);
  border: 1px solid #d8e0e7;
  border-radius: 18px;
  background: #fff;
  color: #172330;
  box-shadow: 0 12px 36px rgba(19, 38, 55, .08);
}

.drummond-portal-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.drummond-portal-heading h2,
.drummond-portal-login h2 {
  margin: .15rem 0 .5rem;
}

.drummond-portal-kicker {
  margin: 0;
  color: #8e2c36;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.drummond-portal-button {
  display: inline-block;
  flex: 0 0 auto;
  padding: .85rem 1.1rem;
  border-radius: 9px;
  background: #8e2c36;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
}

.drummond-portal-button:hover,
.drummond-portal-button:focus-visible {
  background: #70212a;
}

.drummond-portal-notice {
  margin: 1.5rem 0;
  padding: 1rem;
  border-left: 4px solid #8e2c36;
  background: #f7f3f3;
}

.drummond-portal-frame-wrap {
  overflow: hidden;
  border: 1px solid #d8e0e7;
  border-radius: 12px;
  background: #f4f6f8;
}

.drummond-portal-frame {
  display: block;
  width: 100%;
  border: 0;
}

.drummond-portal-help {
  margin: .75rem 0 0;
  color: #52616f;
  font-size: .9rem;
}

@media (max-width: 720px) {
  .drummond-portal-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

