/*
Theme Name: Sheshi Discovery Card Action Hierarchy
Version: 0.29.6
Description: Keeps users in the portal by making Details primary and the external website secondary.
*/

body.sheshi-home .sheshi-discovery-grid .sheshi-result-details {
  border-color: var(--accent) !important;
  color: #ffffff !important;
  background: var(--accent) !important;
  box-shadow: none !important;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-details:hover,
body.sheshi-home .sheshi-discovery-grid .sheshi-result-details:focus-visible {
  border-color: var(--accent-hover) !important;
  color: #ffffff !important;
  background: var(--accent-hover) !important;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-website {
  border-color: var(--border-strong) !important;
  color: var(--accent) !important;
  background: var(--surface-card) !important;
  box-shadow: none !important;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-website span {
  color: currentColor !important;
}

body.sheshi-home .sheshi-discovery-grid .sheshi-result-website:hover,
body.sheshi-home .sheshi-discovery-grid .sheshi-result-website:focus-visible {
  border-color: var(--accent) !important;
  color: var(--accent-hover) !important;
  background: var(--surface-sunken) !important;
}
