.suppress-doc-section #document-post-display {
    display: none !important;
}

.sqsa-shortcode-placeholder {
  padding: 24px;
  border: 2px dashed #A67600;
  background: #fff8e5;
  color: #1f2b3a;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.sqsa-doc-section {
  padding: 0;
  margin-bottom: 0;
}

.sqsa-doc-section.has-hidden-header {
  padding-top: 0;
  padding-bottom: 0;
}

.sqsa-doc-section.has-hidden-header .sqsa-doc-container,
.sqsa-doc-section.has-hidden-header .sqsa-doc-copy {
  margin: 0;
  padding: 0;
}

.sqsa-doc-section.is-section-1 {
  /* background: #ffffff; */
}

.sqsa-doc-section.is-section-2 {
  background: #eef1f3;
}

.sqsa-doc-section.entryeeze1 {
  background: #ffffff ;
}

.sqsa-doc-section.entryeeze2 {
  background: var(--gcid-qcr4j87ku8); /* ice blue */
}

.sqsa-doc-container {
  max-width: 1140px;
  margin: 0 auto;
}

.sqsa-doc-copy {
  max-width: none;
}

.sqsa-doc-title {
  margin: 0 0 20px;
  font-size: clamp(22px, 4vw, 30px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #1f1f1f;
  text-align: center;
}

.sqsa-doc-description {
  margin-bottom: 28px;
  font-size: 17px;
  line-height: 1.75;
  color: #333333;
}

.sqsa-doc-description p:last-child {
  margin-bottom: 0;
}

.sqsa-doc-toggle-wrap {
  margin-bottom: 24px;
}

.sqsa-doc-toggle-wrap--after {
    margin-top: 24px;
}

.sqsa-doc-download-wrap {
    margin-bottom: 16px;
}

.sqsa-doc-toggle:hover,
.sqsa-doc-toggle:focus {
  opacity: 0.92;
} */
 

.sqsa-doc-panel {
  margin-top: 8px;
}

.has-hidden-header .sqsa-doc-panel {
  margin-top: 0;
}

.sqsa-doc-panel__inner {
  width: 100%;
}

.sqsa-doc-panel.is-collapsed {
  display: none;
}

.sqsa-doc-panel.is-open {
  display: block;
}

.sqsa-doc-panel iframe,
.sqsa-doc-panel embed,
.sqsa-doc-panel object {
  max-width: 100%;
}

.sqsa-doc-panel__inner .pdfemb-viewer,
.sqsa-doc-panel__inner .pdfemb-embed,
.sqsa-doc-panel__inner .pdfemb-page {
  max-width: 100%;
}

.sqsa-doc-panel__inner .pdfemb-viewer {
  margin-top: 0;
}

.sqsa-doc-panel__inner .pdfemb-toolbar {
  z-index: 1;
}

.sqsa-doc-panel__inner p,
.sqsa-doc-panel__inner li {
  font-size: 17px;
  line-height: 1.75;
  color: #333333;
}

.sqsa-doc-panel__inner h2,
.sqsa-doc-panel__inner h3,
.sqsa-doc-panel__inner h4 {
  color: #1f1f1f;
}

@media (max-width: 767px) {
  .sqsa-doc-section {
    padding: 48px 20px;
  }

  .sqsa-doc-description,
  .sqsa-doc-panel__inner p,
  .sqsa-doc-panel__inner li {
    font-size: 16px;
    line-height: 1.7;
  }

  .sqsa-doc-toggle {
    width: 100%;
  }
}

/* ---- PDF.js Viewer: hide unwanted toolbar items ---- */
#openFile,
#secondaryOpenFile,
#presentationMode,
#secondaryPresentationMode,
#viewBookmark,
#secondaryViewBookmark,
#firstPage,
#lastPage,
#pageRotateCw,
#pageRotateCcw,
#cursorSelectTool,
#cursorHandTool,
#scrollPage,
#scrollVertical,
#scrollHorizontal,
#scrollWrapped,
#spreadNone,
#spreadOdd,
#spreadEven,
#documentProperties,
#secondaryToolbarToggle,
#secondaryToolbar {
    display: none !important;
}

/* ---- Viewer background colour ---- */
#viewerContainer {
    background-color: #ffffff !important;
}

.toolbarButtonWithContainer > .toolbarButton {
    display: none;
}
.pdfViewer {
    background-color: aliceblue;
}

/* ---- Local docs: let Divi's row width control the container ---- */
.sqsa-doc-section[data-doc-type="local"] .sqsa-doc-container,
.sqsa-doc-section[data-doc-type="local"] .sqsa-doc-copy {
  max-width: none;
}

.sqsa-doc-section[data-doc-type="local"] {
  padding-left: 0;
  padding-right: 0;
}

/* ---- Table doc type ---- */
.sqsa-table-intro {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.75;
  color: #333333;
}

.sqsa-table-intro p:last-child {
  margin-bottom: 0;
}

.sqsa-doc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #c89b00;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 16px;
}

.has-hidden-header .sqsa-doc-table-wrap {
  margin-top: 0;
}

.sqsa-doc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2b3a;
}

.sqsa-doc-table th,
.sqsa-doc-table td {
  padding: 14px 18px;
  text-align: left;
  border-right: 1px solid #c89b00;
  border-bottom: 1px solid #c89b00;
  vertical-align: top;
}

.sqsa-doc-table th:last-child,
.sqsa-doc-table td:last-child {
  border-right: none;
}

.sqsa-doc-table tbody tr:last-child td {
  border-bottom: none;
}

.sqsa-doc-table thead th {
  background: #c89b00;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-color: #c89b00;
}

.sqsa-doc-table tbody tr {
  background: #ffffff;
}

.sqsa-doc-table.has-alternating-rows tbody tr:nth-child(even) {
  background: #fffaf0;
}

.sqsa-doc-table tbody tr:hover {
  background: #fef3cc;
}

/* =============================================================================
   Tables inside custom documents (doc_content)
   Matches the competition table aesthetic
   ============================================================================= */

.sqsa-doc-section[data-doc-type="custom"] table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.5;
  color: #1f2b3a;
  outline: 1px solid #c89b00;
  border-radius: 8px;
  overflow: hidden;
  margin: 16px 0;
}

.sqsa-doc-section[data-doc-type="custom"] table th,
.sqsa-doc-section[data-doc-type="custom"] table td {
  padding: 14px 18px;
  text-align: left;
  border-right: 1px solid #c89b00;
  border-bottom: 1px solid #c89b00;
  vertical-align: top;
}

.sqsa-doc-section[data-doc-type="custom"] table th:last-child,
.sqsa-doc-section[data-doc-type="custom"] table td:last-child {
  border-right: none;
}

.sqsa-doc-section[data-doc-type="custom"] table tbody tr:last-child td {
  border-bottom: none;
}

.sqsa-doc-section[data-doc-type="custom"] table thead th {
  background: #c89b00;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-color: #c89b00;
}

.sqsa-doc-section[data-doc-type="custom"] table tbody tr {
  background: #ffffff;
}

.sqsa-doc-section[data-doc-type="custom"] table tbody tr:nth-child(even) {
  background: #fffaf0;
}

.sqsa-doc-section[data-doc-type="custom"] table tbody tr:hover {
  background: #fef3cc;
}

/* Local doc type also gets table styles */
.sqsa-doc-section[data-doc-type="table"] .sqsa-doc-container,
.sqsa-doc-section[data-doc-type="table"] .sqsa-doc-copy {
  max-width: none;
}

.sqsa-doc-section[data-doc-type="table"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .sqsa-doc-table th,
  .sqsa-doc-table td {
    padding: 8px 10px;
    font-size: 14px;
  }
}