/* 独立的店铺打开提示，不影响美工首页及轮播的样式。 */
.taobao-open-dialog {
  box-sizing: border-box;
  width: min(420px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  margin: auto;
  padding: 0;
  overflow: auto;
  border: 1px solid #d9c6b1;
  border-radius: 4px;
  background: #f4eee6;
  color: #684625;
  box-shadow: 0 16px 60px rgb(67 37 23 / 16%);
  font-family: inherit;
  text-align: left;
}
.taobao-open-dialog::backdrop { background: rgb(53 34 25 / 16%); }
.taobao-open-panel { padding: 26px 24px 20px; }
.taobao-open-heading { display: flex; align-items: center; gap: 12px; }
.taobao-open-heading h2 {
  flex: 1;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.taobao-open-dialog button,
.taobao-open-dialog a {
  box-sizing: border-box;
  font: inherit;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  cursor: pointer;
}
.taobao-open-close {
  min-width: 44px;
  min-height: 44px;
  padding: 6px;
  border: 0;
  background: transparent;
  color: #684625;
}
.taobao-open-status { margin: 16px 0 22px; font-size: 15px; line-height: 1.8; }
.taobao-open-actions { display: grid; gap: 10px; }
.taobao-open-primary,
.taobao-open-web {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #750000;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
}
.taobao-open-primary { background: #750000; color: #fff6e9; }
.taobao-open-web { background: transparent; color: #750000; }
.taobao-open-copy {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: #684625;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.taobao-open-dialog :focus-visible { outline: 2px solid #996d37; outline-offset: 3px; }
.taobao-open-url {
  box-sizing: border-box;
  width: 100%;
  min-height: 44px;
  margin-top: 12px;
  padding: 10px;
  border: 1px solid #c8b398;
  border-radius: 2px;
  background: #fffaf4;
  color: #684625;
  font-size: 16px;
}
.taobao-open-url[hidden] { display: none; }
.taobao-open-note { margin: 16px 0 0; color: #775b43; font-size: 14px; line-height: 1.7; }
@media (max-width: 360px) {
  .taobao-open-panel { padding: 20px 16px 16px; }
  .taobao-open-heading h2 { font-size: 18px; }
}
