.takeover-sticky-result {
  position: sticky;
  top: 120px;
  z-index: 10;
  align-self: flex-start;
  margin-bottom: 80px;
}

.reset-btn:hover {
  color: #77CCD1 !important;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .kpr-bank-section .col-md-5 {
    width: 47%;
    aspect-ratio: 1 / 1;
  }
}

/* --- Bottom Sheet Hasil Simulasi (Mobile) --- */
@media (max-width: 768px) {
  .kpr-result {
    position: fixed;
    left: 0;
    top: unset;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0px -15px 44px rgba(0, 0, 0, 0.10);
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(.4, 0, .2, 1);
    height: auto;
    max-height: none;
    overflow-y: visible;
    overflow-y: auto;
    overscroll-behavior: contain;
    display: block;
    border: 1px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(180deg, #50C3CB 0%, transparent 15%) border-box;
    margin-bottom: 0;
    padding: 0 16px;
  }

  .sheet-dragger {
    width: 100px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 999px;
    margin: 6px auto 20px auto;
    display: block;
    cursor: grab;
    touch-action: none;
    flex-shrink: 0;
  }

  .sheet-dragger:active {
    cursor: grabbing;
  }

  .result-title {
    margin-bottom: 14px;
    padding-left: 2px;
  }

  .btn-kpr {
    padding: 10px 18px;
  }
}

/* Hide dragger and sheet-content on desktop */
@media (min-width: 769px) {
  .sheet-dragger {
    display: none !important;
  }
}