/*
Theme Name: Sheshi Clickable Discovery Cards
Version: 0.29.7
Description: Makes the complete discovery card the internal profile action and keeps only the external website as a separate secondary action.
*/

body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery {
  position: relative !important;
  cursor: pointer;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-card-hitarea {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-card-hitarea:focus-visible {
  outline: 3px solid var(--focus) !important;
  outline-offset: -3px;
}

body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery:hover .sheshi-result-title-name,
body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery:hover .sheshi-result-title-place,
body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery:focus-within .sheshi-result-title-name,
body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery:focus-within .sheshi-result-title-place {
  color: var(--accent) !important;
}

body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery .sheshi-result-links {
  grid-template-columns: minmax(0, 1fr) !important;
}

body.sheshi-home .sheshi-discovery-grid > .sheshi-result-card--discovery .sheshi-result-website {
  position: relative;
  z-index: 2;
  grid-column: 1 !important;
}
