.grantaura-header-v7 {
  --ghv7-primary: var(--grantaura-primary);
  --ghv7-primary-dark: var(--grantaura-primary-dark);
  --ghv7-accent: var(--grantaura-secondary);
  --ghv7-accent-dark: var(--grantaura-secondary-dark);
  --ghv7-text: var(--grantaura-text-dark);
  --ghv7-muted: var(--grantaura-text-light);
  --ghv7-bg: var(--grantaura-white);
  --ghv7-soft: var(--grantaura-gray-50);
  --ghv7-line: var(--grantaura-gray-200);
  --ghv7-line-strong: var(--grantaura-gray-300);
  --ghv7-radius: var(--grantaura-border-radius-xl);
  --ghv7-radius-sm: var(--grantaura-border-radius-lg);
  --ghv7-shadow: var(--grantaura-box-shadow-lg);
  --ghv7-focus: 0 0 0 3px hsla(var(--grantaura-primary-hsl), 0.22);
  color: var(--ghv7-text);
}

.grantaura-header-v7 * {
  box-sizing: border-box;
}

.grantaura-header-v7 a,
.grantaura-header-v7 button,
.ghv7-search-modal a,
.ghv7-search-modal button,
.ghv7-drawer a,
.ghv7-drawer button {
  -webkit-tap-highlight-color: transparent;
}

.ghv7-shell {
  width: min(calc(100% - 16px), 1280px);
  margin: 8px auto 0;
  position: relative;
}

.ghv7-shell__bar {
  min-width: 0;
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px;
  border: 1px solid var(--ghv7-line);
  border-radius: var(--ghv7-radius);
  background: color-mix(in srgb, var(--ghv7-bg) 94%, transparent);
  box-shadow: 0 16px 42px hsla(var(--grantaura-text-dark-hsl), 0.10);
  backdrop-filter: blur(14px);
}

.ghv7-brand {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  color: var(--ghv7-primary) !important;
  text-decoration: none !important;
  border-radius: var(--ghv7-radius-sm);
  flex: 0 0 auto;
  position: relative;
}

.ghv7-brand:hover {
  background: hsla(var(--grantaura-primary-hsl), 0.07);
}

.ghv7-brand:focus-visible,
.ghv7-btn:focus-visible,
.ghv7-icon-btn:focus-visible,
.ghv7-disclosure:focus-visible,
.ghv7-profile:focus-visible,
.ghv7-link:focus-visible,
.ghv7-panel a:focus-visible,
.ghv7-drawer a:focus-visible,
.ghv7-drawer button:focus-visible,
.ghv7-search input:focus-visible,
.ghv7-search-modal input:focus-visible {
  outline: none;
  box-shadow: var(--ghv7-focus);
}

.ghv7-brand__mark {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--ghv7-primary);
  color: var(--grantaura-white);
  font-weight: 800;
  letter-spacing: 0;
}

.ghv7-brand__word {
  display: none;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0;
}

.ghv7-brand__badge {
  position: absolute;
  top: -7px;
  right: -10px;
  min-height: 18px;
  display: inline-flex;
  align-items: center;
  padding: 0 7px;
  border: 1px solid var(--ghv7-line);
  border-radius: 999px;
  background: var(--ghv7-bg);
  color: var(--ghv7-primary-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.ghv7-audience {
  display: none;
}

.ghv7-audience__tag,
.ghv7-panel__eyebrow,
.ghv7-account__eyebrow,
.ghv7-drawer__eyebrow {
  color: var(--ghv7-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ghv7-audience__link,
.ghv7-link,
.ghv7-disclosure,
.ghv7-profile,
.ghv7-icon-btn,
.ghv7-btn {
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease;
}

.ghv7-audience__link,
.ghv7-link {
  display: inline-flex;
  align-items: center;
  color: var(--ghv7-text) !important;
  text-decoration: none !important;
}

.ghv7-disclosure,
.ghv7-profile,
.ghv7-icon-btn {
  border: 1px solid transparent;
  background: transparent;
  color: var(--ghv7-text);
  cursor: pointer;
}

.ghv7-icon-btn {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  position: relative;
}

.ghv7-icon-btn:hover,
.ghv7-disclosure:hover,
.ghv7-profile:hover,
.ghv7-link:hover,
.ghv7-audience__link:hover {
  background: var(--ghv7-soft);
  color: var(--ghv7-primary) !important;
}

.ghv7-icon-btn:active,
.ghv7-disclosure:active,
.ghv7-profile:active,
.ghv7-btn:active {
  transform: translateY(1px) scale(0.99);
}

.ghv7-btn:disabled,
.ghv7-icon-btn:disabled,
.ghv7-disclosure:disabled,
.ghv7-profile:disabled,
.ghv7-search button:disabled,
.ghv7-search-modal button:disabled,
.ghv7-drawer button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ghv7-disclosure {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
}

.ghv7-disclosure[aria-expanded="true"] {
  background: hsla(var(--grantaura-primary-hsl), 0.10);
  color: var(--ghv7-primary-dark);
}

.ghv7-search {
  display: none;
}

.ghv7-actions {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  flex: 0 1 auto;
}

.ghv7-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}

.ghv7-btn--primary {
  background: var(--ghv7-accent);
  color: var(--ghv7-text) !important;
  border-color: color-mix(in srgb, var(--ghv7-accent-dark) 45%, transparent);
  box-shadow: 0 8px 22px hsla(var(--grantaura-secondary-hsl), 0.30);
}

.ghv7-btn--primary:hover {
  background: var(--ghv7-accent-dark);
  color: var(--ghv7-text) !important;
  transform: translateY(-1px);
}

.ghv7-btn--quiet {
  background: var(--ghv7-bg);
  color: var(--ghv7-text) !important;
  border-color: var(--ghv7-line);
}

.ghv7-btn--quiet:hover {
  border-color: var(--ghv7-line-strong);
  background: var(--ghv7-soft);
}

.ghv7-btn--journey {
  display: none;
  max-width: 210px;
}

.ghv7-btn--journey > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghv7-btn__badge,
.ghv7-icon-btn__badge {
  min-width: 19px;
  height: 19px;
  display: inline-grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--ghv7-primary);
  color: var(--grantaura-white);
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
}

.ghv7-icon-btn__badge {
  position: absolute;
  top: 1px;
  right: 0;
}

.ghv7-auth-link,
.ghv7-icon-btn--notifications,
.ghv7-profile,
.ghv7-more-toggle,
.ghv7-link--services {
  display: none;
}

.ghv7-profile {
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 5px;
  max-width: 180px;
  position: relative;
}

.ghv7-profile__avatar {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: hsla(var(--grantaura-primary-hsl), 0.10);
  color: var(--ghv7-primary-dark);
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  flex: 0 0 auto;
}

.ghv7-profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ghv7-profile__text {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghv7-profile__dot {
  position: absolute;
  top: 5px;
  right: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ghv7-accent-dark);
  box-shadow: 0 0 0 2px var(--ghv7-bg);
}

.ghv7-menu-toggle__bars {
  display: grid;
  gap: 4px;
}

.ghv7-menu-toggle__bars span {
  width: 17px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.ghv7-panel {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 1004;
}

.ghv7-panel[hidden] {
  display: none;
}

.ghv7-panel__inner {
  width: min(100%, 1040px);
  margin: 0 auto;
  max-height: calc(100vh - 108px);
  overflow: auto;
  padding: 20px;
  border: 1px solid var(--ghv7-line);
  border-radius: 18px;
  background: var(--ghv7-bg);
  box-shadow: 0 28px 80px hsla(var(--grantaura-text-dark-hsl), 0.18);
}

.ghv7-panel--account .ghv7-panel__inner,
.ghv7-panel--more .ghv7-panel__inner {
  width: min(100%, 440px);
  margin-right: 0;
}

.ghv7-panel__intro {
  display: grid;
  gap: 6px;
  margin-bottom: 18px;
}

.ghv7-panel__title,
.ghv7-account__guest-title {
  margin: 0;
  color: var(--ghv7-text);
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ghv7-panel__copy,
.ghv7-panel__link-desc,
.ghv7-action__reason,
.ghv7-account__meta,
.ghv7-account__guest p,
.ghv7-drawer__journey p {
  color: var(--ghv7-muted);
  font-size: 14px;
  line-height: 1.45;
}

.ghv7-panel__grid,
.ghv7-more__grid {
  display: grid;
  gap: 14px;
}

.ghv7-panel__group,
.ghv7-more__group {
  min-width: 0;
}

.ghv7-panel__group-title,
.ghv7-more__group h3,
.ghv7-drawer__section h3 {
  margin: 0 0 10px;
  color: var(--ghv7-primary-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ghv7-panel__links,
.ghv7-account__nav,
.ghv7-drawer__links {
  display: grid;
  gap: 8px;
}

.ghv7-panel__link,
.ghv7-account__nav a,
.ghv7-more__group a,
.ghv7-drawer__links a,
.ghv7-drawer__mini a {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ghv7-text) !important;
  text-decoration: none !important;
}

.ghv7-panel__link:hover,
.ghv7-account__nav a:hover,
.ghv7-more__group a:hover,
.ghv7-drawer__links a:hover,
.ghv7-drawer__mini a:hover {
  background: var(--ghv7-soft);
}

.ghv7-panel__icon,
.ghv7-drawer__link-icon,
.ghv7-action__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: hsla(var(--grantaura-primary-hsl), 0.09);
  color: var(--ghv7-primary);
  flex: 0 0 auto;
}

.ghv7-panel__link-text,
.ghv7-action span {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ghv7-panel__link-title,
.ghv7-action__label {
  font-weight: 800;
  color: var(--ghv7-text);
  line-height: 1.2;
}

.ghv7-account__hero {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.ghv7-account__avatar {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: var(--ghv7-primary);
  color: var(--grantaura-white);
  font-weight: 800;
  overflow: hidden;
}

.ghv7-account__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ghv7-account__identity {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.ghv7-account__name {
  overflow: hidden;
  color: var(--ghv7-text);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ghv7-account__next {
  width: 100%;
  min-height: 58px;
  justify-content: flex-start;
  border-radius: 18px;
  margin-bottom: 14px;
  padding: 12px;
}

.ghv7-action--attention {
  background: hsla(var(--grantaura-warning-hsl, 38, 92%, 50%), 0.12);
  border-color: hsla(var(--grantaura-warning-hsl, 38, 92%, 50%), 0.32);
  color: var(--ghv7-text) !important;
}

.ghv7-account__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 14px;
}

.ghv7-account__metric {
  min-width: 0;
  min-height: 58px;
  display: grid;
  gap: 3px;
  align-content: center;
  padding: 10px;
  border: 1px solid var(--ghv7-line);
  border-radius: 16px;
  color: var(--ghv7-text) !important;
  text-decoration: none !important;
}

.ghv7-account__metric span {
  color: var(--ghv7-muted);
  font-size: 12px;
  font-weight: 700;
}

.ghv7-account__metric strong {
  color: var(--ghv7-primary-dark);
  font-size: 18px;
}

.ghv7-account__guest {
  display: grid;
  gap: 12px;
}

.ghv7-account__guest-actions,
.ghv7-drawer__auth {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ghv7-more__group a {
  justify-content: space-between;
}

.ghv7-search-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  padding: 18px 14px;
  background: color-mix(in srgb, var(--grantaura-white) 92%, transparent);
  backdrop-filter: blur(18px);
}

.ghv7-search-modal[aria-hidden="true"] {
  display: none;
}

.ghv7-search-modal__form {
  width: min(100%, 720px);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.ghv7-search-modal__head,
.ghv7-search-modal__field {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ghv7-search-modal__head {
  justify-content: space-between;
}

.ghv7-search-modal__head label {
  color: var(--ghv7-text);
  font-size: 18px;
  font-weight: 800;
}

.ghv7-search-modal__field {
  min-height: 56px;
  padding: 0 10px 0 16px;
  border: 1px solid var(--ghv7-line);
  border-radius: 18px;
  background: var(--ghv7-bg);
  box-shadow: var(--ghv7-shadow);
}

.ghv7-search-modal__field:focus-within {
  border-color: hsla(var(--grantaura-primary-hsl), 0.34);
  box-shadow: var(--ghv7-focus), var(--ghv7-shadow);
}

.ghv7-search-modal__field input,
.ghv7-search__input {
  min-width: 0;
  width: 100%;
  border: 0 !important;
  background: transparent !important;
  color: var(--ghv7-text) !important;
  font-size: 16px !important;
  outline: 0;
}

.ghv7-search-modal__field input:focus-visible,
.ghv7-search__input:focus-visible {
  box-shadow: none !important;
}

.grantaura-enhanced-search-v5__results:not(.is-active),
.ghv7-search-modal__results:not(.is-active) {
  display: none;
}

.grantaura-enhanced-search-v5__loader {
  display: none;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  border: 2px solid hsla(var(--grantaura-primary-hsl), 0.16);
  border-top-color: var(--ghv7-primary);
  border-radius: 50%;
  animation: ghv7-search-spin 780ms linear infinite;
}

.grantaura-enhanced-search-v5__loader.is-loading {
  display: inline-block;
}

.grantaura-enhanced-search-v5__submit,
.grantaura-enhanced-search-v5__submit-icon-morph {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: var(--ghv7-primary);
  color: var(--grantaura-white);
  font-weight: 900;
  cursor: pointer;
}

.grantaura-enhanced-search-v5__submit {
  padding: 0 16px;
}

.grantaura-enhanced-search-v5__submit-icon-morph {
  width: 40px;
  padding: 0;
}

.ghv7-search-modal__field .grantaura-enhanced-search-v5__submit-icon-morph {
  display: none;
}

@keyframes ghv7-search-spin {
  to {
    transform: rotate(360deg);
  }
}

.ghv7-search-modal__results {
  max-height: calc(100vh - 120px);
  overflow: auto;
}

.ghv7-search__results,
.ghv7-search-modal__results {
  scrollbar-color: hsla(var(--grantaura-primary-hsl), 0.55) transparent;
  scrollbar-width: thin;
}

.ghv7-search__results::-webkit-scrollbar,
.ghv7-search-modal__results::-webkit-scrollbar {
  width: 10px;
}

.ghv7-search__results::-webkit-scrollbar-thumb,
.ghv7-search-modal__results::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  border-radius: 999px;
  background: hsla(var(--grantaura-primary-hsl), 0.50);
  background-clip: padding-box;
}

.ghv7-search.search-results-visible .ghv7-search__field {
  border-color: hsla(var(--grantaura-primary-hsl), 0.34);
  background: var(--ghv7-bg);
  box-shadow: var(--ghv7-focus);
}

.ghv7-search__clear {
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: hsla(var(--grantaura-primary-hsl), 0.10);
  color: var(--ghv7-primary-dark);
  cursor: pointer;
}

.ghv7-search__clear.has-value {
  display: inline-flex !important;
}

.ghv7-search__clear:hover {
  background: hsla(var(--grantaura-primary-hsl), 0.16);
}

.grantaura-results-main-header {
  position: sticky;
  top: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--ghv7-line);
  border-radius: 22px 22px 0 0;
  background: var(--ghv7-bg);
  background: color-mix(in srgb, var(--ghv7-bg) 92%, transparent);
  backdrop-filter: blur(16px);
}

.grantaura-results-main-header h3 {
  margin: 0;
  color: var(--ghv7-primary-dark);
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
}

.grantaura-results-stats {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ghv7-text);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.grantaura-search-section {
  border-bottom: 1px solid var(--ghv7-line);
  background: var(--ghv7-bg);
}

.grantaura-search-section-header {
  position: sticky;
  top: 55px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 40px;
  padding: 11px 20px;
  border-bottom: 1px solid var(--ghv7-line);
  background: var(--ghv7-soft);
  background: color-mix(in srgb, var(--ghv7-soft) 92%, var(--ghv7-bg));
  color: var(--ghv7-primary-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.grantaura-search-section-header.is-stuck {
  box-shadow: 0 8px 18px hsla(var(--grantaura-text-dark-hsl), 0.08);
}

.grantaura-enhanced-search-v5__result-item {
  min-height: 76px;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 28px;
  align-items: center;
  gap: 14px;
  padding: 10px 20px;
  color: var(--ghv7-text) !important;
  text-decoration: none !important;
  border-bottom: 1px solid hsla(var(--grantaura-text-dark-hsl), 0.07);
  transition: background 160ms ease, transform 160ms ease;
}

.grantaura-enhanced-search-v5__result-item:hover,
.grantaura-enhanced-search-v5__result-item:focus-visible {
  background: linear-gradient(90deg, hsla(var(--grantaura-primary-hsl), 0.08), hsla(var(--grantaura-secondary-hsl), 0.10));
}

.grantaura-enhanced-search-v5__result-item:active {
  transform: scale(0.995);
}

.grantaura-result-icon-wrapper {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--ghv7-line);
  border-radius: 16px;
  background: hsla(var(--grantaura-primary-hsl), 0.08);
  color: var(--ghv7-primary);
}

.grantaura-result-icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grantaura-result-icon-wrapper.category,
.grantaura-result-icon-wrapper.location {
  background: hsla(var(--grantaura-secondary-hsl), 0.18);
  color: var(--ghv7-primary-dark);
}

.grantaura-result-content {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.grantaura-result-title {
  color: var(--ghv7-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
}

.grantaura-result-meta {
  display: -webkit-box;
  overflow: hidden;
  color: var(--ghv7-muted);
  font-size: 13px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.grantaura-result-title mark,
.grantaura-result-meta mark,
.grantaura-highlight {
  padding: 0 3px;
  border-radius: 5px;
  background: hsla(var(--grantaura-secondary-hsl), 0.30);
  color: inherit;
}

.grantaura-result-arrow {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: hsla(var(--grantaura-primary-hsl), 0.55);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.grantaura-enhanced-search-v5__result-item:hover .grantaura-result-arrow,
.grantaura-enhanced-search-v5__result-item:focus-visible .grantaura-result-arrow {
  background: var(--ghv7-bg);
  color: var(--ghv7-primary-dark);
  transform: translateX(2px);
}

.grantaura-search-show-more {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  color: var(--ghv7-primary-dark);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.grantaura-search-show-more:hover {
  background: hsla(var(--grantaura-primary-hsl), 0.07);
}

.grantaura-search-footer {
  padding: 20px;
  background: linear-gradient(135deg, hsla(var(--grantaura-primary-hsl), 0.08), hsla(var(--grantaura-secondary-hsl), 0.13));
}

.grantaura-search-footer-inner,
.grantaura-no-results-content {
  display: grid;
  gap: 12px;
  justify-items: center;
  text-align: center;
}

.grantaura-search-footer-headline,
.grantaura-no-results-content h4 {
  margin: 0;
  color: var(--ghv7-primary-dark);
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0;
}

.grantaura-search-footer-subtext,
.grantaura-no-results-content p {
  max-width: 560px;
  margin: 0;
  color: var(--ghv7-muted);
  font-size: 14px;
  line-height: 1.45;
}

.grantaura-search-footer-buttons,
.grantaura-no-results-actions {
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.grantaura-btn-cta,
.grantaura-no-results-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.grantaura-btn-cta:hover,
.grantaura-no-results-btn:hover {
  transform: translateY(-1px);
}

.grantaura-btn-cta.orange,
.grantaura-no-results-btn--primary {
  background: var(--ghv7-accent);
  color: var(--ghv7-text) !important;
  box-shadow: 0 12px 26px hsla(var(--grantaura-secondary-hsl), 0.24);
}

.grantaura-btn-cta.purple,
.grantaura-no-results-btn--secondary {
  background: var(--ghv7-bg);
  color: var(--ghv7-primary-dark) !important;
  border-color: var(--ghv7-primary);
}

.grantaura-btn-cta.primary {
  background: var(--ghv7-primary);
  color: var(--grantaura-white) !important;
  box-shadow: 0 12px 26px hsla(var(--grantaura-primary-hsl), 0.24);
}

.grantaura-enhanced-search-v5__no-results {
  background: var(--ghv7-bg);
}

.grantaura-no-results-content {
  padding: 34px 20px 24px;
}

.grantaura-enhanced-search-v5__no-results-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: hsla(var(--grantaura-primary-hsl), 0.10);
  color: var(--ghv7-primary);
}

@media (max-width: 639px) {
  .ghv7-panel__inner {
    width: 100%;
  }

  .ghv7-panel__link {
    align-items: flex-start;
    border: 1px solid var(--ghv7-line);
    background: var(--ghv7-bg);
  }

  .ghv7-panel__link-desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ghv7-search-modal__field {
    gap: 8px;
    padding-inline: 14px 8px;
  }

  .ghv7-search-modal__field .grantaura-enhanced-search-v5__submit {
    display: none;
  }

  .ghv7-search-modal__field .grantaura-enhanced-search-v5__submit-icon-morph {
    display: inline-flex;
  }

  .grantaura-results-main-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px;
    border-radius: 18px 18px 0 0;
  }

  .grantaura-search-section-header {
    top: 76px;
    padding-inline: 16px;
  }

  .grantaura-enhanced-search-v5__result-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 16px;
  }

  .grantaura-result-icon-wrapper {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .grantaura-result-arrow {
    display: none;
  }

  .grantaura-search-footer,
  .grantaura-no-results-content {
    padding-inline: 16px;
  }

  .grantaura-search-footer-buttons,
  .grantaura-no-results-actions {
    grid-template-columns: 1fr;
  }
}

.ghv7-drawer,
.ghv7-drawer-backdrop {
  position: fixed;
  inset: 0;
}

.ghv7-drawer {
  z-index: 1090;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--ghv7-bg);
  color: var(--ghv7-text);
}

.ghv7-drawer[hidden],
.ghv7-drawer-backdrop[hidden] {
  display: none;
}

.ghv7-drawer-backdrop {
  z-index: 1080;
  background: hsla(var(--grantaura-text-dark-hsl), 0.32);
}

.ghv7-drawer__top {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ghv7-line);
}

.ghv7-drawer__body {
  overflow: auto;
  padding: 14px;
  display: grid;
  gap: 14px;
  padding-bottom: 96px;
}

.ghv7-drawer__journey {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, hsla(var(--grantaura-primary-hsl), 0.10), hsla(var(--grantaura-secondary-hsl), 0.16));
}

.ghv7-drawer__journey h2 {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
  letter-spacing: 0;
}

.ghv7-drawer__journey p {
  margin: 0;
}

.ghv7-drawer__primary {
  min-height: 52px;
  margin-top: 6px;
}

.ghv7-drawer__section {
  display: grid;
  gap: 10px;
}

.ghv7-drawer__links a {
  border: 1px solid var(--ghv7-line);
  background: var(--ghv7-bg);
}

.ghv7-drawer__section--compact {
  padding-bottom: 20px;
}

.ghv7-drawer__mini {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ghv7-drawer__mini a {
  min-height: 38px;
  padding: 9px 12px;
  border: 1px solid var(--ghv7-line);
  font-size: 13px;
}

body.gud-body-no-scroll {
  overflow: hidden !important;
}

.ghv7-is-panel-open .ghv7-shell__bar {
  border-color: hsla(var(--grantaura-primary-hsl), 0.26);
}

@media (prefers-reduced-motion: reduce) {
  .grantaura-header-v7 *,
  .ghv7-search-modal *,
  .ghv7-drawer * {
    transition: none !important;
    animation: none !important;
  }
}

@media (min-width: 380px) {
  .ghv7-brand__word {
    display: inline;
  }
}

@media (min-width: 480px) {
  .ghv7-link--services {
    display: inline-flex;
  }
}

@media (min-width: 640px) {
  .ghv7-shell {
    width: min(calc(100% - 32px), 1280px);
  }

  .ghv7-shell__bar {
    min-height: 66px;
    gap: 10px;
    padding: 9px 10px;
  }

  .ghv7-panel__inner {
    padding: 22px;
  }

  .ghv7-panel__title,
  .ghv7-account__guest-title {
    font-size: 24px;
  }

  .ghv7-btn--journey {
    display: inline-flex;
  }

  .ghv7-auth-link,
  .ghv7-icon-btn--notifications {
    display: inline-grid;
  }

  .ghv7-profile {
    display: inline-flex;
  }

  .ghv7-menu-toggle {
    display: none;
  }

  .ghv7-account__guest-actions,
  .ghv7-drawer__auth {
    grid-template-columns: 1fr 1fr;
  }

  .ghv7-panel__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ghv7-more__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 860px) {
  .ghv7-disclosure--tools,
  .ghv7-link--services {
    display: inline-flex;
  }

  .ghv7-search {
    display: block;
    flex: 1 1 240px;
    max-width: 270px;
    min-width: 190px;
  }

  .ghv7-search__field {
    min-height: 44px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px 0 14px;
    border: 1px solid var(--ghv7-line);
    border-radius: 999px;
    background: var(--ghv7-soft);
  }

  .ghv7-search__field:focus-within {
    background: var(--ghv7-bg);
    border-color: hsla(var(--grantaura-primary-hsl), 0.34);
    box-shadow: var(--ghv7-focus);
  }

  .ghv7-search__submit,
  .ghv7-search__morph {
    display: none !important;
  }

  .ghv7-search__results {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    max-height: min(520px, calc(100vh - 140px));
    overflow: auto;
    border-radius: 22px;
    background: var(--ghv7-bg);
    box-shadow: 0 24px 70px hsla(var(--grantaura-text-dark-hsl), 0.18);
  }

  .ghv7-icon-btn--search {
    display: none;
  }
}

@media (min-width: 1080px) {
  .ghv7-panel__title,
  .ghv7-account__guest-title {
    font-size: 26px;
  }

  .ghv7-search {
    max-width: 320px;
  }

  .ghv7-audience {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 3px;
    border: 1px solid var(--ghv7-line);
    border-radius: 999px;
    background: var(--ghv7-soft);
    flex: 0 0 auto;
  }

  .ghv7-audience__tag {
    padding: 0 10px;
  }

  .ghv7-audience__link {
    min-height: 36px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
  }

  .ghv7-disclosure--audience {
    display: none;
  }

  .ghv7-panel__grid {
    grid-template-columns: 1.1fr 1fr 1fr 1fr;
  }
}

@media (min-width: 1180px) {
  .grantaura-header-v7:not(.is-logged-in) .ghv7-profile__text {
    display: inline;
  }
}

@media (min-width: 1280px) {
  .ghv7-search {
    max-width: 280px;
  }
}

@media (min-width: 1500px) {
  .ghv7-more-toggle {
    display: inline-grid;
  }

  .ghv7-profile__text {
    display: inline;
  }

  .ghv7-search {
    max-width: 360px;
  }
}

@media (max-width: 1079px) {
  .ghv7-disclosure--audience {
    display: inline-flex;
  }
}

@supports not (color: color-mix(in srgb, white, black)) {
  .ghv7-shell__bar,
  .ghv7-search-modal {
    background: var(--ghv7-bg);
  }

  .ghv7-btn--primary {
    border-color: var(--ghv7-accent-dark);
  }
}
