html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

h1, h2, h3 {
  font-family: 'Playfair Display', serif;
}

.ci-experience {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.ci-logo {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 70px;
  padding-top: 20px;
  padding-left: 20px;
  pointer-events: none;
  background: none;
  transition: padding 0.3s ease, top 0.3s ease, left 0.3s ease;
}

.ci-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  z-index: -1;
  pointer-events: none;

  background: rgba(55, 36, 23, 0.28);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 35%,
    rgba(0,0,0,0.65) 55%,
    rgba(0,0,0,0.25) 75%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 35%,
    rgba(0,0,0,0.65) 55%,
    rgba(0,0,0,0.25) 75%,
    transparent 100%
  );

  opacity: 1;
  transition: opacity 0.45s ease;
}


.ci-logo a {
  position: relative;
  display: block;
  width: 130px;
  height: auto;
}

.ci-logo__img {
  display: block;
  width: 430px;
  height: auto;
}

.ci-logo__img--default,
.ci-logo__img--modal {
  position: absolute;
  top: 0;
  left: 0;
}

.ci-logo__img--modal {
  opacity: 0;
  pointer-events: none;
}

.ci-logo.is-modal-open::before {
  opacity: 0;
}

.ci-stage {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  touch-action: none;
  will-change: transform;
}

/* .ci-scene {
  position: absolute;
  inset: 0;
  will-change: transform;
} */

/* .ci-scene,
.ci-world {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
} */

.ci-scene__content,
.ci-world,
.ci-scene__bg {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.ci-scene {
  position: absolute;
  inset: 0;
  will-change: transform;
  cursor: grab;
  touch-action: none;
}

.ci-scene.is-dragging {
  cursor: grabbing;
}

.ci-scene__bg {
  position: absolute;
  left: 0;
  left: -1000px;
  top: -500px;
  width: 7000px;
  height: 6000px;
  z-index: 0;

  background-image: url("/wp-content/themes/china-institute-interactive/assets/images/wood-bg.jpg");
  background-repeat: repeat;
  background-size: 1000px auto;
  background-position: top left;
}

.ci-scene__content {
  position: absolute;
  left: 0;
  top: 0;
  width: 4300px;
  height: 3290px;
  transform-origin: 0 0;
  will-change: transform;
}

.ci-scene__bg {
  position: absolute;
  left: -1000px;
  top: -500px;
  width: 7000px;
  height: 6000px;
  z-index: 0;
}

.ci-world {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform-origin: 0 0;
  visibility: hidden;
}

/* .ci-world {
  position: absolute;
  left: 0;
  top: 0;
  width: 4300px;
  height: 3290px;
  transform-origin: 0 0;
  background: transparent;
  will-change: transform;
  visibility: hidden;
  z-index: 1;
} */

/* .ci-world {
  position: absolute;
  left: 0;
  top: 0;
  width: 4300px;
  height: 3290px;
  transform-origin: 0 0;
  background: transparent;
  will-change: transform;
  cursor: grab;
  touch-action: none;
  visibility: hidden;
} */

/* .ci-world.is-dragging {
  cursor: grabbing;
} */

/* .ci-world__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: transparent;
} */

.ci-decorative-layer,
.ci-story-grid {
  position: absolute;
  inset: 0;
}

.ci-decorative-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.ci-story-grid {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.ci-story-card,
.ci-story-card *,
.ci-story-card__button {
  pointer-events: auto;
}

/* .ci-object {
  position: absolute;
  pointer-events: auto;
  transform-origin: center center;
  z-index: 3;
}

.ci-object img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ci-object__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.ci-object__img--default {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.25s ease;
}

.ci-object__img--hover {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.ci-object {
  cursor: pointer;
}

.ci-object:hover .ci-object__img--hover {
  opacity: 1;
} 

.ci-object:hover .ci-object__img--default {
  opacity: 0;
}

*/

.ci-object {
  position: absolute;
  pointer-events: auto;
  transform-origin: center center;
  cursor: pointer;
}


.ci-object__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: center center;
  will-change: transform;
}

.ci-object__img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
  transition:
    opacity 0.55s cubic-bezier(.19,1,.22,1),
    transform 0.7s cubic-bezier(.19,1,.22,1),
    filter 0.7s cubic-bezier(.19,1,.22,1);
}

.ci-object__img--default {
  z-index: 1;
  opacity: 1;
}

.ci-object__img--hover {
  z-index: 2;
  opacity: 0;
  transform: scale(0.995);
  filter: blur(0px);
}

/* .ci-object:hover .ci-object__img--default {
  opacity: 0;
  transform: scale(1.02);
  filter: blur(1.5px);
} */

/* .ci-object:hover .ci-object__img--hover {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
} */

.ci-story-card {
  position: absolute;
  width: 360px;
  height: 240px;
  box-sizing: border-box;
  overflow: hidden;
  will-change: transform, opacity, filter;
  z-index: 5;
}

.ci-story-panel__shell,
.ci-story-panel__inner,
#ci-story-content {
  overflow: visible;
}

.ci-story-panel__shell,
.ci-story-panel__close,
.ci-story-panel__backdrop {
  will-change: transform, opacity;
}

.ci-story-card__button {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  padding: 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.ci-story-card__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ci-story-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.ci-story-card__icon {
  display: block;
  margin-bottom: 10px;
}

.ci-story-card__icon img {
  width: 29px; 
  height: auto;
}

.ci-story-card__title {
  font-family: 'Playfair Display', serif;
  color: #03316E;
text-align: center;
font-size: 22.563px;
font-style: normal;
font-weight: 500;
line-height: 22.563px; 
text-transform: capitalize;
  position: relative;
  z-index: 2;
}

.ci-story-card__frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.ci-story-card.frame-1 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame01.jpg');
}

.ci-story-card.frame-2 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame02.jpg');
}

.ci-story-card.frame-3 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame03.jpg');
}

.ci-story-card.frame-4 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame04.jpg');
}

.ci-story-card.frame-5 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame05.jpg');
}

.ci-story-card.frame-6 .ci-story-card__bg {
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame06.jpg');
}

.ci-story-card.is-active {
  box-shadow: 0 0 0 4px rgba(242,75,70,.25), 0 18px 35px rgba(0,0,0,.16);
}

.ci-toolbar {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ci-zoom-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #03316E;
  background: #fff;
  color: #03316E;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.ci-story-panel {
  position: fixed;
  inset: 0;
  z-index: 9000;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.ci-story-panel.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.ci-story-panel__backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  will-change: opacity;
}

.ci-story-panel.is-open .ci-story-panel__backdrop {
  opacity: 1;
}

.ci-story-panel__shell {
  position: absolute;
  top: 0;
  left: 0;
  width: min(900px, 70vw);
  height: 100vh;
  will-change: transform, opacity;
  overflow: visible;
}

.ci-story-panel__shape {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 2600px;
  height: 2600px;
  transform: translate(-82%, -50%);
  pointer-events: none;
}

.ci-story-panel__shape-inner {
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  will-change: transform;
}

.ci-story-panel__shape-inner img,
.ci-story-panel__shape-inner svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ci-story-panel__shape svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

/* .ci-story-panel__inner {
  position: relative;
  z-index: 2;
  padding: 170px 120px 60px 50px;
  height: 100%;
  box-sizing: border-box;
} */

.ci-story-panel__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 800px;
  max-width: 100%;

  z-index: 2;
  box-sizing: border-box;

  padding: 0 120px 0 50px; /* keep horizontal padding only */
}

.ci-story-panel__close {
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  z-index: 3;
  will-change: transform, opacity;
}

/* .ci-story-panel__close {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 265px);
  width: 56px;
  height: 56px;
  border: 1px solid #000;
  background: #fff;
  cursor: pointer;
  z-index: 3;
  will-change: transform, opacity;
} */

#ci-story-content {
  position: relative;
  z-index: 2;
  /* min-height: 620px; */
  perspective: 1200px;
  overflow: visible;
}

.ci-panel-story {
  max-width: 700px;
  height: 500px;
  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/card-large.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 12px 26px rgba(0,0,0,.12);
  padding: 28px 30px;
  box-sizing: border-box;
  will-change: transform, opacity, filter;
  transform-origin: 0% 0%;
  backface-visibility: hidden;

   overflow: hidden;
}

.ci-panel-story__layout {
  display: flex;
  gap: 40px;
  height: 100%;
}

.ci-panel-story__left {
  flex: 0 0 160px; /* fixed column width */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ci-panel-story__icon img {
  width: 35px;
  height: auto;
}

.ci-panel-story__title {
color: #03316E;
font-size: 25px;
font-family: 'Playfair Display', serif;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 100% */
text-transform: capitalize;
margin-top:5px;
}

.ci-panel-story__right {
  flex: 1;
  margin-top:20px;
  min-height: 0;
}


.ci-panel-story__body {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
  color: #03316E;
  /* max-height: 450px; */
  height: 400px;
  overflow-y: auto;
  padding-right: 14px;
  position: relative;
}

.ci-panel-story__body::-webkit-scrollbar-button {
  display: none;
  height: 0;
  width: 0;
}

.ci-panel-story__body::-webkit-scrollbar {
  width: 6px;
}

.ci-panel-story__body::-webkit-scrollbar-track {
  background: #DED6C3; 
  border-radius: 100px;
}

.ci-panel-story__body::-webkit-scrollbar-thumb {
  background: #03316E;
  border-radius: 100px;
}

.ci-panel-story__body::-webkit-scrollbar-thumb:hover {
  background: #03316E;
}

.ci-panel-story__body {
  scrollbar-width: thin;
  scrollbar-color: #03316E #DED6C3;
}

.ci-story-panel__actions {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  z-index: 10;
}

.ci-story-panel__next {
  /* margin-top: 60px;
  margin-left: 250px; */
  border-radius: 5px;
  border: 1px solid #E31B23;
  background: #E31B23;
  color: #fff;
  padding: 14px 28px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  line-height: 19.709px; /* 98.547% */
  text-transform: capitalize;
  z-index: 20;
}

.ci-zoom-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.ci-mobile-panel{
  display:none;
}

@media (max-width: 1240px) {
  .ci-story-panel__shell {
    width: min(82vw, 760px);
  }

  .ci-panel-story{
    height: 350px;
  }

  .ci-panel-story__body{
      height: 300px;
  }

  .ci-story-panel__close {
    right: -116px;
  }

}

@media (max-height: 800px) and (min-width: 767px) {
  .ci-story-panel__inner{
    top: 54%;
  }
   .ci-panel-story{
    height: 300px;
  }

  .ci-panel-story__body{
      height: 250px;
  }

  .ci-story-panel__actions{
    margin-top: 25px;
  }
}


/* ==========================================
   FOOD CONFESSIONAL - MOBILE CARD EXPERIENCE
   ========================================== */

.ci-mobile-stage {
  display: none;
}

.ci-logo__img--mobile {
  display: none;
}

@media (max-width: 767px){
  .ci-toolbar,
  .ci-stage {
    display: none !important;
  }

  .ci-logo {
    position: fixed;
    z-index: 60;

    width: min(400px, 78vw);
    height: auto;

    top: max(25px, env(safe-area-inset-top));
    left: 30px;

    padding: 0 !important;

    background: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;

    pointer-events: none;
    transition: none;
  }

  .ci-logo a {
    width: 100%;
  }

  .ci-logo__img {
    width: 100%;
    height: auto;
  }

  .ci-logo::before{
    display: none !important;
  }

   .ci-logo,
   .ci-logo::before {
      box-shadow: none !important;
      filter: none !important;
  }

  .ci-logo a {
    display: block;
  }

  .ci-logo__img--default, .ci-logo__img--modal {
    display: none !important;
  }

  .ci-logo__img--mobile {
    display: block !important;
  }

  .ci-logo__img {
    display: block;
    width: 100%;
    height: auto;
  }

  .ci-logo__img--default {
    opacity: 1;
  }

  .ci-logo__img--modal {
    opacity: 0;
    pointer-events: none;
  }

  .ci-mobile-stage {
    display: block;
    position: relative;
    min-height: 100svh;
    overflow: hidden;
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/tabletop-background-mobile.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #4a2d20;
  }

  .ci-mobile-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06);
    pointer-events: none;
  }

  .ci-mobile-stage__inner {
    position: relative;
    z-index: 2;
    min-height: 100svh;

    padding: max(200px, calc(env(safe-area-inset-top) + 76px)) 20px 36px;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ci-mobile-header {
    width: 100%;
    margin-bottom: 92px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .ci-mobile-header__copy {
    width: min(100%, 195px);
    margin-left: auto;
    /* padding-top: 2px; */
  }

  .ci-mobile-header__kicker {
    text-transform: uppercase;
    color: #FABC05;
    font-family: 'Playfair Display', serif;
    font-size: 15.077px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.385px; /* 175% */
    font-variant: all-small-caps;
  }

  .ci-mobile-header__title {
    margin: 0;
    color: #F9F3F3;
    font-family: 'Playfair Display', serif;
    font-size: 22.615px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.385px;
    /* letter-spacing: -0.754px; */
  }

  .ci-mobile-instruction {
    margin: 0 0 10px;
    color: #E9E2D3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.709px; /* 123.183% */
    text-transform: capitalize;
  }

  .ci-mobile-stack {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 245px;
    margin: 0 auto 24px;
  }

  .ci-mobile-card {
    appearance: none;
    border: 0;
    background: none;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 200px;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    cursor: pointer;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
  }

  .ci-mobile-card__frame,
  .ci-mobile-card__icon,
  .ci-mobile-card__title {
    backface-visibility: hidden;
  }

  .ci-mobile-card__frame {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ci-mobile-card.frame-1 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame01.jpg');
  }

  .ci-mobile-card.frame-2 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame02.jpg');
  }

  .ci-mobile-card.frame-3 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame03.jpg');
  }

  .ci-mobile-card.frame-4 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame04.jpg');
  }

  .ci-mobile-card.frame-5 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame05.jpg');
  }

  .ci-mobile-card.frame-6 .ci-mobile-card__frame {
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/Frame06.jpg');
  }

  .ci-mobile-card__icon,
  .ci-mobile-card__title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .ci-mobile-card__icon {
    top: 50px;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .ci-mobile-card__title {
    top: 88px;
    width: calc(100% - 54px);
    color: #03316E;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.989px; /* 100% */
    text-transform: capitalize;
  }

  .ci-mobile-card--back {
    z-index: 1;
    pointer-events: none;
  }

  .ci-mobile-card--front {
    z-index: 2;
  }

  .ci-mobile-card:focus-visible,
  .ci-mobile-shuffle-btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  .ci-mobile-shuffle-btn {
    appearance: none;
    border: 1px solid #E31B23;
    /* backdrop-filter: blur(5.050000190734863px); */
    background: transparent;
    color: #E9E2D3;
    min-width: 142px;
    min-height: 48px;
    padding: 12px 18px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.709px; /* 123.183% */
    text-transform: capitalize;
    cursor: pointer;
  }

  .ci-mobile-panel {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 200;
    pointer-events: none;
  }

  .ci-mobile-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(28, 19, 14, 0.18);
    opacity: 0;
  }


.ci-mobile-panel__sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; 
  height:680px;
}

.ci-mobile-panel__sheet::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url('/wp-content/themes/china-institute-interactive/assets/images/mobile-panel-bg.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;

  opacity: 0.9; 
  filter: blur(0.3px);

  pointer-events: none;
}


  .ci-mobile-panel__inner {
      position: relative;
  z-index: 1;
    padding: 50px 18px 40px;
  }

  .ci-mobile-panel__content {
    max-width: 320px;
    margin: 0 auto 40px;
  }


  .ci-mobile-panel__story {
    position: relative;
    background-image: url('/wp-content/themes/china-institute-interactive/assets/images/card-large.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 16px 28px rgba(0,0,0,0.10);
     height: 500px;
    overflow: hidden;
    box-sizing: border-box;
  }

  .ci-mobile-panel__story-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 30px 24px 24px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }

  .ci-mobile-panel__icon {
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .ci-mobile-panel__title {
    margin: 0 0 18px;
    color: #123f8a;
    font-size: 24px;
    line-height: 1.06;
    font-weight: 500;
  }

  .ci-mobile-panel__body {
    flex: 1;
    max-height: none;
    overflow-y: auto;
    padding-right: 10px;
    color: #123f8a;
    font-size: 17px;
    line-height: 1.45;
    min-height: 0;
  }

  .ci-mobile-panel__actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 320px;
    margin: 0 auto;
  }

  .ci-mobile-panel__shuffle,
  .ci-mobile-panel__close {
    appearance: none;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    min-height: 54px;
  }

  .ci-mobile-panel__shuffle {
    min-width: 162px;
    padding: 12px 18px;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.709px; /* 109.496% */
    text-transform: capitalize;
  }

  .ci-mobile-panel__close {
    width: 58px;
    font-size: 34px;
    line-height: 1;
  }

  .ci-mobile-panel.is-open {
    pointer-events: auto;
  }
  
}