/* Fiskekajak-owned conversion layer, migrated from the legacy template fork. */
.et-summary__list {
  display: grid;
  gap: 0.55rem;
}
.et-summary__row + .et-summary__row {
  border-top: 0;
}
.et-summary__link {
  align-items: center;
  padding: 0.8rem 0.7rem 0.8rem 0.9rem;
  border: 1px solid var(--et-rule);
  border-radius: var(--et-r-md);
  background: var(--et-paper);
  cursor: pointer;
}
.et-summary__link:hover,
.et-summary__link:focus-visible {
  border-color: var(--et-pine);
  background: color-mix(in srgb, var(--et-pine) 6%, var(--et-card));
  box-shadow: 0 6px 18px -12px color-mix(in srgb, var(--et-pine) 60%, transparent);
}
.et-summary__link:focus-visible {
  outline: 2px solid var(--et-pine);
  outline-offset: 2px;
}
.et-summary__link .et-chip {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: center;
}
.et-summary__name {
  grid-column: 2;
}
.et-summary__cta {
  min-height: auto;
  border-radius: 999px;
  background: transparent;
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--et-pine) 40%, var(--et-rule));
  letter-spacing: 0.01em;
}
.et-compare__buyhead {
  text-align: right;
  white-space: normal;
}
.et-compare__buy {
  text-align: right;
  white-space: nowrap;
}
.et-compare__buy .et-buy {
  min-height: auto;
  padding: 0.42em 0.9em;
  font-size: 0.8rem;
}

/* One-tap mobile action for the first real affiliate pick. */
.et-stickybuy {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  align-items: center;
  gap: 0.7rem;
  padding: 0.6rem 0.9rem calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: var(--et-card);
  border-top: 1px solid var(--et-rule);
  box-shadow: 0 -8px 24px -14px rgba(20, 32, 31, 0.5);
  transform: translateY(115%);
}
.et-stickybuy.is-in {
  transform: translateY(0);
}
.et-stickybuy__info {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  line-height: 1.18;
}
.et-stickybuy__eyebrow {
  color: var(--et-pine);
  font-family: var(--et-sans);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.et-stickybuy__name {
  overflow: hidden;
  color: var(--et-ink);
  font-family: var(--et-display);
  font-size: 0.95rem;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.et-stickybuy__price {
  color: var(--et-taupe);
  font-family: var(--et-sans);
  font-size: 0.8rem;
  font-variant-numeric: tabular-nums;
}
.et-stickybuy__cta,
.et-stickybuy__close {
  flex: none;
}
.et-stickybuy__close {
  padding: 0.1rem 0.35rem;
  border: 0;
  background: none;
  color: var(--et-taupe);
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
}
.et-stickybuy__close:focus-visible {
  outline: 2px solid var(--et-pine);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: no-preference) {
  .et-summary__link {
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 180ms var(--et-ease);
  }
  .et-stickybuy {
    transition: transform 240ms var(--et-ease);
  }
}
@media (max-width: 720px) {
  .et-stickybuy {
    display: flex;
  }
  .et-stickybuy[hidden] {
    display: none;
  }
  body.et-has-stickybuy {
    padding-bottom: 4.75rem;
  }
}

.smedja-disclosure {
  margin: 0;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid var(--et-rule);
  background: color-mix(in srgb, var(--et-pine) 3%, var(--et-paper));
  color: var(--et-taupe);
  font-family: var(--et-sans);
  font-size: 0.72rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 860px) {
  .et-summary__link .et-chip {
    grid-row: auto;
    align-self: start;
  }
  .et-summary__name,
  .et-summary__why {
    grid-column: 1;
  }
}
@media (max-width: 560px) {
  .et-pick__buys {
    flex-direction: column;
    align-items: stretch;
  }
  .et-pick__buys .et-price {
    margin: 0 0 0.3rem;
  }
  .et-pick__buys .et-buy {
    width: 100%;
    padding-top: 0.9em;
    padding-bottom: 0.9em;
    font-size: 0.95rem;
  }
  .et-roundup__row .et-buy {
    width: 100%;
    justify-content: center;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }
}
