.export-wcpt {
  margin: 50px 0;
  color: #4c4c4c;
  padding: 20px;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 6px;
}

.export-wcpt h2 {
  color: #000;
}

.export-wcpt > span > a.export-trigger {
  background: #2196f3;
  color: #ffffff !important;
  padding: 10px 20px;
  margin-right: 8px;
  border-radius: 4px;
  border: 4px solid rgba(0, 0, 0, 0.05);
  display: inline-flex;
  gap: 6px;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 900;
}

.export-wcpt > span > a.export-trigger > .wcpt-icon {
  vertical-align: baseline;
  top: -2px;
  right: -4px;
  position: relative;
  stroke-width: 3;
  font-size: 18px;
}

.export-wcpt > span > .beta {
  font-size: 14px;
  text-transform: uppercase;
  padding: 2px 10px;
  background: #ff9800;
  color: white;
  vertical-align: text-bottom;
  margin-left: 8px;
  border-radius: 12px;
  letter-spacing: 1px;
  border: 2px solid rgba(0, 0, 0, 0.15);
}

/*-- popup --*/
.export-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  backdrop-filter: blur(5px);
}

.export-popup > div {
  background: white;
  width: 830px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.export-popup > div:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  border: 2px solid #f7f7f7;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: inherit;
  box-sizing: border-box;
  pointer-events: none;
}

.export-popup > div > h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

.export-popup > div > ol {
  padding-left: 1em;
  margin: 16px 0 8px;
  font-size: 18px;
}

.export-popup > div > ol > li {
  margin: 0 0 1em 0;
  line-height: 1.8em;
  font-size: 16px;
  color: #666;
}

.export-popup > div > ol > li:last-child {
  margin: 0;
}

.export-popup > div > ol > li > strong {
  font-size: 18px;
  color: #000;
}

.export-popup > div span {
  margin: 0.1em 0 0 0;
  display: inline-block;
  font-size: 16px;
}

.export-popup > div span strong {
  color: #000;
}

.show-export-popup > .export-popup {
  display: block;
}

.export-popup .wcpt-icon {
  stroke-width: 3px;
  vertical-align: text-top;
  margin: 0 4px 0 0;
  display: inline-block;
}

.export-popup-active {
  overflow: hidden;
}

.export-popup-active .wcpt-cart-widget {
  display: none;
}

/* demo notes */
.shortcode-options td:first-child {
  width: 300px;
}

@media (max-width: 900px) {
  .shortcode-options td {
    width: auto !important;
  }
}

.wp-block-code code {
  display: block !important;
  background-color: #f9f9f9;
  padding: 20px;
}

.export-popup a {
  font-weight: 900;
}
