/* Shared canonical presentation for CPL 02-02-079 Appendices */
.cplAppendixBody {
  color: #000;
  font-family: verdana, arial, helvetica;
  font-size: 14px;
  line-height: 1.55;
}

.cplAppendixTitle,
.cplAppendixSubtitle {
  text-align: center;
}

.cplAppendixTitle {
  margin: 1.2em 0 0.2em;
  color: #17324d;
  font-size: 24px;
}

.cplAppendixSubtitle {
  margin: 0 0 1.2em;
  font-size: 19px;
}

.cplAppendixSectionHeader {
  margin: 1.7em 0 0.75em;
  padding: 0.52em 0.72em;
  border-left: 6px solid #4d8fbd;
  background: #dcecf7;
  color: #17324d;
  font-size: 16px;
  scroll-margin-top: 120px;
}

.cplOutlineSection {
  margin: 1.6em 0;
}

.cplOutlineList,
.cplOutlineSubList {
  list-style: none;
}

.cplOutlineList {
  margin: 0.5em 0 1em;
  padding-left: 1em;
}

.cplOutlineSubList {
  margin: 0.4em 0 0.65em 1.8em;
  padding-left: 0;
  border-left: 2px solid #d3e1e9;
}

.cplOutlineList > li,
.cplOutlineSubList > li {
  margin: 0.35em 0;
  padding-left: 0.6em;
}

.cplSemanticNumberList {
  margin: 0.6em 0em 1.2em;
  padding-left: 2.4em;
  list-style-type: decimal;
}

.cplSemanticAlphaList {
  margin: 0.65em 0 0.8em;
  padding-left: 2.1em;
  list-style-type: lower-alpha;
}

.cplSemanticBulletList {
  margin: 0.55em 0 0.8em;
  padding-left: 1.8em;
  list-style-type: disc;
}

.cplSemanticNumberList > li,
.cplSemanticAlphaList > li,
.cplSemanticBulletList > li {
  margin: 0 0 0.75em;
  padding-left: 0.25em;
}

.cplResponsiveTable {
  width: min(62rem, 96%);
  margin: 1em auto;
  border-collapse: collapse;
}

.cplResponsiveTable th,
.cplResponsiveTable td {
  padding: 0.65em 0.8em;
  border: 1px solid #aebfca;
  vertical-align: top;
}

.cplResponsiveTable thead th {
  background: #dcecf7;
  color: #17324d;
}

.cplResponsiveTable tbody tr:hover {
  background: #f2f7fa;
}

.cplTableNote {
  width: min(62rem, 96%);
  margin: 0.75em auto;
  font-size: 13px;
}

.cplAppendixBottomNav {
  display: flex;
  justify-content: center;
  gap: 1.3em;
  margin: 2em 0 1em;
}

.cplAppendixSource {
  margin: 1em 0;
  font-size: 13px;
}

.cplAppendixBody a[target="window2"]::after {
  content: " \2197";
  font-size: 0.78em;
}

@media (max-width: 700px) {
  .cplOutlineSubList {
    margin-left: 0.75em;
  }

  .cplSemanticNumberList,
  .cplSemanticAlphaList {
    padding-left: 1.75em;
  }

  .cplResponsiveTable,
  .cplResponsiveTable thead,
  .cplResponsiveTable tbody,
  .cplResponsiveTable tr,
  .cplResponsiveTable th,
  .cplResponsiveTable td {
    display: block;
    width: auto;
  }

  .cplResponsiveTable thead {
    position: absolute;
    left: -9999px;
  }

  .cplResponsiveTable tr {
    margin: 0 0 1em;
    border: 1px solid #aebfca;
  }

  .cplResponsiveTable th,
  .cplResponsiveTable td {
    border: 0;
    border-bottom: 1px solid #d5e0e7;
  }
}


/* Appendix B sectional content treatment */
#currentCPLAppendixB .cplAppendixSectionHeader + p,
#currentCPLAppendixB .cplAppendixSectionHeader + ol,
#currentCPLAppendixB .cplAppendixSectionHeader + table {
  margin-top: 0.8em;
}

#currentCPLAppendixB .cplAppendixSectionBlock {
  margin: 0 0 1.5em 1.1em;
  padding-left: 1em;
  border-left: 2px solid #c4d8e5;
}


/* Appendices C-F */
.cplAppendixSectionBlock {
  margin: 0 0 1.5em 1.1em;
  padding-left: 1em;
  border-left: 2px solid #c4d8e5;
}

.cplResponsiveTable caption {
  padding: 0.7em;
  border: 1px solid #aebfca;
  border-bottom: 0;
  background: #e7f1f7;
  color: #17324d;
  font-weight: bold;
}

.cplPictogramGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1em;
  margin: 1.2em 0;
}

.cplPictogramCard {
  padding: 0.9em;
  border: 1px solid #aebfca;
  background: #fff;
}

.cplPictogramCard h3 {
  margin: 0 0 0.7em;
  color: #17324d;
  text-align: center;
}

.cplPictogramCard img {
  display: block;
  width: min(58%, 180px);
  height: auto;
  margin: 0 auto 0.8em;
}

.cplPictogramCard ul {
  margin: 0;
  padding-left: 1.3em;
}

.cplPictogramCard li {
  margin: 0.35em 0;
}

@media (max-width: 850px) {
  .cplPictogramGrid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 560px) {
  .cplPictogramGrid { grid-template-columns: 1fr; }
}


/* Appendix C refinements */
#currentCPLAppendixC .cplNoteLead { margin-bottom: 0.5em; }
#currentCPLAppendixC .cplIndentedList { margin-left: 1.4em; }
#currentCPLAppendixC .cplDefinitionPairs { margin: 0.4em 0 0.8em 1em; }
#currentCPLAppendixC .cplDefinitionPairs dt { margin-top: 0.65em; font-weight: bold; }
#currentCPLAppendixC .cplDefinitionPairs dd { margin: 0.15em 0 0.45em 1.4em; }
#currentCPLAppendixC #table_C\.2 tbody th[colspan] {
  background: #eef6fb;
  color: #17324d;
  text-align: left;
}


/* Appendix D semantic list refinements */
#currentCPLAppendixD .cplSemanticSubBulletList {
  margin: 0.45em 0 0.65em;
  padding-left: 1.7em;
  list-style-type: circle;
}

#currentCPLAppendixD .cplSemanticSubBulletList > li {
  margin: 0 0 0.5em;
  padding-left: 0.15em;
}

#currentCPLAppendixD .cplListParagraph {
  margin: 0 0 0.6em;
}


/* Appendix C table alignment refinements */
#currentCPLAppendixC #table_C\.2 .cplCenterCell {
  text-align: center;
  vertical-align: middle;
}


/* Appendices G-K */
.cplSemanticRomanList {
  margin: 0.55em 0 0.75em;
  padding-left: 2.2em;
  list-style-type: lower-roman;
}

.cplSemanticRomanList > li {
  margin: 0 0 0.6em;
  padding-left: 0.2em;
}

.cplSampleLetter {
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.2em 1.5em;
  border: 1px solid #b8c9d4;
  background: #fbfcfd;
}

.cplSDSChecklist {
  margin: 0.7em 0 1.2em;
  padding-left: 2.7em;
  list-style-type: decimal;
}

.cplSDSChecklist > li {
  margin: 0 0 1.2em;
  padding-left: 0.3em;
}

.cplWideTable,
.cplVeryWideTable {
  width: min(76rem, 98%);
}

.cplVeryWideTable {
  font-size: 13px;
}

.cplFootnoteBlock {
  margin: 1em 0;
  padding: 0.8em 1em;
  border-left: 4px solid #9ebfd6;
  background: #eef6fb;
}

.cplCenterCell {
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 700px) {
  .cplSampleLetter {
    padding: 0.8em;
  }

  .cplSDSChecklist {
    padding-left: 2em;
  }
}
