/* RideHero Smart Entry
   Park suggestions remain explicit choices; this layer styles confirmation,
   recent-park, resume, loading, and no-location states without exposing GPS
   precision or internal confidence scores. */

.smart-entry-page{
  min-height:100dvh;
  overflow-x:hidden;
  background:
    radial-gradient(circle at 92% 8%,rgba(90,152,217,.14),transparent 24rem),
    linear-gradient(180deg,#fff 0,var(--rh-bg,#f8fafc) 52%,var(--rh-surface-muted,#eef3f8) 100%);
  color:var(--rh-text,#0d1b4c);
}

.smart-entry-shell{
  width:min(100%,760px);
  max-width:100%;
  margin:0 auto;
  padding:clamp(16px,4vw,32px) clamp(14px,4vw,28px) calc(96px + env(safe-area-inset-bottom));
}

.smart-entry-header{
  margin:clamp(18px,5vh,42px) 0 clamp(18px,4vw,28px);
  text-align:center;
}

.smart-entry-eyebrow{
  margin:0;
  color:var(--rh-blue,#334e68);
  font-size:11px;
  font-weight:950;
  letter-spacing:.12em;
  line-height:1.3;
  text-transform:uppercase;
}

.smart-entry-title{
  max-width:18ch;
  margin:8px auto 0;
  color:var(--rh-deep-navy,#0d1b4c);
  font-size:clamp(29px,8vw,46px);
  font-weight:950;
  letter-spacing:-.045em;
  line-height:1.02;
  overflow-wrap:normal;
  text-wrap:balance;
}

.smart-entry-intro{
  max-width:45ch;
  margin:12px auto 0;
  color:var(--rh-text-muted,#334e68);
  font-size:clamp(14px,3.8vw,17px);
  line-height:1.5;
  text-wrap:pretty;
}

.smart-entry-card,
.smart-entry-resume,
.smart-entry-recent,
.smart-entry-fallback{
  position:relative;
  min-width:0;
  border:1px solid color-mix(in srgb,var(--rh-line,#c6d1dc) 72%,white);
  border-radius:var(--rh-radius-xl,28px);
  background:rgba(255,255,255,.96);
  box-shadow:var(--rh-shadow-md,0 18px 42px rgba(13,27,76,.12));
}

.smart-entry-card{
  isolation:isolate;
  width:100%;
  max-width:100%;
  overflow:hidden;
  padding:clamp(20px,5vw,34px);
}
.smart-entry-card>*{min-width:0}
.smart-entry-location-mark{
  width:54px;height:54px;display:grid;place-items:center;margin:0 auto 14px;border-radius:18px;
  background:color-mix(in srgb,var(--rh-retro-blue,#5a98d9) 15%,white);color:var(--rh-navy,#0d1b4c);
  font-size:24px;font-weight:950;
}
body.mode-quick .smart-entry-location-mark{
  background:color-mix(in srgb,var(--rh-sixers-red,#d62828) 11%,white);
  color:var(--rh-sixers-red,#d62828);
}
.smart-entry-copy{text-align:center}
.smart-entry-copy>h2{margin:5px 0 0}
.smart-entry-copy>p{margin:6px 0 0}
.smart-entry-copy>small{margin-top:8px}
.smart-entry-loading{
  min-height:150px;display:grid;place-items:center;gap:8px;padding:28px;text-align:center;
  border:1px solid color-mix(in srgb,var(--rh-line,#c6d1dc) 66%,white);border-radius:var(--rh-radius-xl,28px);background:rgba(255,255,255,.94);
}
.smart-entry-loading strong,.smart-entry-loading small{display:block}.smart-entry-loading small{color:var(--rh-text-muted,#334e68)}
.smart-entry-card>.smart-entry-resume{margin-top:18px;text-align:left;box-shadow:none}.smart-entry-card>.smart-entry-resume strong,.smart-entry-card>.smart-entry-resume span,.smart-entry-card>.smart-entry-resume small{display:block}.smart-entry-card>.smart-entry-resume span,.smart-entry-card>.smart-entry-resume small{margin-top:4px;color:var(--rh-text-muted,#334e68)}

.smart-entry-card::before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:0 0 auto;
  height:7px;
  background:linear-gradient(90deg,var(--rh-blue,#334e68),var(--rh-retro-blue,#5a98d9));
}

body.mode-quick .smart-entry-card::before{
  background:linear-gradient(90deg,var(--rh-sixers-red,#d62828),var(--rh-retro-orange,#f26b38));
}

.smart-entry-queue-preview{
  --smart-entry-queue-accent:var(--rh-blue,#334e68);
  --smart-entry-queue-detail:var(--rh-retro-blue,#5a98d9);
  width:min(100%,460px);
  min-width:0;
  flex:1 1 180px;
  display:grid;
  grid-template-columns:56px minmax(0,1fr);
  align-content:center;
  align-items:start;
  gap:14px 16px;
  align-self:center;
  margin:18px auto 0;
  padding:clamp(18px,4vw,24px);
  border:1px solid color-mix(in srgb,var(--smart-entry-queue-accent) 17%,white);
  border-radius:24px;
  background:
    radial-gradient(circle at 92% 8%,color-mix(in srgb,var(--smart-entry-queue-detail) 14%,transparent),transparent 35%),
    linear-gradient(145deg,#fff 0%,color-mix(in srgb,var(--smart-entry-queue-detail) 6%,white) 100%);
  box-shadow:0 12px 28px rgba(13,27,76,.07);
}
body.mode-quick .smart-entry-queue-preview{
  --smart-entry-queue-accent:var(--rh-sixers-red,#d62828);
  --smart-entry-queue-detail:var(--rh-retro-orange,#f26b38);
}
.smart-entry-queue-number{
  width:56px;height:56px;display:grid;place-items:center;border-radius:50%;
  background:#fff;color:var(--smart-entry-queue-accent);border:3px solid var(--smart-entry-queue-accent);
  font-size:20px;font-weight:950;line-height:1;
  box-shadow:0 8px 18px color-mix(in srgb,var(--smart-entry-queue-accent) 14%,transparent);
}
.smart-entry-queue-copy{min-width:0;text-align:left}
.smart-entry-queue-copy>span{
  display:block;color:var(--smart-entry-queue-accent);font-size:10px;font-weight:950;
  letter-spacing:.11em;line-height:1.3;text-transform:uppercase;
}
.smart-entry-queue-copy>h3{
  margin:5px 0 0;color:var(--rh-deep-navy,#0d1b4c);font-size:clamp(20px,5.4vw,28px);
  font-weight:950;letter-spacing:-.035em;line-height:1.08;word-break:normal;overflow-wrap:break-word;
}
.smart-entry-queue-copy>p{
  margin:8px 0 0;color:var(--rh-text-muted,#334e68);font-size:12px;line-height:1.4;
  word-break:normal;overflow-wrap:break-word;
}
.smart-entry-queue-meta{
  grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;
}
.smart-entry-queue-meta>div{
  min-width:0;border-radius:15px;padding:10px 12px;
  background:color-mix(in srgb,var(--smart-entry-queue-accent) 7%,white);
}
.smart-entry-queue-meta dt{
  color:var(--rh-text-muted,#334e68);font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;
}
.smart-entry-queue-meta dd{
  margin:4px 0 0;color:var(--rh-deep-navy,#0d1b4c);font-size:13px;font-weight:900;line-height:1.25;
  word-break:normal;overflow-wrap:break-word;
}
.smart-entry-queue-status{
  grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px 9px;margin-top:2px;
}
.smart-entry-queue-status>span{
  display:flex;align-items:center;min-width:0;border-radius:999px;padding:6px 9px;
  background:color-mix(in srgb,var(--smart-entry-queue-accent) 7%,white);
  color:var(--rh-text-muted,#334e68);font-size:11px;font-weight:850;line-height:1.25;
}
.smart-entry-queue-status>span::before{
  content:"";width:6px;height:6px;flex:0 0 6px;margin-right:6px;border-radius:50%;
  background:var(--smart-entry-queue-detail);
}

.smart-entry-card-head{
  display:flex;
  align-items:flex-start;
  gap:14px;
  min-width:0;
}

.smart-entry-marker{
  width:54px;
  height:54px;
  flex:0 0 54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:color-mix(in srgb,var(--rh-blue,#334e68) 12%,white);
  color:var(--rh-blue,#334e68);
  font-size:24px;
  line-height:1;
}

body.mode-quick .smart-entry-marker{
  background:color-mix(in srgb,var(--rh-sixers-red,#d62828) 11%,white);
  color:var(--rh-sixers-red,#d62828);
}

.smart-entry-copy{min-width:0;flex:1}
.smart-entry-copy>small,
.smart-entry-copy>strong,
.smart-entry-copy>span{display:block;min-width:0}
.smart-entry-copy>span{
  color:var(--rh-text-muted,#334e68);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  line-height:1.35;
  text-transform:uppercase;
}
.smart-entry-copy>h2{
  max-width:100%;
  margin:5px 0 0;
  color:var(--rh-deep-navy,#0d1b4c);
  font-size:clamp(23px,6vw,32px);
  font-weight:950;
  letter-spacing:-.035em;
  line-height:1.08;
  overflow-wrap:anywhere;
}
.smart-entry-copy>p,
.smart-entry-copy>small{
  display:block;
  max-width:100%;
  margin-top:6px;
  color:var(--rh-text-muted,#334e68);
  font-size:14px;
  line-height:1.4;
  overflow-wrap:anywhere;
}

.smart-entry-confidence{
  width:max-content;
  max-width:100%;
  min-height:32px;
  margin:18px 0 0;
  padding:7px 11px;
  border-radius:999px;
  background:color-mix(in srgb,var(--rh-green,#4e7a4e) 12%,white);
  color:var(--rh-green,#4e7a4e);
  font-size:11px;
  font-weight:900;
  line-height:1.35;
}

.smart-entry-confidence.is-medium{
  background:color-mix(in srgb,var(--rh-retro-orange,#f26b38) 13%,white);
  color:#9a431f;
}

.smart-entry-location-source{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  margin-top:16px;
  padding:12px 14px;
  border-radius:var(--rh-radius-md,16px);
  background:var(--rh-surface-muted,#eef3f8);
  color:var(--rh-text-muted,#334e68);
  font-size:12px;
  font-weight:800;
  line-height:1.4;
  overflow-wrap:anywhere;
}
.smart-entry-location-source::before{
  content:"";
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:var(--rh-green,#4e7a4e);
  box-shadow:0 0 0 4px color-mix(in srgb,var(--rh-green,#4e7a4e) 12%,transparent);
}

.smart-entry-actions{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:10px;
  margin-top:22px;
}

.smart-entry-primary,
.smart-entry-secondary,
.smart-entry-link{
  width:100%;
  min-width:0;
  min-height:48px;
  border-radius:var(--rh-radius-md,16px);
  padding:11px 15px;
  font:inherit;
  font-size:14px;
  font-weight:950;
  line-height:1.25;
  cursor:pointer;
  touch-action:manipulation;
}
.smart-entry-primary{
  border:1px solid transparent;
  background:var(--rh-navy,#0d1b4c);
  color:#fff;
  box-shadow:0 10px 22px color-mix(in srgb,var(--rh-navy,#0d1b4c) 18%,transparent);
}
.smart-entry-secondary{
  border:1px solid var(--rh-line,#c6d1dc);
  background:#fff;
  color:var(--rh-deep-navy,#0d1b4c);
}
.smart-entry-link{
  border:0;
  background:transparent;
  color:var(--rh-blue,#334e68);
  box-shadow:none;
}
.smart-entry-primary:hover,.smart-entry-primary:focus-visible{filter:brightness(1.05)}
.smart-entry-secondary:hover,.smart-entry-secondary:focus-visible{border-color:var(--rh-blue,#334e68);background:var(--rh-surface-muted,#eef3f8)}
.smart-entry-primary:focus-visible,
.smart-entry-secondary:focus-visible,
.smart-entry-link:focus-visible{
  outline:3px solid color-mix(in srgb,var(--rh-retro-blue,#5a98d9) 34%,transparent);
  outline-offset:3px;
}

.smart-entry-stack{display:grid;gap:14px;margin-top:16px}
.smart-entry-resume,
.smart-entry-recent,
.smart-entry-fallback{padding:18px}
.smart-entry-resume{border-color:color-mix(in srgb,var(--rh-green,#4e7a4e) 30%,white)}
.smart-entry-resume-head,
.smart-entry-recent-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:12px;
  min-width:0;
}
.smart-entry-resume h2,
.smart-entry-recent h2,
.smart-entry-fallback h2{
  margin:0;
  color:var(--rh-deep-navy,#0d1b4c);
  font-size:clamp(18px,5vw,23px);
  line-height:1.15;
  letter-spacing:-.025em;
  overflow-wrap:anywhere;
}
.smart-entry-resume p,
.smart-entry-recent p,
.smart-entry-fallback p{
  margin:7px 0 0;
  color:var(--rh-text-muted,#334e68);
  font-size:13px;
  line-height:1.45;
}
.smart-entry-resume-meta{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:15px;
}
.smart-entry-resume-meta>div{
  min-width:0;
  border-radius:14px;
  padding:10px 11px;
  background:var(--rh-surface-muted,#eef3f8);
}
.smart-entry-resume-meta small,
.smart-entry-resume-meta strong{display:block;overflow-wrap:anywhere}
.smart-entry-resume-meta small{color:var(--rh-text-muted,#334e68);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.smart-entry-resume-meta strong{margin-top:4px;color:var(--rh-deep-navy,#0d1b4c);font-size:13px;line-height:1.25}

.smart-entry-status{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:15px;
  border:1px solid color-mix(in srgb,var(--rh-line,#c6d1dc) 66%,white);
  border-radius:var(--rh-radius-lg,22px);
  padding:18px;
  background:rgba(255,255,255,.9);
  color:var(--rh-deep-navy,#0d1b4c);
}
.smart-entry-status-copy{min-width:0}
.smart-entry-status strong,.smart-entry-status span{display:block}
.smart-entry-status strong{font-size:16px;line-height:1.25}
.smart-entry-status span{margin-top:4px;color:var(--rh-text-muted,#334e68);font-size:12px;line-height:1.45}
.smart-entry-spinner{
  width:32px;
  height:32px;
  flex:0 0 32px;
  border:3px solid color-mix(in srgb,var(--rh-line,#c6d1dc) 65%,white);
  border-top-color:var(--rh-blue,#334e68);
  border-radius:50%;
  animation:smartEntrySpin .75s linear infinite;
}
.smart-entry-error{
  border-color:color-mix(in srgb,var(--rh-sixers-red,#d62828) 26%,white);
  background:#fff7f7;
}
.smart-entry-error .smart-entry-marker{background:#fdecec;color:var(--rh-sixers-red,#d62828)}
.smart-entry-fallback .smart-entry-location-mark{background:#fdecec;color:var(--rh-sixers-red,#d62828)}

@keyframes smartEntrySpin{to{transform:rotate(360deg)}}

@media (min-width:540px){
  .smart-entry-actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .smart-entry-actions .smart-entry-link{grid-column:1/-1;width:auto;justify-self:center}
  .smart-entry-resume,.smart-entry-recent,.smart-entry-fallback{padding:22px}
}

@media (max-width:360px){
  .smart-entry-shell{padding-left:12px;padding-right:12px}
  .smart-entry-card{padding:18px 15px}
  .smart-entry-card-head{gap:11px}
  .smart-entry-marker{width:48px;height:48px;flex-basis:48px;border-radius:16px}
.smart-entry-copy>h2{font-size:22px}
  .smart-entry-resume-meta{grid-template-columns:1fr}
}

@media (max-width:340px){
  .smart-entry-shell{padding-left:10px;padding-right:10px}
  .smart-entry-card{padding:17px 13px;border-radius:22px}
  .smart-entry-location-mark{width:46px;height:46px;margin-bottom:12px;border-radius:15px}
  .smart-entry-copy>h2{font-size:21px}
  .smart-entry-primary,.smart-entry-secondary,.smart-entry-link{padding-left:10px;padding-right:10px}
}

/* Compact the live Smart Entry catalog on phone-height viewports. The page
   remains content-sized so long names, large text, and zoom can still scroll. */
body.smart-entry-screen-active #screen-setup.active{padding-bottom:0}
body.smart-entry-screen-active .pwa-install-button{display:none!important}
body.smart-entry-screen-active .smart-entry-copy>h2[tabindex="-1"]:focus,
body.smart-entry-screen-active .smart-entry-copy>h2[tabindex="-1"]:focus-visible{outline:0;box-shadow:none}
@media (max-width:700px) and (max-height:1000px){
  .catalog-view-smart-entry{display:flex;flex-direction:column;height:auto;min-height:100dvh;padding-bottom:calc(64px + env(safe-area-inset-bottom))}
  .catalog-view-smart-entry .catalog-header{padding-top:calc(6px + env(safe-area-inset-top));padding-bottom:0}
  .catalog-view-smart-entry .catalog-nav-row{min-height:44px}
  .catalog-view-smart-entry .catalog-heading{padding:9px 0 7px}
  .catalog-view-smart-entry .catalog-heading h1{margin-top:3px;font-size:clamp(27px,7.7vw,34px);line-height:1}
  .catalog-view-smart-entry .catalog-heading p{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .catalog-view-smart-entry .catalog-content{display:flex;flex:1 0 auto;min-height:0;padding-top:0;padding-bottom:8px}
  .smart-entry-shell{display:flex;flex:1 0 auto;min-height:0;flex-direction:column;padding:3px 0 8px}
  .smart-entry-card{display:grid;grid-template-columns:44px minmax(0,1fr);column-gap:10px;align-items:start;padding:13px 14px 14px;border-radius:22px}
  .smart-entry-card::before{height:5px}
  .smart-entry-location-mark{grid-column:1;width:44px;height:44px;margin:1px 0 0;border-radius:15px;font-size:20px}
  .smart-entry-copy{grid-column:2;text-align:left;word-break:normal;overflow-wrap:break-word}
  .smart-entry-copy>h2{font-size:clamp(21px,6vw,26px);word-break:normal;overflow-wrap:break-word}
  .smart-entry-copy>p,.smart-entry-copy>small{font-size:13px;line-height:1.3;word-break:normal;overflow-wrap:break-word}
  .smart-entry-copy>small{margin-top:4px}
  .smart-entry-card>.smart-entry-resume{grid-column:1/-1;margin-top:9px;padding:10px 12px;border-radius:15px}
  .smart-entry-card>.smart-entry-resume strong{font-size:15px;line-height:1.2;word-break:normal;overflow-wrap:break-word}
  .smart-entry-card>.smart-entry-resume span{font-size:13px;line-height:1.25}
  .smart-entry-card>.smart-entry-resume small{font-size:12px;line-height:1.25;word-break:normal;overflow-wrap:break-word}
  .smart-entry-actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin-top:10px}
  .smart-entry-primary,.smart-entry-secondary,.smart-entry-link{min-height:44px;padding:8px 9px;font-size:13px}
  .smart-entry-card.has-resume .smart-entry-link{grid-column:1/-1}
  .smart-entry-resume-freshness{position:absolute!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
  .smart-entry-card.is-recent{display:flex;flex:1 0 auto;min-height:0;flex-direction:column;align-items:stretch;padding:clamp(20px,4vw,28px)}
  .smart-entry-card.is-recent .smart-entry-location-mark{width:54px;height:54px;margin:2px auto 14px;border-radius:18px;font-size:24px}
  .smart-entry-card.is-recent .smart-entry-copy{text-align:center}
  .smart-entry-card.is-recent .smart-entry-copy>h2{font-size:clamp(24px,6.8vw,32px)}
  .smart-entry-card.is-recent>.smart-entry-resume{width:100%;margin-top:18px;padding:16px 18px;border-radius:20px}
  .smart-entry-card.is-recent .smart-entry-actions{width:100%;margin-top:auto;padding-top:18px}
  .smart-entry-queue-preview{grid-column:1/-1}
}

@media (max-width:430px) and (max-height:700px){
  .catalog-view-smart-entry{height:auto;min-height:100dvh;padding-bottom:calc(62px + env(safe-area-inset-bottom))}
  .catalog-view-smart-entry .catalog-header{padding-top:calc(3px + env(safe-area-inset-top));padding-left:10px;padding-right:10px}
  .catalog-view-smart-entry .catalog-heading{padding:5px 0 4px}
  .catalog-view-smart-entry .catalog-heading h1{font-size:26px}
  .catalog-view-smart-entry .catalog-content{padding-top:0;padding-left:10px;padding-right:10px}
  .smart-entry-shell{padding:2px 0 5px}
  .smart-entry-card{grid-template-columns:40px minmax(0,1fr);column-gap:8px;padding:10px 11px 11px;border-radius:20px}
  .smart-entry-location-mark{width:40px;height:40px;margin:1px 0 0;border-radius:14px;font-size:18px}
  .smart-entry-copy{word-break:normal;overflow-wrap:break-word}
  .smart-entry-copy>span{font-size:9px}
  .smart-entry-copy>h2{margin-top:2px;font-size:21px;word-break:normal;overflow-wrap:break-word}
  .smart-entry-copy>p,.smart-entry-copy>small{margin-top:3px;font-size:12px;line-height:1.24;word-break:normal;overflow-wrap:break-word}
  .smart-entry-card>.smart-entry-resume{margin-top:7px;padding:8px 10px}
  .smart-entry-card>.smart-entry-resume strong{font-size:14px}
  .smart-entry-card>.smart-entry-resume span{font-size:12px}
  .smart-entry-card>.smart-entry-resume small{font-size:11px}
  .smart-entry-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:7px}
  .smart-entry-primary,.smart-entry-secondary,.smart-entry-link{min-height:44px;padding:7px 8px;font-size:12px}
  .smart-entry-card.is-recent{padding:18px 15px}
  .smart-entry-card.is-recent .smart-entry-location-mark{width:50px;height:50px;margin-bottom:10px;border-radius:17px;font-size:22px}
  .smart-entry-card.is-recent .smart-entry-copy>h2{font-size:24px}
  .smart-entry-card.is-recent>.smart-entry-resume{margin-top:12px;padding:12px 14px}
  .smart-entry-card.is-recent .smart-entry-actions{padding-top:12px}
  .smart-entry-queue-preview{flex-basis:132px;grid-template-columns:44px minmax(0,1fr);gap:9px 11px;margin-top:9px;padding:12px 13px;border-radius:18px}
  .smart-entry-queue-number{width:44px;height:44px;border-width:2px;font-size:16px}
  .smart-entry-queue-copy>span{font-size:9px}
  .smart-entry-queue-copy>h3{margin-top:2px;font-size:19px}
  .smart-entry-queue-copy>p{margin-top:4px;font-size:11px;line-height:1.28}
  .smart-entry-queue-meta{gap:6px}
  .smart-entry-queue-meta>div{padding:7px 9px;border-radius:12px}
  .smart-entry-queue-meta dd{font-size:11px}
  .smart-entry-queue-status{gap:5px 6px}
  .smart-entry-queue-status>span{padding:4px 7px;font-size:10px}
}

@media (max-width:340px) and (max-height:620px){
  .smart-entry-queue-preview{flex-basis:92px;margin-top:5px;padding:9px 10px}
  .smart-entry-queue-copy>p{display:none}
  .smart-entry-queue-status{display:none}
  .smart-entry-queue-meta>div{padding:6px 8px}
}

@media (prefers-reduced-motion:reduce){
  .smart-entry-page,
  .smart-entry-card,
  .smart-entry-primary,
  .smart-entry-secondary,
  .smart-entry-link{animation:none!important;transition:none!important;scroll-behavior:auto!important}
  .smart-entry-spinner,
  .smart-entry-loading .catalog-loading-spinner{animation:none!important}
}
