/**
 * IT1 Guide - Page /guide-achat.
 *
 * Meme langue visuelle que les pages concept du theme it1connect
 * (it1-concept) : hero degrade, cartes blanches a coins arrondis, medaillons
 * d'icones. Mobile first, aucune dependance : les boutons reutilisent les
 * classes Bootstrap du theme Hummingbird, les couleurs s'appuient sur les
 * variables de la charte IT1 (custom.css du theme enfant) avec des replis
 * neutres.
 *
 * ATTENTION : les classes it1guide-q__*, it1guide-recap__*, it1guide-card*,
 * it1guide-bundle*, it1guide-escalade* et it1guide__loading/error/restart
 * sont generees par guide.js - ne pas les renommer ici sans y toucher aussi.
 */

.it1guide {
  max-width: 820px;
  margin: 0 auto;
  padding: 0.5rem 0 3rem;
}

/* ------------------------------------------------------------------ */
/* Hero (entete de page, entree et scenario)                            */
/* ------------------------------------------------------------------ */

.it1guide-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  margin-bottom: 1.5rem;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--it1-primary-vivid, #6d3f8f),
    var(--it1-primary, #8758a6)
  );
}

/* Halo decoratif. */
.it1guide-hero::after {
  content: "";
  position: absolute;
  top: -40%;
  right: -10%;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.it1guide-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.6rem;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
}

.it1guide-hero__eyebrow .material-icons {
  font-size: 18px;
}

.it1guide-hero__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.5rem, 3.2vw, 2.1rem);
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

.it1guide-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.it1guide-hero__chips li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff;
}

.it1guide-hero__chips .material-icons {
  font-size: 16px;
}

/* Variante compacte de l'ecran d'entree : titre a gauche, faits a droite.
   Objectif : laisser les cartes de parcours visibles sans scroll sur
   desktop, et remplacer le texte d'ambiance par des faits. */
.it1guide-hero--entry {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 2.5vw, 1.75rem) clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 1rem;
}

.it1guide-hero__head {
  flex: 1 1 auto;
  min-width: 0;
}

.it1guide-hero--entry .it1guide-hero__eyebrow {
  margin-bottom: 0.35rem;
}

.it1guide-hero--entry .it1guide-hero__title {
  margin: 0;
  font-size: clamp(1.3rem, 2.6vw, 1.7rem);
}

.it1guide-hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 0 1 27rem;
}

.it1guide-hero__facts li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
}

.it1guide-hero__facts .material-icons {
  flex: none;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 767.98px) {
  .it1guide-hero--entry {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ------------------------------------------------------------------ */
/* Panneau commun (intro, questions, recap construits par guide.js)     */
/* ------------------------------------------------------------------ */

.it1guide-panel,
.it1guide__screen {
  scroll-margin-top: 5rem;
}

.it1guide-panel {
  background: #fff;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 8px 24px rgba(33, 41, 52, 0.06);
}

.it1guide__intro {
  font-size: 1.05rem;
  color: var(--it1-text, #212934);
}

.it1guide__duration {
  color: var(--it1-text-muted, #6b6b6b);
  font-size: 0.9rem;
}

.it1guide__start {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 12rem;
  min-height: 3rem;
  justify-content: center;
}

.it1guide__start .material-icons {
  font-size: 18px;
  transition: transform 0.15s ease;
}

.it1guide__start:hover .material-icons {
  transform: translateX(3px);
}

.it1guide__loading {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide__restart {
  display: block;
  margin: 2rem auto 0;
  color: var(--it1-text-muted, #6b6b6b);
}

/* Pied du resultat : modifier ses reponses ou tout recommencer. */
.it1guide-result__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
  margin-top: 2rem;
}

.it1guide-result__footer .it1guide__restart {
  display: inline-block;
  margin: 0;
}

.it1guide__modify {
  color: var(--it1-primary, #8758a6);
  font-weight: 600;
}

/* ------------------------------------------------------------------ */
/* Questions                                                            */
/* ------------------------------------------------------------------ */

#it1guide-main {
  background: #fff;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  box-shadow: 0 8px 24px rgba(33, 41, 52, 0.06);
}

#it1guide-main[hidden] {
  display: none;
}

.it1guide-q__progress {
  margin-bottom: 1.5rem;
}

.it1guide-q__bar {
  height: 8px;
  border-radius: 4px;
  background: var(--it1-primary-soft, #f0ebf8);
  overflow: hidden;
}

.it1guide-q__bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    var(--it1-primary, #8758a6),
    var(--it1-primary-vivid, #6d3f8f)
  );
  transition: width 0.25s ease;
}

.it1guide-q__count {
  margin: 0.5rem 0 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-q__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.it1guide-q__title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--it1-text, #212934);
  margin-bottom: 0.5rem;
  float: none;
  width: 100%;
}

.it1guide-q__help {
  color: var(--it1-text-muted, #6b6b6b);
  margin-bottom: 1.25rem;
}

.it1guide-q__options {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.it1guide-q__option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem 1.125rem;
  min-height: 3.25rem;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 0.75rem;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
}

.it1guide-q__option:hover {
  border-color: var(--it1-primary, #8758a6);
  box-shadow: 0 6px 16px rgba(33, 41, 52, 0.08);
  transform: translateY(-1px);
}

.it1guide-q__option:has(.it1guide-q__radio:checked) {
  border-color: var(--it1-primary, #8758a6);
  box-shadow: 0 0 0 1px var(--it1-primary, #8758a6);
  background: var(--it1-primary-soft, #f0ebf8);
}

.it1guide-q__option:has(.it1guide-q__radio:focus-visible) {
  outline: 2px solid var(--it1-primary, #8758a6);
  outline-offset: 2px;
}

.it1guide-q__radio {
  margin-top: 0.2rem;
  accent-color: var(--it1-primary, #8758a6);
  flex-shrink: 0;
}

.it1guide-q__option-body {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.it1guide-q__option-label {
  font-weight: 600;
  color: var(--it1-text, #212934);
}

.it1guide-q__option-hint {
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-q__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  gap: 1rem;
}

.it1guide-q__continue {
  min-width: 9rem;
  min-height: 2.75rem;
}

/* ------------------------------------------------------------------ */
/* Recapitulatif                                                        */
/* ------------------------------------------------------------------ */

.it1guide-recap__title {
  font-size: 1.35rem;
}

.it1guide-recap__intro {
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-recap__list {
  list-style: none;
  margin: 1.25rem 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.it1guide-recap__edit {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 0.75rem;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.it1guide-recap__edit:hover {
  border-color: var(--it1-primary, #8758a6);
  box-shadow: 0 4px 12px rgba(33, 41, 52, 0.07);
}

.it1guide-recap__question {
  flex: 1;
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-recap__answer {
  color: var(--it1-text, #212934);
  font-weight: 600;
  white-space: nowrap;
}

.it1guide-recap__edit-hint {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--it1-primary, #8758a6);
  text-decoration: underline;
  white-space: nowrap;
}

.it1guide-recap__cta {
  min-height: 3rem;
  min-width: 14rem;
}

/* ------------------------------------------------------------------ */
/* Resultat : cartes produit                                            */
/* ------------------------------------------------------------------ */

.it1guide-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 1.25rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(33, 41, 52, 0.05);
}

.it1guide-card--reco {
  border-color: var(--it1-primary, #8758a6);
  box-shadow: 0 0 0 1px var(--it1-primary, #8758a6),
    0 12px 28px rgba(135, 88, 166, 0.14);
}

.it1guide-card__badge {
  grid-column: 1 / -1;
  justify-self: start;
  margin: 0;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--it1-primary, #8758a6);
  background: var(--it1-primary-soft, #f0ebf8);
}

.it1guide-card--alt .it1guide-card__badge {
  color: var(--it1-text-muted, #6b6b6b);
  background: var(--it1-surface-muted, #f4f6f8);
}

.it1guide-card__media {
  align-self: center;
  justify-self: center;
}

.it1guide-card__media img {
  max-width: 180px;
  max-height: 180px;
  object-fit: contain;
}

.it1guide-card__name {
  font-size: 1.2rem;
  margin: 0 0 0.25rem;
}

.it1guide-card__meta {
  color: var(--it1-text-muted, #6b6b6b);
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Pastille "Société française" (Alcatel-Lucent Enterprise, Stormshield). */
.it1guide-card__fr {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.1rem 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--it1-text, #212934);
  background: #fff;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 999px;
  vertical-align: middle;
  white-space: nowrap;
}

.it1guide-card__fr::before {
  content: "";
  display: inline-block;
  width: 0.95em;
  height: 0.62em;
  margin-right: 0.4em;
  background: linear-gradient(to right, #002395 0 33%, #ffffff 33% 66%, #ed2939 66% 100%);
  border: 1px solid rgba(33, 41, 52, 0.2);
  border-radius: 2px;
}

.it1guide-card__price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.75rem;
}

.it1guide-card__price-amount {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--it1-text, #212934);
}

.it1guide-card__price-tax {
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-card__qty {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.6rem;
  margin: 0 0 0.75rem;
  padding: 0.4rem 0.6rem;
  background: var(--it1-surface-muted, #f4f6f8);
  border-radius: 8px;
}

.it1guide-card__qty-count {
  font-weight: 600;
  color: var(--it1-text, #212934);
}

.it1guide-card__qty-total {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--it1-text, #212934);
}

.it1guide-card__why-title {
  font-size: 0.95rem;
  margin: 0.5rem 0 0.25rem;
}

.it1guide-card__why {
  margin: 0 0 0.75rem;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.35rem;
}

.it1guide-card__link {
  font-size: 0.9rem;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .it1guide-card {
    grid-template-columns: 200px 1fr;
  }
}

/* ------------------------------------------------------------------ */
/* Bundle (projet complet)                                              */
/* ------------------------------------------------------------------ */

.it1guide-bundle {
  border: 1px solid var(--it1-primary-soft-2, #e8e0f4);
  border-radius: 1rem;
  padding: 1.5rem;
  background: var(--it1-bg-soft, #f9f9fb);
}

.it1guide-bundle__title {
  font-size: 1.1rem;
  margin: 0 0 0.25rem;
}

.it1guide-bundle__intro {
  color: var(--it1-text-muted, #6b6b6b);
  font-size: 0.9rem;
}

.it1guide-bundle__list {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.it1guide-bundle__line {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 0.75rem;
  background: #fff;
}

.it1guide-bundle__line--fixed {
  border-style: dashed;
}

.it1guide-bundle__line-body {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  margin: 0;
  cursor: pointer;
}

.it1guide-bundle__line--fixed .it1guide-bundle__line-body {
  cursor: default;
}

.it1guide-bundle__line-body input {
  margin-top: 0.25rem;
  accent-color: var(--it1-primary, #8758a6);
  flex-shrink: 0;
}

.it1guide-bundle__line-text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.it1guide-bundle__line-label {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-bundle__line-name {
  font-weight: 600;
  color: var(--it1-text, #212934);
}

.it1guide-bundle__line-note {
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-bundle__line-price {
  font-weight: 600;
  white-space: nowrap;
  color: var(--it1-text, #212934);
}

.it1guide-bundle__note {
  font-size: 0.9rem;
  color: var(--it1-text-muted, #6b6b6b);
  border-left: 3px solid var(--it1-primary-soft-2, #e8e0f4);
  padding-left: 0.75rem;
}

.it1guide-bundle__total {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  flex-wrap: wrap;
  font-size: 1.05rem;
  margin: 1rem 0;
}

.it1guide-bundle__total-amount {
  font-size: 1.35rem;
}

.it1guide-bundle__total-suffix {
  color: var(--it1-text-muted, #6b6b6b);
  font-size: 0.9rem;
}

.it1guide-bundle__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.it1guide-bundle__actions .btn {
  min-height: 3rem;
}

.it1guide-bundle__devis-hint {
  margin: 0;
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

@media (min-width: 576px) {
  .it1guide-bundle__actions {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

/* ------------------------------------------------------------------ */
/* Escalade                                                             */
/* ------------------------------------------------------------------ */

.it1guide-escalade {
  text-align: center;
  padding: 2rem 1rem;
}

.it1guide-escalade__body {
  max-width: 34rem;
  margin: 0.75rem auto 1.5rem;
  color: var(--it1-text, #212934);
}

.it1guide-escalade__hint {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: var(--it1-text-muted, #6b6b6b);
}

/* ------------------------------------------------------------------ */
/* Entree multi-parcours                                                */
/* ------------------------------------------------------------------ */

/* La question d'entree : les cartes en dessous sont ses reponses. */
.it1guide__entries-title {
  margin: 0 0 0.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--it1-text, #212934);
}

.it1guide__entries {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.it1guide-entry {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.15rem 1.25rem;
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 1rem;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(33, 41, 52, 0.05);
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    transform 0.15s ease;
}

.it1guide-entry:hover,
.it1guide-entry:focus-visible {
  border-color: var(--it1-primary, #8758a6);
  box-shadow: 0 12px 28px rgba(135, 88, 166, 0.16);
  transform: translateY(-2px);
  text-decoration: none;
}

.it1guide-entry__top {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.it1guide-entry__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--it1-primary-soft, #f0ebf8);
  color: var(--it1-primary, #8758a6);
}

.it1guide-entry__icon .material-icons {
  font-size: 22px;
}

.it1guide-entry__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--it1-text, #212934);
}

/* Reformulation du besoin avec le terme technique entre parentheses. */
.it1guide-entry__hint {
  font-size: 0.88rem;
  color: var(--it1-text-muted, #6b6b6b);
}

/* Marques couvertes par le parcours : le fait qui aide a choisir. */
.it1guide-entry__brands {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--it1-primary, #8758a6);
}

.it1guide-entry__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.6rem;
  border-top: 1px solid var(--it1-border, #e2e2e2);
}

.it1guide-entry__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--it1-text-muted, #6b6b6b);
  white-space: nowrap;
}

.it1guide-entry__meta span + span::before {
  content: "\00B7\00A0";
}

.it1guide-entry__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  color: var(--it1-primary, #8758a6);
  font-weight: 700;
}

.it1guide-entry__cta .material-icons {
  font-size: 18px;
  transition: transform 0.15s ease;
}

.it1guide-entry:hover .it1guide-entry__cta .material-icons {
  transform: translateX(3px);
}

.it1guide-empty {
  text-align: center;
  padding: 2rem 1rem;
  border: 1px dashed var(--it1-border, #e2e2e2);
  border-radius: 1rem;
  color: var(--it1-text-muted, #6b6b6b);
}

@media (min-width: 576px) {
  .it1guide__entries {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Une seule rangee de cartes sur desktop : tout l'ecran d'entree tient
   au-dessus de la ligne de flottaison. */
@media (min-width: 992px) {
  .it1guide__entries {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9rem;
  }
}

/* ------------------------------------------------------------------ */
/* Navigation croisee (autres parcours)                                 */
/* ------------------------------------------------------------------ */

.it1guide-others {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

.it1guide-others__title {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--it1-text-muted, #6b6b6b);
}

.it1guide-others__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.it1guide-others__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--it1-primary-soft-2, #e8e0f4);
  border-radius: 999px;
  background: var(--it1-primary-soft, #f0ebf8);
  color: var(--it1-primary, #8758a6);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.it1guide-others__chip:hover {
  background: var(--it1-primary, #8758a6);
  color: #fff;
  text-decoration: none;
}

.it1guide-others__chip .material-icons {
  font-size: 16px;
}

/* ------------------------------------------------------------------ */
/* Loupe apercu rapide : meme pattern que les produits composite      */
/* (bouton rond zoom_in qui ouvre la quickview du theme).             */
/* ------------------------------------------------------------------ */

.it1guide-card {
  position: relative;
}

.it1guide-quickview {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--it1-border, #e2e2e2);
  border-radius: 50%;
  color: var(--it1-text, #212934);
  text-decoration: none;
  transition: border-color 0.15s ease, color 0.15s ease;
  z-index: 2;
}

.it1guide-quickview:hover,
.it1guide-quickview:focus-visible {
  background: #fff;
  border-color: var(--it1-primary, #8758a6);
  color: var(--it1-primary, #8758a6);
  text-decoration: none;
}

.it1guide-quickview .material-icons {
  font-size: 1.15rem;
}

.it1guide-quickview--inline {
  position: static;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  align-self: center;
}

.it1guide-quickview--inline .material-icons {
  font-size: 1rem;
}
