/* One shared segmented switcher for the two Indrive Readymag pages. */
.rmwidget[data-id="69047327b0b029e807084072"],
.rmwidget[data-id="690467b209845ead1c998a0e"],
.rmwidget[data-id="6904676f3bfc7a64c2d51a05"],
.rmwidget[data-id="6904678d911850add4ea7d3c"],
.rmwidget[data-id="691b8ce1b22f77597439685a"],
.rmwidget[data-id="691b8ce1b22f77597439685c"],
.rmwidget[data-id="691b8ce1b22f775974396858"],
.rmwidget[data-id="691b8ce1b22f775974396859"]{visibility:hidden!important;pointer-events:none!important}
.uxp-indrive-switch-source{visibility:hidden!important;pointer-events:none!important}
.uxp-indrive-switcher{
  --uxp-trust-width:64.68%;
  --uxp-geo-width:35.32%;
  --uxp-option-inline-pad:24px;
  position:absolute;
  display:grid;
  grid-template-columns:var(--uxp-trust-width) var(--uxp-geo-width);
  border:3px solid #fff;
  border-radius:999px;
  box-sizing:border-box;
  overflow:hidden;
  isolation:isolate;
  background:transparent;
  z-index:456;
  contain:layout paint style;
  backface-visibility:hidden;
}
.uxp-indrive-switcher__selection{
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:var(--uxp-trust-width);
  border-radius:999px;
  background:#fff;
  /* Едем на transform, а не на left: смещение не пересчитывает раскладку,
     поэтому подложка не дёргается, пока движок переключает страницу. */
  transition:transform .58s cubic-bezier(.34,.68,.28,1),width .58s cubic-bezier(.34,.68,.28,1);
  pointer-events:none;
  z-index:0;
  will-change:transform,width;
  transform:translateZ(0);
  backface-visibility:hidden;
}
.uxp-indrive-switcher[data-active="geo"] .uxp-indrive-switcher__selection{
  width:var(--uxp-geo-width);
  transform:translate3d(var(--uxp-trust-width),0,0)
}
.uxp-indrive-switcher__option{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-width:0;
  padding:0 var(--uxp-option-inline-pad);
  box-sizing:border-box;
  color:#fff;
  font-family:custom_123422,'Euclid Flex',Arial,sans-serif;
  font-size:14px;
  font-weight:500;
  line-height:1;
  letter-spacing:0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
  transition:color .5s ease;
  -webkit-tap-highlight-color:transparent;
}
.uxp-indrive-switcher[data-active="trust"] .uxp-indrive-switcher__option[data-project="trust"],
.uxp-indrive-switcher[data-active="geo"] .uxp-indrive-switcher__option[data-project="geo"]{color:#000}
.uxp-indrive-switcher__option:focus-visible{outline:2px solid currentColor;outline-offset:-8px;border-radius:999px}
article.page.uxp-indrive-page-freeze{
  display:block!important;
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  z-index:2147483000!important;
  pointer-events:none!important;
}
@media (max-width:768px){
  .uxp-indrive-switcher{
    --uxp-option-inline-pad:14px;
    border-width:2px
  }
  .uxp-indrive-switcher__option{font-size:12px}
}
@media (prefers-reduced-motion:reduce){
  .uxp-indrive-switcher__selection,.uxp-indrive-switcher__option{transition-duration:.01ms}
}

/* Readymag keeps both contribution titles inside one-line 64px widgets.
   A longer localized label must stay on that line and share the same left
   edge as the description below instead of centering and spilling downward. */
@media (min-width:769px){
  .rmwidget[data-id="69045ed89ce138dae9c1319e"] .text-viewer,
  .rmwidget[data-id="691b8ce1b22f775974396857"] .text-viewer{
    overflow:visible!important
  }
  .rmwidget[data-id="69045ed89ce138dae9c1319e"] p,
  .rmwidget[data-id="69045ed89ce138dae9c1319e"] span,
  .rmwidget[data-id="691b8ce1b22f775974396857"] p,
  .rmwidget[data-id="691b8ce1b22f775974396857"] span{
    text-align:left!important;
    white-space:nowrap!important
  }
}
