.tzunz-auth-main {
  font-family: "Jost", sans-serif;
}

.tzunz-auth-main.main-content {
  padding-top: 48px;
  padding-bottom: 64px;
}

.tzunz-auth-card {
  margin-left: 0;
}

.tzunz-auth-sidebar {
  padding-top: 60px;
}

.tzunz-auth-sidebar .content-page-title {
  margin-bottom: 0;
}

.tzunz-auth-sidebar .list-contact-us h6 {
  display: inline-block;
  margin-bottom: 0;
}

.tzunz-auth-sidebar-value {
  display: inline-block;
  margin-bottom: 0;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.tzunz-auth-social-contact .tzunz-auth-divider {
  display: none;
}

.tzunz-auth-social-contact .tzunz-auth-subtitle {
  margin-bottom: 14px;
  color: var(--secondary);
  font-size: 16px;
  line-height: 24px;
}

.tzunz-auth-social-form {
  display: grid;
  gap: 12px;
  margin: 0 0 18px;
}

.tzunz-auth-social-consent {
  margin-bottom: 4px;
}

.tzunz-auth-content > .tzunz-auth-title:first-child {
  margin-top: 0;
}

.tzunz-auth-title {
  margin: 0 0 16px;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
}

.tzunz-auth-subtitle {
  margin: 56px 0 18px;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}

.tzunz-auth-text {
  margin: 0 0 22px;
  color: #5d5d5d;
  line-height: 1.7;
}

.tzunz-auth-text a,
.tzunz-auth-nav a {
  color: var(--primary);
}

.tzunz-auth-nav a[aria-current="page"] {
  color: var(--black);
  font-weight: 600;
}

.tzunz-auth-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
}

.tzunz-auth-form {
  display: grid;
  gap: 18px;
}

.tzunz-auth-field {
  display: grid;
  gap: 8px;
}

.tzunz-auth-field label {
  margin: 0;
  color: #242424;
  font-weight: 600;
}

.tzunz-auth-field input:not([type="checkbox"]):not([type="radio"]),
.tzunz-auth-field textarea,
.tzunz-auth-field select {
  width: 100%;
  min-height: 50px;
  padding: 12px 15px;
  border: 1px solid rgba(28, 28, 28, 0.16);
  border-radius: 4px;
  background: #fff;
  color: #202020;
}

.tzunz-auth-field-check a {
  color: var(--primary);
}

.tzunz-auth-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4d4d4d;
  line-height: 1.5;
}

.tzunz-auth-check input {
  width: auto;
  margin-top: 5px;
}

.tzunz-auth-help {
  color: #747474;
  font-size: 14px;
  line-height: 1.5;
}

.tzunz-auth-errors,
.tzunz-auth-field .errorlist {
  margin: 0;
  padding: 10px 14px;
  border-left: 3px solid var(--critical);
  background: #fff4f4;
  color: #9f2d2d;
  list-style: none;
}

.tzunz-auth-actions,
.tzunz-auth-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 6px;
}

.tzunz-auth-button-group-vertical {
  display: grid;
}

.tzunz-auth-actions .flat-button,
.tzunz-auth-button-group .flat-button,
.tzunz-auth-button-outline {
  width: auto;
  max-width: 100%;
  min-height: 48px;
  border: 0;
  cursor: pointer;
}

.tzunz-auth-actions .flat-button,
.tzunz-auth-actions .tzunz-auth-button-outline {
  min-width: 160px;
}

.tzunz-auth-actions .flat-button {
  flex: 0 0 auto;
}

.tzunz-auth-button-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid rgba(28, 28, 28, 0.44);
  border-radius: 4px;
  background: #fff;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.tzunz-auth-divider {
  height: 1px;
  margin: 28px 0;
  background: rgba(28, 28, 28, 0.1);
}

.tzunz-auth-provider-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tzunz-auth-provider {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid rgba(28, 28, 28, 0.14);
  border-radius: 4px;
  background: #fff;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.tzunz-auth-provider:hover,
.tzunz-auth-button-outline:hover {
  border-color: var(--primary);
  background: var(--primary);
  color: #000;
  text-decoration: none;
}

.tzunz-auth-provider-google {
  gap: 10px;
  min-width: 190px;
  min-height: 40px;
  padding: 8px 12px;
  border-color: #747775;
  background: #fff;
  color: #1f1f1f;
  font-family: "Google Sans", "Roboto", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-transform: none;
}

.tzunz-auth-provider-google:hover {
  border-color: #747775;
  background: #fff;
  color: #1f1f1f;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px rgba(60, 64, 67, 0.15);
}

.tzunz-auth-provider-google:focus-visible {
  outline: 2px solid #4285f4;
  outline-offset: 2px;
}

.tzunz-auth-provider-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.tzunz-auth-alert {
  margin: 0 0 16px;
  padding: 12px 15px;
  border-left: 3px solid #ecb018;
  background: #fff8e8;
  color: #6f4b00;
}

.tzunz-auth-alert-error,
.tzunz-auth-alert-danger {
  border-left-color: var(--critical);
  background: #fff4f4;
  color: #9f2d2d;
}

.tzunz-auth-panel {
  padding: 24px;
  border: 1px solid rgba(28, 28, 28, 0.08);
  border-radius: 6px;
}

.tzunz-auth-table-wrap {
  overflow-x: auto;
}

.tzunz-auth-table {
  width: 100%;
  border-collapse: collapse;
}

.tzunz-auth-table th,
.tzunz-auth-table td {
  padding: 12px;
  border-bottom: 1px solid rgba(28, 28, 28, 0.08);
  text-align: left;
}

.privacy-policy-content h3,
.privacy-policy-content h4 {
  margin-bottom: 14px;
  color: var(--black);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}

.privacy-policy-content h4 {
  margin-top: 26px;
  font-size: 20px;
  line-height: 28px;
}

.privacy-policy-content p {
  color: var(--secondary);
  line-height: 1.7;
}

@media (max-width: 767px) {
  .tzunz-auth-main.main-content {
    padding-top: 36px;
    padding-bottom: 48px;
  }

  .tzunz-auth-card {
    padding: 28px 20px;
  }

  .tzunz-auth-sidebar {
    padding-top: 0;
  }

  .tzunz-auth-title {
    font-size: 28px;
  }

  .tzunz-auth-provider {
    width: 100%;
  }

  .tzunz-auth-provider-google {
    width: auto;
  }
}
.tzunz-social-connections {
    display: grid;
    gap: 12px;
    margin: 18px 0 28px;
}

.tzunz-social-connection {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(18, 18, 18, 0.08);
    border-radius: 8px;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    padding: 14px 16px;
}

.tzunz-social-connection strong,
.tzunz-social-connection span {
    display: block;
}

.tzunz-social-connection span {
    color: #5e6267;
    font-size: 13px;
    margin-top: 2px;
}

.tzunz-social-connection form {
    margin: 0;
}
