.vcore-datasheet-link,
.vcore-request-quote-button {
  margin-top: 1rem;
}

.vcore-datasheet-link .button,
.vcore-request-quote-button {
  min-width: 210px;
  text-align: center;
}

.vcore-relationships {
  margin-top: 3rem;
}

.vcore-relationship-group + .vcore-relationship-group {
  margin-top: 2rem;
}

.vcore-relationship-item {
  list-style: none;
}

.vcore-relationship-item a {
  display: block;
  text-decoration: none;
}

.vcore-relationship-item .sku {
  display: block;
  color: #607381;
  font-size: 0.875rem;
  font-weight: 600;
}

.vcore-product-highlights h2,
.vcore-relationships h2 {
  margin-bottom: 1rem;
}

.vcore-catalog-note {
  margin: 0 0 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(29, 106, 114, 0.08);
  color: #1f3d46;
  font-weight: 600;
}

.vcore-catalog-note-minimal {
  border: 1px solid rgba(29, 106, 114, 0.18);
}

.vcore-cart-line-note textarea,
.vcore-quote-form input,
.vcore-quote-form textarea {
  width: 100%;
}

.vcore-quote-form {
  max-width: 760px;
}

.vcore-quote-form p {
  margin-bottom: 1rem;
}

.vcore-quote-form label {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-weight: 700;
}

.vcore-hidden-total {
  font-weight: 700;
}

.vcore-product-card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.vcore-home-language-switcher {
  margin-bottom: 1.25rem;
}

.trp-language-switcher > div {
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.trp-language-switcher a,
.trp-language-switcher .trp-ls-shortcode-current-language {
  color: inherit;
}

body.login {
  background:
    radial-gradient(circle at top, rgba(29, 106, 114, 0.18), transparent 28%),
    linear-gradient(180deg, #f4f7f9 0%, #e7edf1 100%);
}

body.login #login {
  width: min(420px, calc(100% - 2rem));
  padding-top: 7vh;
}

body.login #loginform,
body.login #lostpasswordform {
  border: 1px solid rgba(19, 35, 48, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(19, 35, 48, 0.08);
  padding: 2rem;
}

body.login #login h1 a {
  width: auto;
  height: auto;
  background-image: none;
  text-indent: 0;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.2;
  color: #132330;
}

body.login #nav,
body.login #backtoblog {
  text-align: center;
}

body.login .message.vcore-login-message {
  border-left: 4px solid #1d6a72;
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(19, 35, 48, 0.08);
}
