/*
Theme Name: Sheshi Discovery Card Corrections
Version: 0.30.3
Description: Visible editorial proof, explicit meta separator and tightened homepage section rhythm.
*/

body.sheshi-home .sheshi-discovery {
  padding: 42px 0 28px !important;
}

body.sheshi-home .sheshi-discovery-head,
body.sheshi-home .sheshi-home-section-head.sheshi-discovery-head {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
}

body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
  min-width: max-content !important;
  margin: 0 !important;
  align-self: center !important;
  justify-self: end !important;
}

body.sheshi-home .sheshi-discovery-card-identity h2 {
  align-items: flex-start !important;
}

body.sheshi-home .sheshi-discovery-card-name {
  max-width: calc(100% - 22px);
  flex: 0 1 auto;
}

body.sheshi-home .sheshi-discovery-proof {
  display: inline-flex !important;
  width: 18px !important;
  height: 18px !important;
  flex: 0 0 18px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  color: var(--accent) !important;
  background: transparent !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

body.sheshi-home .sheshi-discovery-meta-separator {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  color: var(--text-muted) !important;
  font-size: 15px;
  line-height: 1;
}

body.sheshi-home .sheshi-home-growth {
  padding-top: 48px !important;
}

@media (max-width: 767px) {
  body.sheshi-home .sheshi-discovery {
    padding: 34px 0 22px !important;
  }

  body.sheshi-home .sheshi-discovery-head,
  body.sheshi-home .sheshi-home-section-head.sheshi-discovery-head {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
  }

  body.sheshi-home .sheshi-discovery-head h2 {
    min-width: 0;
    font-size: 22px !important;
    white-space: nowrap;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
    min-height: 40px !important;
    font-size: 12px !important;
  }

  body.sheshi-home .sheshi-home-growth {
    padding-top: 40px !important;
  }
}

@media (max-width: 359px) {
  body.sheshi-home .sheshi-discovery-head h2 {
    font-size: 20px !important;
  }

  body.sheshi-home .sheshi-discovery-head .sheshi-directory-link {
    font-size: 11px !important;
  }
}
