body.m11-online-open {
  overflow: hidden;
  overscroll-behavior: none;
}

.m11-online-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin: 0 0 12px;
  padding: 16px;
  border: 1px solid #d9dce3;
  border-radius: 20px;
  background: #fff;
}

.m11-online-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.m11-online-copy b {
  font-size: 17px;
}

.m11-online-copy span {
  color: #666;
  font-size: 12px;
  line-height: 1.35;
}

.m11-online-button {
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid #111;
  border-radius: 15px;
  background: #fff;
  color: #111;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.m11-online-button:active {
  transform: translateY(1px);
  background: #f1f1f1;
}

.m11-online-sheet {
  position: fixed;
  z-index: 9200;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px 16px max(16px, env(safe-area-inset-bottom));
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.m11-online-panel {
  width: min(100%, 560px);
  max-height: calc(100dvh - max(32px, env(safe-area-inset-top)));
  overflow-y: auto;
  padding: 10px 18px 18px;
  border-radius: 24px;
  background: #f7f7f7;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .32);
}

.m11-online-handle {
  width: 44px;
  height: 5px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: #c7c7c7;
}

.m11-online-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.m11-online-head h2 {
  font-size: 26px;
  line-height: 1.05;
}

.m11-online-close {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background: #e3e3e3;
  color: #111;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}

.m11-online-product {
  display: grid;
  gap: 4px;
  margin: 16px 0 12px;
  padding: 13px 14px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #e4e4e4;
}

.m11-online-product b {
  font-size: 15px;
  line-height: 1.25;
}

.m11-online-product span {
  color: #666;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.m11-online-links {
  display: grid;
  gap: 9px;
}

.m11-provider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 66px;
  padding: 12px 14px;
  border: 1px solid #dedede;
  border-radius: 16px;
  background: #fff;
  color: #111;
  text-decoration: none;
}

.m11-provider.primary {
  border-color: #111;
  background: #111;
  color: #fff;
}

.m11-provider span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.m11-provider b {
  font-size: 15px;
}

.m11-provider small {
  color: #777;
  font-size: 11px;
}

.m11-provider.primary small {
  color: #cfcfcf;
}

.m11-provider strong {
  flex: 0 0 auto;
  font-size: 12px;
}

.m11-online-note,
.m11-online-safety {
  margin: 12px 2px 0;
  color: #555;
  font-size: 12px;
  line-height: 1.4;
}

.m11-online-safety {
  margin-top: 7px;
  color: #777;
  font-size: 11px;
}

@media (max-width: 520px) {
  .m11-online-card {
    grid-template-columns: 1fr;
  }

  .m11-online-button {
    width: 100%;
  }

  .m11-online-sheet {
    padding: 8px 8px max(8px, env(safe-area-inset-bottom));
  }

  .m11-online-panel {
    padding: 9px 14px 15px;
    border-radius: 22px;
  }
}
