/*------------------------------------*\
  Abstract
\*------------------------------------*/
/*------------------------------------*\
#Colour Functions
\*------------------------------------*/
/*------------------------------------*\
#Colour Variables
\*------------------------------------*/
/* PINK */
/* BLUE */
/* PURPLE */
/* YELLOW */
/* GREEN */
/* ORANGE */
/*------------------------------------*\
#Breakpoints
\*------------------------------------*/
/*------------------------------------*\
  Base
\*------------------------------------*/
/*------------------------------------*\
  Abstract
\*------------------------------------*/
/*------------------------------------*\
#Global Styles
\*------------------------------------*/
.wp-block-post-excerpt {
  margin-block-start: var(--wp--preset--spacing--small);
}

.hyperlink {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 600;
  color: #f80070;
  text-decoration: none;
  transition: color 0.2s ease;
}
.hyperlink:hover, .hyperlink:focus {
  color: rgb(197, 0, 88.9677419355);
}

/*------------------------------------*\
#JSON Code Block
\*------------------------------------*/
.is-style-dark-code code {
  color: #f5f5f5;
}

.json-editable-highlight {
  background: rgba(255, 230, 0, 0.35); /* brighter yellow */
  border: 1px solid rgba(255, 200, 0, 0.8);
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
  font-weight: 600;
}

.wp-block-code code {
  white-space: pre-wrap;
  word-break: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
}

/*------------------------------------*\
#Instruction Box
\*------------------------------------*/
.aco-instruction-box > * {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}
.aco-instruction-box h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.aco-instruction-box p {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.aco-instruction-box h3 + p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.aco-instruction-box p + p {
  margin-top: 0.25rem;
  margin-bottom: 0.75rem;
}
.aco-instruction-box a {
  color: var(--aco-link-color, #2a4fff);
  border-bottom: 2px solid var(--aco-link-color, #2a4fff);
  text-decoration: none;
}
.aco-instruction-box a:hover {
  color: var(--aco-link-hover-color, #1d37c5);
  border-bottom: 2px solid var(--aco-link-hover-color, #1d37c5);
}

/*------------------------------------*\
#Tutorial Steps
\*------------------------------------*/
.aco-param {
  color: #00ffde;
  font-weight: 600;
}

/*------------------------------------*\
#Tutorial Steps
\*------------------------------------*/
.step-block {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 2rem;
}
.step-block .step-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: none;
  background-color: rgb(200.7721518987, 201.4810126582, 225.2278481013);
  color: rgb(69.6455696203, 71.3037974684, 126.8544303797);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s ease;
  transform: translateY(-0.1rem);
}
.step-block .step-button .step-label {
  display: block;
  transition: opacity 0.2s ease;
}
.step-block .step-button .step-icon {
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.step-block .step-button .step-icon svg {
  width: 1rem;
  height: 1rem;
  fill: rgb(69.6455696203, 71.3037974684, 126.8544303797);
}
.step-block .step-button:hover .step-label, .step-block .step-button:focus .step-label {
  opacity: 0;
}
.step-block .step-button:hover .step-icon, .step-block .step-button:focus .step-icon {
  opacity: 1;
}
.step-block .step-button::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 999;
}
.step-block .step-button:hover::after, .step-block .step-button:focus::after {
  opacity: 1;
}
.step-block.copied .step-button::after {
  content: "Copied";
  opacity: 1;
}
.step-block > .step-content {
  flex: 1;
  margin: 0;
}
.step-block > .step-content p {
  margin-top: 0;
}
.step-block > .step-content p:not(:last-child) {
  margin-bottom: 0.5rem;
}

/*------------------------------------*\
  #Category List Styling
\*------------------------------------*/
.wp-block-categories-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.wp-block-categories-list li {
  text-transform: uppercase;
  font-size: 0.75rem;
  background-color: rgb(200.7721518987, 201.4810126582, 225.2278481013);
  color: #333;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-weight: 600;
}
.wp-block-categories-list li::marker {
  content: none;
}
.wp-block-categories-list li:hover {
  background-color: rgb(151.3860759494, 152.7405063291, 198.1139240506);
}
.wp-block-categories-list li a {
  color: inherit;
  text-decoration: none;
}

/*------------------------------------*\
  #ACO Tool Styling
\*------------------------------------*/
.aco-tool-label.required {
  font-weight: bold;
  color: #8a1c1c;
}

/*------------------------------------*\
  #Form Styling
\*------------------------------------*/
.form-consent {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 0 !important;
}
.form-consent .ff-el-input--label .ff-el-form-label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.form-consent .ff-el-input--label .ff-el-required {
  display: none !important;
}
.form-consent .ff-el-input--content {
  margin-top: 0;
}
.form-consent .ff-el-form-check-input + span::before {
  content: "* ";
  color: var(--fluentform-danger);
  font-weight: 700;
  margin-right: 0.25rem;
}

.mailerlite-note {
  margin-top: 0;
  font-style: italic;
  padding-bottom: 1em;
}

/*------------------------------------*\
  Components
\*------------------------------------*/
/*------------------------------------*\
  Abstract
\*------------------------------------*/
/*------------------------------------*\
  Abstract
\*------------------------------------*/
/*------------------------------------*\
#Breakpoints Mixin
\*------------------------------------*/
/*------------------------------------*\
#Styling Mixin
\*------------------------------------*/
.btn {
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  font-size: 0.9rem;
  padding: 0.5rem 0.75rem;
}

.btn--muted {
  background: #f3f4f6;
  color: #1f2937;
}

.btn--muted:hover {
  background: #e5e7eb;
}

.btn--primary {
  background: #2563eb;
  color: #fff;
  border-color: #1d4ed8;
}

.btn--primary:hover {
  background: #1d4ed8;
}

.btn[disabled] {
  background: #9ca3af;
  border-color: #9ca3af;
  cursor: not-allowed;
}

/*------------------------------------*\
  Abstract
\*------------------------------------*/
/*------------------------------------*\
#Notice Box
\*------------------------------------*/
.aco-notice {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin: 1.5rem 0;
}
.aco-notice .notice-content {
  flex-grow: 1;
  font-size: 0.95rem;
}
.aco-notice .notice-content h4 {
  margin: 0 0 0.25rem 0;
  font-size: 1.2rem;
  font-weight: 600;
}
.aco-notice .notice-content p {
  margin: 0;
}
.aco-notice .notice-content p + p {
  margin-top: 0.75rem;
}
.aco-notice .notice-content a {
  font-weight: 600;
  color: #f80070;
}
.aco-notice .notice-content a:hover {
  color: rgb(197, 0, 88.9677419355);
}
.aco-notice .notice-content ul {
  margin-block-start: 0.5rem;
  margin-block-end: 1rem;
}
.aco-notice .notice-content ul li {
  margin-bottom: 0.25rem;
}
.aco-notice figure {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  margin: 0;
}
.aco-notice figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.aco-notice.aco-tip {
  background: #ffe6bb;
  color: #7f4800;
}
.aco-notice.aco-note {
  background: #e5e5e5;
  color: #3d3d3d;
}
.aco-notice.aco-important {
  background: #ffbbca;
  color: #9b0029;
}
.aco-notice.aco-insight {
  background: #e1e3ff;
  color: #311596;
}
.aco-notice.aco-nextsteps {
  background: #cafce8;
  color: #00562d;
}
.aco-notice.aco-learn {
  background-color: rgb(200.7721518987, 201.4810126582, 225.2278481013);
  color: rgb(69.6455696203, 71.3037974684, 126.8544303797);
}

.aco-approach {
  background-color: rgb(250.1582278481, 250.2215189873, 252.3417721519);
  border-radius: 0;
  border-left: 4px solid rgb(184.3101265823, 185.2341772152, 216.1898734177);
  padding: 1rem 1rem 1rem 2rem;
}

/*------------------------------------*\
#Form Notice
\*------------------------------------*/
.aco-formnotice {
  background: #ffe6bb;
  color: #7f4800;
  border-radius: 4px;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}
.aco-formnotice p {
  margin: 0;
}
.aco-formnotice a {
  font-weight: 600;
  color: #f80070;
}
.aco-formnotice a:hover {
  color: rgb(197, 0, 88.9677419355);
}

.aco-formerror {
  background: #fde8e8;
  color: #8a1c1c;
  border-radius: 4px;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  margin-top: 0.5rem;
}
.aco-formerror p {
  margin: 0;
}
.aco-formerror a {
  font-weight: 600;
  color: #f80070;
}
.aco-formerror a:hover {
  color: rgb(197, 0, 88.9677419355);
}

@media print {
  #bmc-wbtn,
  #bmc-iframe,
  .no-print,
  #prism-copy-btn {
    display: none !important;
  }
  .aco-notice {
    border-radius: 8px;
    border: 1px solid #1d1e28;
  }
  .aco-notice.aco-tip {
    border-color: #7f4800;
  }
  .aco-notice.aco-note {
    border-color: #3d3d3d;
  }
  .aco-notice.aco-important {
    border-color: #9b0029;
  }
  .aco-notice.aco-insight {
    border-color: #311596;
  }
}
/*# sourceMappingURL=print.css.map */
