.script-template-wrapper h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -1.25px;
  margin: 0 0 12px;
}

.script-template-wrapper h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px;
}

.script-template-wrapper h3 {
  font-size: calc(1.3rem + 1vw);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.script-template-wrapper h4 {
  font-size: calc(1.275rem + 0.75vw);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.5px;
  margin: 0 0 12px;
}

.script-template-wrapper h5,
.script-template-wrapper .h5 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin: 0 0 12px;
}

.script-template-wrapper h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px;
}

.script-template-wrapper p,
.script-template-wrapper ul li {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin: 0 0 16px;
}

.script-template-wrapper *,
.script-template-wrapper *::before,
.script-template-wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.script-template-wrapper .sec-content {
  margin-bottom: 32px;
}

.script-template-wrapper strong {
  font-weight: 500;
}

.script-template-wrapper ul {
  list-style-type: none;
  padding: 0;
}

.script-template-wrapper ul li {
  padding-left: 0;
  margin-bottom: 4px;
}

.script-template-wrapper .script-template-title-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.script-template-wrapper .opm-btn-text {
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 16px;
  color: #006DEB;
  cursor: pointer;
  padding: 0;
  padding: 8px 14px;
}

.script-template-wrapper .script-template-wrapper {
  margin-top: 12px;
}

.script-template-wrapper .script-template-wrapper .script-template-item {
  border-bottom: 1px solid #EDEDED;
}

.script-template-wrapper .script-template-wrapper .script-template-item:first-child {
  border-top: 1px solid #EDEDED;
}

.script-template-wrapper .script-template-wrapper .script-template-item.active .script-template-header {
  gap: 0 32px;
  padding-bottom: 8px;
}

.script-template-wrapper .script-template-wrapper .script-template-item.active .script-template-header .chevron-right {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.script-template-wrapper .script-template-wrapper .script-template-item.active .script-template-header .script-title-content p {
  -webkit-line-clamp: initial;
}

.script-template-wrapper .script-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  gap: 0 20px;
}

.script-template-wrapper .script-template-header .script-title-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.script-template-wrapper .script-template-header .script-title-item .script-title-content h6 {
  margin-bottom: 4px;
}

.script-template-wrapper .script-template-header .script-title-item .script-title-content p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.script-template-wrapper .script-template-header .chevron-right {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDggMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDEzTDcgN0wxIDEiIHN0cm9rZT0iIzlEOUQ5RCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-position: 50%;
}

.script-template-wrapper .script-template-header .download-btn {
  color: inherit;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6px;
  text-decoration: none;
  padding: 8px 12px 8px 14px;
  border-radius: 4px;
}

.script-template-wrapper .script-template-header .download-btn span:first-child {
  line-height: normal;
}

.script-template-wrapper .script-template-header .download-btn.active,
.script-template-wrapper .script-template-header .download-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.script-template-wrapper .script-template-header .download-btn.active .download-icon,
.script-template-wrapper .script-template-header .download-btn:hover .download-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.script-template-wrapper .script-template-header .download-btn .download-icon {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzIDkuNVYxMi4xNjY3QzEzIDEyLjUyMDMgMTIuODU5NSAxMi44NTk0IDEyLjYwOTUgMTMuMTA5NUMxMi4zNTk0IDEzLjM1OTUgMTIuMDIwMyAxMy41IDExLjY2NjcgMTMuNUgyLjMzMzMzQzEuOTc5NzEgMTMuNSAxLjY0MDU3IDEzLjM1OTUgMS4zOTA1MiAxMy4xMDk1QzEuMTQwNDggMTIuODU5NCAxIDEyLjUyMDMgMSAxMi4xNjY3VjkuNSIgc3Ryb2tlPSIjMUMxRDFGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0zLjY2NjUgNi4xNjY2M0w2Ljk5OTg0IDkuNDk5OTZMMTAuMzMzMiA2LjE2NjYzIiBzdHJva2U9IiMxQzFEMUYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTcgOS41VjEuNSIgc3Ryb2tlPSIjMUMxRDFGIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
  background-position: 50%;
  background-repeat: no-repeat;
}

.script-template-wrapper .d-block {
  display: block !important;
}

.script-template-wrapper .d-none {
  display: none !important;
}

.script-template-wrapper .script-template-body {
  padding: 0 0 16px 36px;
  display: none;
}

.script-template-wrapper .script-template-body table th {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  min-width: 140px;
  padding: 8px 0;
}

.script-template-wrapper .script-template-body table td {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  word-break: break-word;
}

.script-template-wrapper .script-template-body table td p {
  margin-bottom: 8px;
}

.script-template-wrapper .script-template-body table td p:last-child {
  margin-bottom: 0;
}

.script-template-wrapper .script-template-body code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fef9e6;
  border: 1px solid #FDF0C4;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
}

@media screen and (max-width: 475px) {
  .script-template-wrapper .script-template-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .script-template-wrapper .script-template-header .download-btn {
    margin: 20px auto 0;
  }
}