/*
 * RIB360-HOMEPAGE-CONTACT-SUBSCRIBE-BALANCE-AND-PRIVACY-CONSENT-CORRECTION-HR1-CS1
 * Presentation-only correction for the homepage contact and subscription section.
 */

.rib360-hr1-connect {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  align-items: stretch;
  gap: clamp(18px, 2vw, 26px);
  padding: clamp(16px, 1.6vw, 22px);
}

.rib360-hr1-connect-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(28px, 3vw, 40px);
}

.rib360-hr1-connect-card h2 {
  margin-bottom: 12px;
}

.rib360-hr1-connect-card > p:not(.rib360-hr1-section-kicker) {
  max-width: 42rem;
  margin-bottom: 0;
}

.rib360-hr1-subscribe-intro {
  color: var(--hr1-muted, #667085);
  font-size: 15px;
  line-height: 1.55;
}

.rib360-hr1-contact-actions,
.rib360-hr1-subscribe-form {
  margin-top: 24px;
}

/* Align the contact action with the email-entry row rather than the consent line below it. */
@media (min-width: 901px) {
  .rib360-hr1-contact-actions {
    margin-top: auto;
    padding-bottom: 39px;
  }

  .rib360-hr1-subscribe-form {
    margin-top: auto;
  }
}

.rib360-hr1-subscribe-fields {
  align-items: stretch;
  gap: 12px;
}

.rib360-hr1-subscribe-fields input,
.rib360-hr1-subscribe-fields button,
.rib360-hr1-contact-actions .rib360-hr1-btn {
  min-height: 44px;
}

.rib360-hr1-subscribe-consent {
  max-width: 100%;
  align-items: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: #475467;
  font-size: 12px;
  line-height: 1.5;
}

.rib360-hr1-subscribe-consent input {
  flex: 0 0 auto;
  margin-top: 3px;
}

.rib360-hr1-subscribe-consent a {
  color: #8a5200;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.rib360-hr1-subscribe-consent a:hover,
.rib360-hr1-subscribe-consent a:focus-visible {
  color: #5f3900;
}

@media (max-width: 900px) {
  .rib360-hr1-connect {
    grid-template-columns: 1fr;
  }

  .rib360-hr1-contact-actions,
  .rib360-hr1-subscribe-form {
    margin-top: 22px;
    padding-bottom: 0;
  }
}

@media (max-width: 640px) {
  .rib360-hr1-connect {
    padding: 12px;
    border-radius: 24px;
  }

  .rib360-hr1-connect-card {
    padding: 24px 20px;
    border-radius: 18px;
  }

  .rib360-hr1-subscribe-intro {
    font-size: 14px;
  }
}
