.bank-journey .bank-guided-panel.bk-chat-widget.bk-chat-resources-widget.bk-chat-design {
  position: fixed;
  width: min(560px, calc(100vw - 32px));
  border-color: rgba(15, 157, 140, 0.48);
  border-radius: 30px;
  background: #fbfaf5;
  box-shadow:
    0 34px 90px rgba(20, 34, 79, 0.3),
    0 0 0 5px rgba(15, 157, 140, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.bank-journey .bank-guided-panel.bk-chat-widget.bk-chat-resources-widget.bk-chat-design::before {
  position: absolute;
  top: 9px;
  left: 50%;
  z-index: 2;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: rgba(91, 100, 115, 0.34);
  content: "";
  transform: translateX(-50%);
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-head {
  min-height: 88px;
  border-bottom-color: rgba(231, 225, 210, 0.92);
  padding: 24px 14px 14px 18px;
  background:
    radial-gradient(circle at 88% 0, rgba(217, 149, 33, 0.08), transparent 26%),
    linear-gradient(145deg, #fffefb 0%, #f7fbf9 100%);
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand {
  gap: 12px;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-status {
  width: 16px;
  height: 16px;
  box-shadow: 0 0 0 8px rgba(15, 157, 140, 0.1);
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand strong {
  color: var(--navy, #14224F);
  font-size: 1.18rem;
  font-weight: 850;
  letter-spacing: -0.015em;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand small {
  color: var(--teal-dark, #0B6F62);
  font-size: 0.82rem;
  font-weight: 800;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand small[hidden] {
  display: none !important;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-close {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 6px 18px rgba(20, 34, 79, 0.07);
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-window-body {
  background:
    radial-gradient(circle at 100% 10%, rgba(217, 149, 33, 0.055), transparent 24%),
    #fbfaf5;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 157, 140, 0.35) transparent;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-resource-view {
  gap: 16px;
  padding: 20px 22px 24px;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-resource-home {
  gap: 16px;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-design-intro {
  border: 0;
  padding: 0 0 2px;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-design-intro .bk-chat-resource-title {
  margin: 0;
  color: var(--teal-dark, #0B6F62);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.01em;
}

.bk-chat-resource-actions.bk-chat-design-needs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bk-chat-resource-action.bk-chat-design-action {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 92px;
  width: 100%;
  align-items: center;
  align-content: center;
  grid-template-columns: 44px minmax(0, 1fr) 16px;
  gap: 10px;
  border: 1px solid rgba(15, 157, 140, 0.26);
  border-radius: 18px;
  padding: 12px 11px;
  background:
    radial-gradient(circle at 96% 4%, rgba(217, 149, 33, 0.06), transparent 30%),
    rgba(255, 255, 255, 0.92);
  box-shadow:
    0 9px 22px rgba(20, 34, 79, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  color: var(--navy, #14224F);
  text-align: left;
  text-decoration: none;
  transition:
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.bk-chat-resource-action.bk-chat-design-action:hover {
  border-color: rgba(15, 157, 140, 0.64);
  background:
    radial-gradient(circle at 96% 4%, rgba(217, 149, 33, 0.09), transparent 30%),
    #fff;
  box-shadow: 0 14px 30px rgba(11, 111, 98, 0.12);
  transform: translateY(-1px);
}

.bk-chat-resource-action.bk-chat-design-action:focus-visible {
  outline: 3px solid rgba(15, 157, 140, 0.42);
  outline-offset: 2px;
}

.bk-chat-design-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(15, 157, 140, 0.08);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(225, 245, 239, 0.98), rgba(244, 251, 248, 0.98));
  color: var(--teal-dark, #0B6F62) !important;
  font-size: 0 !important;
}

.bk-chat-design-icon svg,
.bk-chat-design-chevron svg,
.bk-chat-design-guide-chevron svg,
.bk-chat-design-trust-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bk-chat-design-icon svg {
  width: 25px;
  height: 25px;
}

.bk-chat-resource-action .bk-chat-design-label {
  min-width: 0;
  color: var(--navy, #14224F);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.bk-chat-design-chevron,
.bk-chat-design-guide-chevron {
  display: grid;
  width: 16px;
  height: 22px;
  place-items: center;
  color: var(--teal-dark, #0B6F62) !important;
  font-size: 0 !important;
}

.bk-chat-design-chevron svg,
.bk-chat-design-guide-chevron svg {
  width: 16px;
  height: 22px;
  stroke-width: 2.4;
}

.bk-chat-design-footer {
  border: 0;
  padding: 0;
}

.bk-chat-design-trust {
  display: grid;
  min-width: 0;
  min-height: 70px;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(20, 34, 79, 0.08);
  border-radius: 18px;
  padding: 11px 13px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow:
    0 10px 28px rgba(20, 34, 79, 0.045),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.bk-chat-design-trust-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgba(15, 157, 140, 0.12);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(238, 250, 247, 0.98), rgba(255, 255, 255, 0.96));
  color: var(--teal-dark, #0B6F62);
}

.bk-chat-design-trust-icon svg {
  width: 22px;
  height: 22px;
}

.bk-chat-design-trust-copy {
  margin: 0;
  color: var(--slate, #5B6473);
  font-size: 0.76rem;
  line-height: 1.45;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-resource-head {
  gap: 8px;
  border-bottom: 0;
  padding-bottom: 0;
}

.bk-chat-resources-widget.bk-chat-design .bk-chat-resource-head .eyebrow,
.bk-chat-resources-widget.bk-chat-design .bk-chat-resource-head .bk-chat-resource-copy {
  display: none !important;
}

.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="guided"] .bank-guided-intro,
.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="fee"] .bank-v2-section-head,
.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="home"] .bk-chat-resource-copy,
.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="home"] .bk-chat-resource-context,
.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="home"] .bk-chat-design-info {
  display: none !important;
}

.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="guides"] .bank-v2-guide-card p {
  display: none !important;
}

.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="guides"] .bk-chat-design-guide-card {
  position: relative;
  min-height: 72px;
  padding: 15px 48px 15px 16px;
}

.bk-chat-resources-widget.bk-chat-design [data-bk-resource-panel="guides"] .bk-chat-design-guide-card h3 {
  margin: 5px 0 0;
  font-size: 0.98rem;
  line-height: 1.28;
}

.bk-chat-design-guide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  margin: 0 !important;
  font-size: 0 !important;
  text-decoration: none !important;
}

.bk-chat-design-guide-chevron {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.bk-chat-launcher[aria-expanded="true"] {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px) scale(0.9);
}

@media (max-width: 700px) {
  .bank-journey .bank-guided-panel.bk-chat-widget.bk-chat-resources-widget.bk-chat-design {
    right: max(8px, env(safe-area-inset-right));
    bottom: max(8px, env(safe-area-inset-bottom));
    left: max(8px, env(safe-area-inset-left));
    width: auto;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    border-radius: 28px;
  }

  .bk-chat-resources-widget.bk-chat-design .bk-chat-window-head {
    min-height: 84px;
    padding: 23px 10px 13px 14px;
  }

  .bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand strong {
    font-size: 1.06rem;
  }

  .bk-chat-resources-widget.bk-chat-design .bk-chat-window-brand small {
    font-size: 0.76rem;
  }

  .bk-chat-resources-widget.bk-chat-design .bk-chat-resource-view {
    gap: 14px;
    padding: 16px 14px 18px;
  }

  .bk-chat-resource-actions.bk-chat-design-needs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .bk-chat-resource-action.bk-chat-design-action {
    min-height: 88px;
    grid-template-columns: 40px minmax(0, 1fr) 14px;
    gap: 8px;
    padding: 10px 8px;
  }

  .bk-chat-design-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .bk-chat-design-icon svg {
    width: 23px;
    height: 23px;
  }

  .bk-chat-resource-action .bk-chat-design-label {
    font-size: 0.78rem;
  }
}

@media (max-width: 360px) {
  .bk-chat-resource-actions.bk-chat-design-needs-grid {
    grid-template-columns: 1fr;
  }

  .bk-chat-resource-action.bk-chat-design-action {
    min-height: 68px;
    grid-template-columns: 44px minmax(0, 1fr) 16px;
    padding: 10px 12px;
  }

  .bk-chat-resource-action .bk-chat-design-label {
    font-size: 0.84rem;
  }
}

@media (max-height: 680px) {
  .bk-chat-resources-widget.bk-chat-design .bk-chat-resource-view {
    gap: 12px;
  }

  .bk-chat-resource-action.bk-chat-design-action {
    min-height: 78px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bk-chat-resource-action.bk-chat-design-action,
  .bk-chat-launcher[aria-expanded="true"] {
    transition: none !important;
  }

  .bk-chat-resource-action.bk-chat-design-action:hover {
    transform: none;
  }
}

@media (forced-colors: active) {
  .bank-journey .bank-guided-panel.bk-chat-widget.bk-chat-resources-widget.bk-chat-design,
  .bk-chat-design-trust,
  .bk-chat-resource-action.bk-chat-design-action,
  .bk-chat-design-trust-icon,
  .bk-chat-design-icon {
    border: 1px solid CanvasText;
    background: Canvas;
    box-shadow: none;
    color: CanvasText;
  }
}