﻿/* Gift Finder — shared sub-page chrome (crumb, back link) */
.giftfinder-quick .gf-crumb,
.giftfinder-custom .gf-crumb,
.giftfinder-profiles .gf-crumb,
.giftfinder-wizard .gf-crumb {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12.5px;
  color: var(--muted);
  padding: 22px 0 0;
  flex-wrap: wrap;
}

.giftfinder-quick .gf-crumb a,
.giftfinder-custom .gf-crumb a,
.giftfinder-profiles .gf-crumb a,
.giftfinder-wizard .gf-crumb a {
  color: inherit;
  text-decoration: none;
}

.giftfinder-quick .gf-crumb a:hover,
.giftfinder-custom .gf-crumb a:hover,
.giftfinder-profiles .gf-crumb a:hover,
.giftfinder-wizard .gf-crumb a:hover {
  color: var(--indigo);
}

.giftfinder-quick .gf-crumb .gf-cur,
.giftfinder-custom .gf-crumb .gf-cur,
.giftfinder-profiles .gf-crumb .gf-cur,
.giftfinder-wizard .gf-crumb .gf-cur {
  color: var(--ink);
  font-weight: 600;
}

.giftfinder-quick .gf-crumb span,
.giftfinder-custom .gf-crumb span,
.giftfinder-profiles .gf-crumb span,
.giftfinder-wizard .gf-crumb span {
  color: var(--muted-2);
}

.giftfinder-quick .top-row,
.giftfinder-custom .top-row,
.giftfinder-profiles .top-row,
.giftfinder-wizard .top-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 10px 0 0;
  flex-wrap: wrap;
}

@media (min-width: 641px) {

  .giftfinder-quick .top-row,
  .giftfinder-custom .top-row,
  .giftfinder-profiles .top-row,
  .giftfinder-wizard .top-row {
    justify-content: space-between;
  }
}

.giftfinder-quick .back-link,
.giftfinder-custom .back-link,
.giftfinder-profiles .back-link,
.giftfinder-wizard .back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  text-decoration: none;
}

.giftfinder-quick .back-link:hover,
.giftfinder-custom .back-link:hover,
.giftfinder-profiles .back-link:hover,
.giftfinder-wizard .back-link:hover {
  color: var(--indigo);
}

.giftfinder-quick .back-link .ico,
.giftfinder-custom .back-link .ico,
.giftfinder-profiles .back-link .ico,
.giftfinder-wizard .back-link .ico {
  width: 15px;
  height: 15px;
}

.giftfinder-quick .eyebrow,
.giftfinder-custom .eyebrow,
.giftfinder-profiles .eyebrow,
.giftfinder-wizard .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .13em;
