/*
  WARNING: This file was manually generated by an AI to convert from Tailwind CSS.
  This refactored version is organized for better readability.
*/

/* =============================================================================
   1. Global Styles & Typography
   ========================================================================== */

body {
  font-family: 'Mulish', sans-serif;
  background-color: #ffffff;
  color: #000000;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Bricolage Grotesque', sans-serif;
}

.back-button {
  color: black;
}

.intro-heading {
  font-size: 2rem; /* 32px */
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.025em;
  margin-bottom: 36px;
}

.section-heading {
  font-size: 32px; /* 24px */
  font-weight: 700;
  margin-bottom: 1.5rem; /* 24px */
}

.text-content-container {
  font-size: 1rem; /* 16px */
  line-height: 1.6;
}

.intro-text-container p {
    font-family: 'Mulish', sans-serif;
    font-size: 1rem; /* 16px */
    font-weight: normal;
    line-height: 1.6;
}

.text-content-container > * + * {
    margin-top: 0rem;
}

.text-content-container ul {
    list-style-type: disc;
    padding-left: 1.5rem; /* 24px */
}

.text-content-container ul > * + * {
    margin-top: 0.5rem;
}

.text-left { text-align: left; }
.text-center { text-align: center; }

/* =============================================================================
   2. Layout & Section Containers
   ========================================================================== */

.content-section {
  padding: 4rem 1rem 0rem 1rem;
}

.text-section {
  max-width: 56rem; /* 896px */
  margin-left: auto;
  margin-right: auto;
}

.visual-section {
  max-width: 72rem; /* 1152px */
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  padding-top: 0rem;
}

/* =============================================================================
   3. Header
   ========================================================================== */

.main-header {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 1.5rem; /* 24px */
  align-items: center;
  justify-content: center;
  padding: 5rem 1rem 2rem 1rem;
  width: 100%;
  background-image: linear-gradient(to top, #ff6b00, #ff9500);
  color: #ffffff;
}

.header-img-placeholder {
  width: 100%;
  max-width: 600px; /* Updated max-width */
  border-radius: 0.5rem; /* 8px */
  display: block; /* To allow margin: auto on image */
  margin: 0 auto; /* Center the placeholder div itself */
}

.header-info-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 1.5rem; /* 24px */
}


/* =============================================================================
   4. Wiraki Context & Key Actions Box
   ========================================================================== */

.wiraki-context-box {
    background-color: #f67c09;
    border-radius: 1rem; /* 16px */
    padding: 1.5rem; /* 24px */
    color: #ffffff;
}

.wiraki-context-heading {
    text-align: center;
    margin-bottom: 2rem; 
}

.wiraki-context-heading h1 {
    font-size: 40px;
    font-weight: 900;
    margin-top: 0px;
    margin-bottom: 8px;
}

.wiraki-context-heading p {
    max-width: 36rem; /* 576px */
    margin: 0.5rem auto 0 auto;
    font-size: 1rem; /* 16px */
    line-height: 1.6;
}

.key-actions-box {
    background-color: #fffcfa;
    border-radius: 1rem; /* 16px */
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    padding: 1.5rem; /* 24px */
    color: #000000;
}


.key-actions-box h3 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.key-actions-box h2 {
    text-align: center;
}

.key-actions-placeholder {
    background-color: #ffffff; /* white */
    height: 6rem; /* 96px */
    width: 100%;
    max-width: 42rem; /* 672px */
    margin: 2rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; /* 8px */
}

.key-actions-divider {
    border-color: #ffffff;
    opacity: 0.5;
    max-width: 42rem; /* 672px */
    margin-left: auto;
    margin-right: auto;
}

.conversion-rate-display {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem; /* 16px */
    margin-top: 1.5rem; /* 24px */
}

.conversion-rate-number {
    font-size: 1.875rem; /* 30px */
    font-weight: 900;
    color: #eb0000;
    margin: 0;
}

.conversion-rate-text {
    font-size: 1.25rem; /* 20px */
    font-weight: 700;
    color: #eb0000;
    margin: 0;
}

/* =============================================================================
   5. Mockups & Placeholders
   ========================================================================== */

.full-width-placeholder {
    background-color: #d1d5db; /* gray-300 */
    height: 12rem; /* 192px */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem; /* 8px */
}

.mockups-container {
    display: flex;
    flex-direction: column;
    gap: 4rem; /* 64px */
    align-items: center;
    justify-content: center;
    text-align: center;
}

.mockup-item {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* 16px */
    align-items: center;
}

.mockup-item h4 { font-size: 1rem; font-weight: 700; margin-top: 0rem; margin-bottom: 0rem; }
.mockup-item p { font-size: 14px; line-height: 1.6; color: #8C8989; margin-top: 0rem; margin-bottom: 0rem;}

.mockup-image {
    height: 12rem; /* 192px */
    width: 12rem; /* 192px */
    border-radius: 0.5rem; /* 8px */
}

.mockup-scroll-wrapper {
    position: relative;
    width: 185px;
    max-width: 100%;
    aspect-ratio: 185 / 351;
}

.mockup-scroll-screen {
    position: absolute;
    top: 5%;
    left: 6%;
    height: 93%;
    width: 88%;
    overflow-y: scroll;
    border-radius: 0.5rem; /* 8px */
    background-color: #ffffff;
}

.mockup-frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.mockup-image {
    position: relative;
    width: 185px;
    max-width: 100%;
    aspect-ratio: 185 / 351;
}
.mockups-caption {
    text-align: center;
    color: #8a8b8d; /* gray-600 */
    margin-top: 2rem; /* 32px */
    margin-bottom: 1rem;
}

/* =============================================================================
   6. Quotes
   ========================================================================== */

.quotes-container {
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.25rem; /* 20px */
    text-align: center;
    color: #8C8989; /* gray-400 */
    font-style: italic;
    font-family: Georgia, serif;
}

.subtitles-container {
    margin: 0rem;
    display: flex;
    flex-direction: column;
    gap: 0;
    font-size: 1.5rem; /* 24px */
    text-align: left;
    color: #000000;
    font-family: Bricolage Grotesque', sans-serif;
    font-weight 700;
}


/* =============================================================================
   7. Responsive Styles
   ========================================================================== */

@media (min-width: 768px) { /* md */
  .header-info-bar { gap: 5rem; /* 80px */ }
  .content-section { padding-left: 2rem; padding-right: 2rem; }
  .intro-heading { font-size: 3rem; line-height: 1; }
  .intro-text-container { font-size: 1.125rem; }
  .wiraki-context-box { padding: 2rem; /* 32px */ }
  .key-actions-placeholder { height: 9rem; /* 144px */ }
  .conversion-rate-number { font-size: 2.25rem; }
  .conversion-rate-text { font-size: 1.5rem; }
  .section-heading { font-size: 2rem; }
  .mockups-container { flex-direction: row; gap: 3rem; /* 48px */; align-items: flex-start; }
  .mockup-image { height: 20rem; /* 320px */ width: 12rem; /* 192px */ }
  .quotes-container { font-size: 1.5rem; }
  .mockup-scroll-wrapper { height: 351px; width: 185px; }
}

@media (min-width: 1024px) { /* lg */
    .visual-section { padding-left: 4rem; padding-right: 4rem; }
    .mockups-container { padding-left: 0rem; padding-right: 0rem; }
}

@media (max-width: 767px) {
  .intro-heading {
    margin-top: 0px;
  }
}

.analysis-list {
    padding-left: 1rem;
}

.analysis-list li {
    margin-bottom: 0.5rem;
}

.scalable-mockup-image {
    width: 100%;
    min-width: 60px;
    max-width: 220px;
    height: auto;
    object-fit: contain;
}

@media (min-width: 200px) and (max-width: 880px) {
  .mockups-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4rem;
  }
  .mockup-item {
    flex-basis: 15%;
  }
}

.scroll-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="%23002FFF" d="M12 24l-8-9h6v-15h4v15h6z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  animation: bounce 2s infinite;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}

.mockup-scroll-screen::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
  transition: opacity 0.3s;
}

.scrolled .scroll-indicator,
.scrolled::after {
  opacity: 0;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-5px);
  }
  60% {
    transform: translateX(-50%) translateY(-3px);
  }
}

.mockup-item .scroll-text {
  font-size: 14px;
  color: #a9b2d8;
  margin-top: 0rem;
}

.numbered-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    aspect-ratio: 1 / 1;
    background: #F67C09; /* orange */
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.3rem;
    box-shadow: 0 2px 8px rgba(246, 124, 9, 0.15);
}

@media (max-width: 480px) {
  .numbered-circle {
    width: 32px;
    height: 32px;
    aspect-ratio: 1 / 1;
    font-size: 1rem;
  }
}

.welcome-comparison-images {
    display: flex;
    gap: 0;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

.welcome-img:first-child {
    width: 41.5%;
    height: auto;
    display: block;
    object-fit: cover;
}

.welcome-img:last-child {
    width: 58.5%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* --- Select Page Improvements: Responsive Video/Text Layout --- */
@media (max-width: 768px) {
  .select-improvements-row {
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px !important;
  }
  .select-improvements-row video {
    margin: 0 auto !important;
    max-width: 350px !important;
    width: 100% !important;
    display: block;
  }
  .select-improvements-row > div {
    margin-left: 0 !important;
  }
}
.select-improvements-row {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  margin-top: 32px;
}
.select-improvements-row video {
  width: 100%;
  max-width: 350px;
  aspect-ratio: 9/16;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}
@media (max-width: 768px) {
  .select-improvements-row {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .select-improvements-row video {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  .select-improvements-row > div {
    margin-left: 0 !important;
    width: 100%;
  }
}

/* Show vote_old_new.png only on desktop, vote_old_new_onmobile.png only on mobile */
.vote-comparison-mobile {
  display: none;
}
.vote-comparison-desktop {
  display: block;
}
@media (max-width: 768px) {
  .vote-comparison-desktop {
    display: none !important;
  }
  .vote-comparison-mobile {
    display: block !important;
    max-width: 400px;
    min-width: 252px;
    margin: 0 auto;
  }
}

/* Utility class for removing bottom margin from any element */
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

/* Appended from wiraki-onboarding.html */

    :root {
        --spacing-xs: 0.5rem;
        --spacing-sm: 1rem;
        --spacing-md: 1.5rem;
        --spacing-lg: 2rem;
        --spacing-xl: 3rem;
        --spacing-xxl: 4rem;
    }

    .glass-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        padding: var(--spacing-md);
        background-color: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        z-index: 1000;
        transition: top 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .back-button {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #000;
        font-size: 1rem;
    }

    .back-button svg {
        margin-right: var(--spacing-xs);
    }

    .takeaway-section-confetti {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background: linear-gradient(to top, #ff6b00, #ff9500);
        position: relative;
        padding: var(--spacing-sm) 0;
    }

    .achievements-card {
        background: linear-gradient(to top, #3B5BDB, #5C7AFF);
        border-radius: 24px;
        padding: var(--spacing-lg);
        margin: var(--spacing-sm) auto;
        max-width: 600px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.1);
        text-align: center;
        color: #FFFFFF;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
        max-width: 800px;
    }

    .achievements-card:hover {
        transform: translateY(-10px) scale(1.03);
        box-shadow: 0px 30px 70px -15px rgba(246, 124, 9, 0.3);
    }

    .achievements-card .icon {
        width: 60px;
        height: 60px;
        margin: 0 auto var(--spacing-md) auto;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
    }

    .achievements-card h2 {
        font-family: 'Bricolage Grotesque', sans-serif;
        font-size: 36px;
        font-weight: 700;
        margin-top: var(--spacing-sm);
        margin-bottom: var(--spacing-md);
        color: #FFFFFF;
    }

    .achievements-card p {
        font-family: 'Mulish', sans-serif;
        font-size: 1.5rem;
        line-height: 2;
        color: #FFFFFF;
        opacity: 0.8;
        margin-bottom: var(--spacing-sm);
    }

    .achievements-card .cta-button {
        font-family: 'Mulish', sans-serif;
        font-weight: 700;
        font-size: 1rem;
        padding: var(--spacing-sm) var(--spacing-lg);
        border-radius: 12px;
        border: none;
        cursor: pointer;
        background: #FFFFFF;
        color: #ff6b00;
        transition: all 0.3s ease;
        box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.1);
    }

    .achievements-card .cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0px 15px 25px -8px rgba(0, 0, 0, 0.2);
    }

    /* General Spacing Rules */
    section {
        padding: var(--spacing-lg) 0; /* Default vertical padding for sections */
    }

    .content-section {
        padding: var(--spacing-lg) var(--spacing-md); /* Consistent padding for content sections */
    }

    .text-content-container p,
    .text-content-container ul,
    .text-content-container ol {
        margin-bottom: var(--spacing-sm); /* Spacing between paragraphs and list items */
    }

    .text-content-container h1,
    .text-content-container h2,
    .text-content-container h3,
    .text-content-container h4 {
        margin-bottom: var(--spacing-md); /* Spacing below headings */
        margin-top: var(--spacing-lg); /* Spacing above headings */
    }

    .mockups-caption {
        margin-top: var(--spacing-sm);
        margin-bottom: var(--spacing-xs);
    }

    .comparison-images {
      display: flex;
      gap: 0;
      width: 100%;
      max-width: 1080px;
      margin: 0 auto;
    }

    .comparison-images .welcome-img:first-child {
        width: 41.5%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .comparison-images .welcome-img:last-child {
        width: 58.5%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    @media (max-width: 768px) {
      .comparison-images {
        flex-direction: column-reverse !important;
        gap: 0 !important;
        align-items: center !important;
        justify-content: center !important;
      }

      .comparison-images .welcome-img {
        width: 100% !important;
        max-width: 420px !important;
        margin: 0 auto !important;
        display: block;
      }
    }
    

        @media (max-width: 599px) {
      .key-actions-box-desktop {
        display: none;
      }
      .key-actions-image-mobile {
        display: block !important;
      }
    }
    .mockup-item p.abandon-rate {
      color: red;
      font-weight: bold;
    }

    @media (max-width: 767px) {
      .mockups-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1.5rem; /* 24px vertical gap */
        column-gap: 1rem; /* 16px horizontal gap */
      }
      .mockup-item {
        flex-basis: calc(50% - 0.5rem); /* Corrected basis for 2 items per row */
        max-width: 220px;
      }
      .mockups-container .mockup-scroll-wrapper {
        width: 100%;
        max-width: 185px;
        margin: 0 auto;
      }
    }

    .hero-header-image {
      width: 100%;
      height: auto;
      min-width: 300px;
      display: block;
    }
    .funnel-image {
      width: 100%;
      border-radius: 16px;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .reframed-headline-image {
      width: 100%;
      max-width: 500px;
      border-radius: 16px;
      height: auto;
      display: block;
      margin: 0 auto;
      border: 1px solid #d2d2d2;
      box-shadow: 0px 0px 12px 0px rgba(171, 171, 171, 0.25);
    }
    .design-system-image {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
    .funnel-caption {
      margin-bottom: 4rem;
    }

    .flex-container {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .mt-16 { margin-top: 16px; }
    .mt-32 { margin-top: 32px; }
    .mt-64 { margin-top: 64px; }
    .mt-0 { margin-top: 0 !important; }
    .achievements-list {
      text-align: left;
      font-size: 18px;
      line-height: 2;
      color: #fff;
      opacity: 0.85;
      margin-bottom: 2rem;
      padding-left: 20px;
    }
    .select-page-video {
      width: 100%;
      max-width: 350px;
      height: auto;
      border-radius: 40px;
    }

/* Desktop: left and right border radius 0px, bottom corners 16px */
.welcome-old-img-custom {
  border-radius: 16px 0px 0px 16px;
}

/* Mobile: top border radius 0px */
@media (max-width: 768px) {
  .welcome-old-img-custom {
    border-radius: 0px 0px 16px 16px;
  }
}

/* Desktop: right border radius 0px */
.welcome-new-img-custom {
  border-radius: 0px 16px 16px 0px;
}

/* Mobile: lower border radius 0px */
@media (max-width: 768px) {
  .welcome-new-img-custom {
    border-radius: 16px 16px 0px 0px;
  }
}

@media (max-width: 768px) {
  .welcome-img img,
  .comparison-images img,
  .visual-section picture img[alt*="Vote"],
  .visual-section picture img[alt*="Signup"] {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.takeaway-image {
  max-width: 420px;
  min-width: 200px;
  margin-bottom: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .takeaway-section-confetti {
    padding-left: 20px;
    padding-right: 20px;
  }
  .takeaway-image {
    width: 100%;
    min-width: 200px;
  }
}
@media (max-width: 768px) {
  .achievements-card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .achievements-list {
    font-size: 16px;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.scroll-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #a79cff;
  width: 0%;
  transition: width 0.1s ease-out;
}

.hero-image-container {
  position: relative;
}

.hero-image {
  width: 100%;
  height: auto;
  min-width: 300px;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* Specific styles for Wiraki onboarding header image */
.wiraki-hero-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wiraki-hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

/* Desktop: maintain aspect ratio with some height control */
@media (min-width: 769px) {
  .wiraki-hero-image-container {
    height: 400px;
  }
  
  .wiraki-hero-image {
    height: 100%;
    object-fit: cover;
  }
}

.hero-image.loaded {
  opacity: 1;
}
.contact-section {
  text-align: center;
  color: #FFEEDA;
  padding: 2rem;
}

.contact-section h3 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-section p {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto 1rem auto;
}

.contact-section a {
  color: #FFEEDA;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .achievements-card h2 {
    font-size: 28px;
  }
}

#gc-coin-balance-global {
  position: fixed;
  top: 12px;
  right: 32px;
  z-index: 10001;
  background-color: #5C7AFF;
  color: #FFFFFF;
  font-weight: 800;
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 20px;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  padding: 8px 24px 8px 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#gc-coin-balance-global img {
  width: 32px;
  height: 32px;
}

@media (max-width: 768px) {
  .glass-header {
    padding: var(--spacing-sm);
  }
  #gc-coin-balance-global {
    padding: 6px 16px;
    font-size: 16px;
    gap: 4px;
    right: 16px;
    top: 10px;
  }
  #gc-coin-balance-global img {
    width: 24px;
    height: 24px;
  }
}
/* Cursor affordance for welcome comparison images */
#welcome-old-img,
#welcome-new-img {
  cursor: grab;
}

/* Don't force pointer cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
  #welcome-old-img,
  #welcome-new-img {
    cursor: default;
  }
}

/* Focus outline for keyboard users */
#welcome-old-img:focus,
#welcome-new-img:focus {
  outline: 3px solid rgba(92,122,255,0.18);
  outline-offset: 4px;
}

/* Cursor affordance for mockup scroll wrappers: show grab to indicate panning */
.mockup-scroll-wrapper,
.mockup-scroll-screen {
  cursor: ns-resize;
}

/* While active or when a dragging class is applied, show grabbing */
.mockup-scroll-wrapper:active,
.mockup-scroll-screen:active,
.mockup-scroll-wrapper.is-dragging,
.mockup-scroll-screen.is-dragging {
  cursor: ns-resize;
}

/* Don't force grab cursor on touch devices */
@media (hover: none) and (pointer: coarse) {
  .mockup-scroll-wrapper,
  .mockup-scroll-screen {
    cursor: default;
  }
}