/* CK EDITOR 5 */
.ck-editor__editable {
  min-height: 250px;
}

.ck.ck-balloon-panel.ck-powered-by-balloon .ck.ck-powered-by {
  display: none !important;
}
/* CK EDITOR 5 */

/* Cart Page Purchasable */
.item_error_msg {
  /* display: none; */
  transition: display 0.5s ease;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  position: absolute;
  top: auto;
  padding: 15px;
  z-index: 9999;
}

.item-not-purchasable {
  background-color: #b2b2b2 !important;
  background-image: unset;
}

/* Cart Page Purchasable */

/* September 23, 2024 - Table not displaying */
figure table {
  border-collapse: collapse;
  width: 100%;
}

figure table td {
  border: 1px solid black;
  padding: 8px;
}

/* Sept 26, 2024 - CK EDitor Styles */

/* Bebas Neue - Latin */
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  src: local("Bebas Neue"),
    url("https://fonts.gstatic.com/s/bebasneue/v13/JTUSjIg69CK48gW7PXooxW5rygbi49cG.woff2") format("woff2");
  unicode-range: U+0000-00FF; /* Latin */
  font-display: swap;
}

/* PT Serif - Latin, Regular */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif Regular"),
    url("https://fonts.gstatic.com/s/ptserif/v16/EJRVQgYoZZY2vCFuvAFWzJYvLqJG.woff2") format("woff2");
  unicode-range: U+0000-00FF; /* Latin */
  font-display: swap;
}

/* PT Serif - Latin, Bold */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"),
    url("https://fonts.gstatic.com/s/ptserif/v16/EJRSQgYoZZY2vCFuvAnt3oxxigbo6Q.woff2") format("woff2");
  unicode-range: U+0000-00FF; /* Latin */
  font-display: swap;
}

/* PT Serif - Latin, Italic */
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: local("PT Serif Italic"),
    url("https://fonts.gstatic.com/s/ptserif/v16/EJRUQgYoZZY2vCFuvAFr_PZziQbo6fAz.woff2") format("woff2");
  unicode-range: U+0000-00FF; /* Latin */
  font-display: swap;
}

.ck.ck-content {
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.6;
  padding: 2em;
}

.ck-content .ck-horizontal-line {
  margin-bottom: 1em;
}

.ck.ck-content hr {
  width: 100%;
  border-top: 1px solid #aaa;
  height: 1px;
  margin: 1em auto;
}

.ck.ck-content h3.category {
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: bold;
  color: #d1d1d1;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
}

.ck.ck-content h2.document-title {
  font-family: "Bebas Neue";
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
}

.ck.ck-content h3.document-subtitle {
  font-size: 20px;
  color: #e91e63;
  margin: 0 0 1em;
  font-weight: normal;
  padding: 0;
}

.ck.ck-content p.info-box {
  --background-size: 30px;
  --background-color: #e91e63;
  padding: 1.2em 2em;
  border: 1px solid var(--background-color);
  background: linear-gradient(
      135deg,
      var(--background-color) 0%,
      var(--background-color) var(--background-size),
      transparent var(--background-size)
    ),
    linear-gradient(
      135deg,
      transparent calc(100% - var(--background-size)),
      var(--background-color) calc(100% - var(--background-size)),
      var(--background-color)
    );
  border-radius: 10px;
  margin: 1.5em 2em;
  box-shadow: 5px 5px 0 #ffe6ef;
}

p.info-box {
  --background-size: 30px;
  --background-color: #e91e63;
  padding: 1.2em 2em;
  border: 1px solid var(--background-color);
  background: linear-gradient(
      135deg,
      var(--background-color) 0%,
      var(--background-color) var(--background-size),
      transparent var(--background-size)
    ),
    linear-gradient(
      135deg,
      transparent calc(100% - var(--background-size)),
      var(--background-color) calc(100% - var(--background-size)),
      var(--background-color)
    );
  border-radius: 10px;
  margin: 1.5em 2em;
  box-shadow: 5px 5px 0 #ffe6ef;
}

.ck.ck-content blockquote.side-quote {
  font-family: "Bebas Neue";
  font-style: normal;
  float: right;
  width: 35%;
  position: relative;
  border: 0;
  overflow: visible;
  z-index: 1;
  margin-left: 1em;
}

.ck.ck-content blockquote.side-quote::before {
  content: "“";
  position: absolute;
  top: -37px;
  left: -10px;
  display: block;
  font-size: 200px;
  color: #e7e7e7;
  z-index: -1;
  line-height: 1;
}

.ck.ck-content blockquote.side-quote p {
  font-size: 2em;
  line-height: 1;
}

.ck.ck-content blockquote.side-quote p:last-child:not(:first-child) {
  font-size: 1.3em;
  text-align: right;
  color: #555;
}

.ck.ck-content span.marker {
  background: yellow;
}

span.marker {
  background: yellow;
}

.ck.ck-content span.spoiler {
  background: #000;
  color: #000;
}

.ck.ck-content span.spoiler:hover {
  background: #000;
  color: #fff;
}

span.spoiler {
  background: #000;
  color: #000;
}

span.spoiler:hover {
  background: #000;
  color: #fff;
}

.ck.ck-content pre.fancy-code {
  border: 0;
  margin-left: 2em;
  margin-right: 2em;
  border-radius: 10px;
}

.ck.ck-content pre.fancy-code::before {
  content: "";
  display: block;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NCAxMyI+CiAgPGNpcmNsZSBjeD0iNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGMzZCNUMiLz4KICA8Y2lyY2xlIGN4PSIyNi41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiNGOUJFNEQiLz4KICA8Y2lyY2xlIGN4PSI0Ny41IiBjeT0iNi41IiByPSI2LjUiIGZpbGw9IiM1NkM0NTMiLz4KPC9zdmc+Cg==);
  margin-bottom: 8px;
  background-repeat: no-repeat;
}

.ck.ck-content pre.fancy-code-dark {
  background: #272822;
  color: #fff;
  box-shadow: 5px 5px 0 #0000001f;
}

.ck.ck-content pre.fancy-code-bright {
  background: #dddfe0;
  color: #000;
  box-shadow: 5px 5px 0 #b3b3b3;
}
/* Sept 24, 2024 - Horizontal Line Not showing */
.item-description hr {
  border-top: 1px solid black;
}
/* Sept 24, 2024 - Anchor links ARC-14575 */
.item-description a,
.item-description a:hover,
.item-description a:focus,
.item-description a:active {
  text-decoration: underline;
  outline: unset;
  color: #337ab7;
}
/* September 26, 2024 - Table not displaying */
.info-container table {
  border-collapse: collapse;
  width: 100%;
}

.info-container table td {
  border: 1px solid black;
  padding: 8px;
}
/* Subtitle CSS - Sept 27, 2024 */
h3.document-subtitle {
  font-size: 20px;
  color: #e91e63;
  margin: 0 0 1em;
  font-weight: normal;
  padding: 0;
}

blockquote {
  border-left: 5px solid #ccc !important;
}

/* Side Quote CSS - Sept 27, 2024 */
blockquote.side-quote {
  font-family: "Bebas Neue";
  font-style: normal;
  float: right;
  width: 35%;
  position: relative;
  border: 0;
  overflow: visible;
  z-index: 1;
  margin-left: 1em;
}

blockquote.side-quote::before {
  content: "“";
  position: absolute;
  top: -37px;
  left: -10px;
  display: block;
  font-size: 200px;
  color: #e7e7e7;
  z-index: -1;
  line-height: 1;
}
blockquote.side-quote p {
  font-size: 2em;
  line-height: 1;
}

blockquote.side-quote p:last-child:not(:first-child) {
  font-size: 1.3em;
  text-align: right;
  color: #555;
}
/* Sept 27, 2024 - ARTICLE H3 */
h3.category {
  font-family: "Bebas Neue";
  font-size: 20px;
  font-weight: bold;
  color: #d1d1d1;
  letter-spacing: 10px;
  margin: 0;
  padding: 0;
}
