.playbook-top-section {
  padding: 32px 0;
  position: relative;
}
.playbook-top-section.gradient-border::after {
  background: linear-gradient(91deg, #4a50c4 1.22%, #3d98c1 54.01%, #005288 99.37%);
  bottom: 0;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media print, screen and (min-width: 880px) {
  .playbook-top-section.gradient-border::after {
    bottom: -26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 880px) {
  .playbook-top-section {
    background: linear-gradient(90deg, #003e67 49.5%, rgba(0, 96, 160, 0.94) 71%, rgba(0, 123, 205, 0) 100%);
    min-height: 319px;
    padding: 55px 90px;
  }
}
.playbook-top-section::before {
  background-image: linear-gradient(90deg, #003e67 21.5%, rgba(0, 120, 174, 0.9) 100%), url(../images/header-bg-mobile.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0%;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 880px) {
  .playbook-top-section::before {
    background-image: linear-gradient(90deg, #003e67 9.5%, rgba(0, 96, 160, 0.94) 0%, rgba(0, 123, 205, 0) 100%), url(../images/header-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
  }
}
@media print, screen and (min-width: 880px) {
  .playbook-top-section.playbook-about-page {
    padding: 258px 84px 44px;
  }
}

.gradient-border + .playbook-content-wrapper {
  margin-top: 54px;
}
@media print, screen and (min-width: 880px) {
  .gradient-border + .playbook-content-wrapper {
    margin-top: 79px;
  }
}

.playbook-header-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media print, screen and (min-width: 880px) {
  .playbook-header-container {
    flex-direction: row;
    height: 78px;
    padding: unset;
  }
}

.playbook-gradient-bar {
  background: linear-gradient(91deg, #4a50c4 1.22%, #3d98c1 54.01%, #005288 99.37%);
  height: 4px;
}

.playbook-hero-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.navbar-nav {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  gap: 26px;
  height: 48px;
  line-height: 75px;
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 880px) {
  .navbar-nav {
    font-size: 20px;
    gap: 78px;
    height: fit-content;
  }
}
.navbar-nav li {
  margin-bottom: 0;
}

.navbar {
  background-color: #002b47;
  color: #fff;
}
.navbar a:link,
.navbar a:visited {
  color: white;
  text-decoration: none;
}
.navbar a:hover,
.navbar a:focus {
  text-decoration: underline;
}

.playbook-content-wrapper {
  margin: 39px 0;
}
@media print, screen and (min-width: 880px) {
  .playbook-content-wrapper {
    margin: 53px 0;
  }
}
.playbook-content-wrapper.playbook-add-attack-content .playbook-cart hr, .playbook-content-wrapper.playbook-add-countermeasures-content .playbook-cart hr {
  border: 1px solid #929395;
  margin: 15px 0;
}
@media print, screen and (min-width: 880px) {
  .playbook-content-wrapper.playbook-add-attack-content .playbook-cart hr, .playbook-content-wrapper.playbook-add-countermeasures-content .playbook-cart hr {
    margin: 1rem 0;
  }
}

.cart-details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 880px) {
  .cart-details {
    margin-top: 2rem;
  }
}

.playbook-card-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 480px) {
  .playbook-card-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 880px) {
  .playbook-card-container {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 31px;
  }
}

.playbook-card {
  border: 1px solid #0078ae;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 32px 16px 98px;
  position: relative;
  width: fit-content;
}
@media screen and (min-width: 480px) {
  .playbook-card {
    height: 437px;
    max-width: 310px;
  }
}
@media print, screen and (min-width: 880px) {
  .playbook-card {
    height: 437px;
    max-width: 310px;
    padding: 32px 16px;
  }
}
.playbook-card::after {
  background: var(--Gradient-Gradient-2, linear-gradient(91deg, #4a50c4 1.22%, #3d98c1 54.01%, #005288 99.37%));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.playbook-card img {
  height: 112px;
  width: 112px;
}
.playbook-card button,
.playbook-card a {
  bottom: 36px;
  position: absolute;
}
@media print, screen and (min-width: 880px) {
  .playbook-card button,
  .playbook-card a {
    bottom: 30px;
  }
}
.playbook-card a:link,
.playbook-card a:visited,
.playbook-card a:hover,
.playbook-card a:focus {
  color: white;
  text-decoration: none;
}

.playbook-footer {
  background-color: #002b47;
  color: #fff;
  padding: 20px 31px;
}
@media print, screen and (min-width: 880px) {
  .playbook-footer {
    height: 100px;
    padding: 20px;
  }
}
.playbook-footer a:link,
.playbook-footer a:visited,
.playbook-footer a:hover,
.playbook-footer a:focus {
  color: white;
  text-decoration: underline;
}

.mobile-only {
  display: flex;
}
@media print, screen and (min-width: 880px) {
  .mobile-only {
    display: none !important;
  }
}

.playbook-stepper {
  background-color: #f5f5f6;
}
@media print, screen and (min-width: 880px) {
  .playbook-stepper {
    height: 100px;
  }
}
.playbook-stepper a:link,
.playbook-stepper a:visited,
.playbook-stepper a:hover,
.playbook-stepper a:focus {
  color: white;
  text-decoration: none;
}

.playbook-stepper-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  padding-bottom: 32px;
  padding-top: 32px;
}
@media print, screen and (min-width: 880px) {
  .playbook-stepper-content {
    align-items: center;
    flex-direction: row;
    height: 100px;
    padding-bottom: 17px;
    padding-top: 17px;
  }
}
.playbook-stepper-content .usa-step-indicator {
  background-color: unset;
  margin-bottom: 0;
}
.playbook-stepper-content li.usa-step-indicator__segment {
  height: 11.244px;
  width: 91.501px;
}
@media print, screen and (min-width: 880px) {
  .playbook-stepper-content li.usa-step-indicator__segment {
    height: 66px;
    width: 303px;
  }
}
.playbook-stepper-content li.usa-step-indicator__segment::before {
  box-shadow: inset 0 0 0 0.25rem white, 0 0 0 0.25rem #646566;
}
.playbook-stepper-content li.usa-step-indicator__segment::after {
  background-color: #646566;
}
.playbook-stepper-content li.usa-step-indicator__segment--current::before, .playbook-stepper-content li.usa-step-indicator__segment--complete::before {
  box-shadow: 0 0 0 0.25rem #fff;
}
.playbook-stepper-content li.usa-step-indicator__segment--current::after {
  background-color: #005288;
}
.playbook-stepper-content li.usa-step-indicator__segment--complete::after {
  background-color: #162e51;
}
.playbook-stepper-content .usa-step-indicator__total-steps {
  margin-right: 0;
}
.playbook-stepper-content .playbook-stepper-cta {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.playbook-stepper-content .playbook-stepper-cta a {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
}
.playbook-stepper-content .playbook-stepper-cta a.btn-white {
  color: #080808;
}
.playbook-stepper-content .usa-step-indicator__heading {
  align-items: flex-start;
  display: inline-flex;
  gap: 7px;
}
.playbook-stepper-content span.usa-step-indicator__heading-counter {
  align-items: center;
  display: flex;
  gap: 7px;
  justify-content: left;
  min-width: 88px;
}
.playbook-stepper-content .usa-step-indicator__heading-text {
  margin-top: 10px;
}

input.playbook-search {
  background-color: white;
  background-image: url("../images/search.svg");
  background-position: 11.52px 13.83px;
  background-repeat: no-repeat;
  border: 1px solid #929395;
  font-size: 1rem;
  padding: 13.83px 13.83px 13.83px 36.65px;
  width: 100%;
}
@media print, screen and (min-width: 880px) {
  input.playbook-search {
    max-width: 630px;
  }
}

@media print, screen and (min-width: 880px) {
  input.playbook-search {
    max-width: 650px;
  }
}

.playbook-cart {
  background-color: #f5f5f6;
  border-radius: 20px;
  height: fit-content;
  max-width: 420px;
  padding: 42px 30px;
}
@media print, screen and (min-width: 880px) {
  .playbook-cart {
    flex: 0 0 420px;
    width: 420px;
  }
}

.playbook-body {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media print, screen and (min-width: 880px) {
  .playbook-body {
    flex-direction: row;
    gap: 35px;
  }
}
.playbook-body-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.playbook-accordion .accordion-title {
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.16px;
  line-height: 18px; /* 100% */
  padding-left: 0;
  padding-right: 32px;
  position: relative;
}
.playbook-accordion .accordion-title::after {
  background-image: url(../images/chevron--down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
  display: inline-block;
  height: 24px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -2px;
  width: 24px;
}
.playbook-accordion .accordion-title.active::after {
  transform: rotate(180deg);
}
.playbook-accordion.tech-id-extractor .accordion-title::after {
  top: 0;
}

.playbook-accordion.disabled .accordion-title {
  cursor: default;
}

.accordion-content {
  display: none;
}
.accordion-content.open {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
@media print, screen and (min-width: 880px) {
  .accordion-content.open {
    flex-direction: row;
  }
}
.accordion-content .textarea-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media print, screen and (min-width: 880px) {
  .accordion-content .textarea-wrapper {
    width: 50%;
  }
}
.accordion-content textarea {
  height: 182px;
  margin-top: 16px;
  padding: 16.48px 10.48px;
  resize: none;
  width: 100%;
}
@media print, screen and (min-width: 880px) {
  .accordion-content textarea {
    height: 250px;
    padding: 12px 15.75px;
  }
}

.tech-id-extractor {
  flex-direction: column;
}
@media print, screen and (min-width: 880px) {
  .tech-id-extractor {
    flex-direction: row;
    gap: 2rem;
    justify-content: space-between;
  }
}
.tech-id-extractor > div {
  display: none;
}
.tech-id-extractor > .open {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
@media print, screen and (min-width: 880px) {
  .tech-id-extractor > .open {
    flex-direction: row;
    justify-content: space-between;
    gap: 1rem;
  }
  .tech-id-extractor > .open > div {
    flex: 0 0 50%;
    padding-right: 30px;
  }
}
.tech-id-extractor button {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  gap: 10px;
  justify-content: center;
  line-height: 16px; /* 114.286% */
  width: fit-content;
  padding: 5px 12px;
}
.tech-id-extractor button.c-button--add-to-cart {
  padding-right: 31px;
}
.tech-id-extractor button.c-button--add-to-cart::after {
  background-size: 12px 12px;
}
.tech-id-extractor button.accordion-title {
  background-color: #fff;
}
.tech-id-extractor .id-container {
  font-weight: bold;
}
.tech-id-extractor p,
.tech-id-extractor span {
  color: #161616;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 112.5% */
  letter-spacing: 0.16px;
}
.tech-id-extractor p.heading,
.tech-id-extractor span.heading {
  font-size: 18px;
}
.tech-id-extractor p.caption,
.tech-id-extractor span.caption {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #646566;
}
.tech-id-extractor #id-in-cart-list,
.tech-id-extractor #id-list {
  margin-bottom: 1rem;
}
.tech-id-extractor #id-in-cart-list > div,
.tech-id-extractor #id-list > div {
  border-top: 1px solid #929395;
  padding: 8px 16px;
}
.tech-id-extractor #id-in-cart-list > div:last-of-type,
.tech-id-extractor #id-list > div:last-of-type {
  border-bottom: 1px solid #929395;
}
.tech-id-extractor #id-list > div {
  display: flex;
  flex-direction: row;
}
.tech-id-extractor #id-list input[type=checkbox] {
  height: 16px;
  width: 16px;
  border-radius: 2px;
  border: 2px solid #646566;
  margin-right: 9px;
}
.tech-id-extractor #id-list input[type=checkbox]:checked {
  background-color: #005288;
}
.tech-id-extractor #id-list > span {
  margin-left: 9px;
}
.tech-id-extractor #id-list .info {
  margin-left: auto;
}
.tech-id-extractor #id-list img {
  width: 20px;
  height: 20px;
}
.tech-id-extractor .btn-wrapper {
  display: flex;
  gap: 16px;
}
@media print, screen and (min-width: 880px) {
  .tech-id-extractor .btn-wrapper {
    flex-direction: row;
  }
}

#attack-filters {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 1rem;
  max-width: 100%;
}
@media print, screen and (min-width: 880px) {
  #attack-filters {
    gap: 24px;
    flex-direction: row;
  }
}
@media print, screen and (min-width: 880px) {
  #attack-filters select {
    max-width: 25%;
    width: 25%;
  }
}

#attack-filters select,
.playbook-review-filters select,
.review-list-tech-associated-description-sidebar select,
.review-tech-details select {
  padding: 10px 26px 10px 16px;
  border: 1px solid #929395;
  background-color: #f5f5f6;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("../images/filter-arrow.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) calc(100% - 10px);
}

.caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.16px;
  color: #646566;
}

.playbook-listing {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.playbook-listing button.accordion-title {
  background-color: #fff;
}

.playbook-build-all-cards,
.playbook-build-featured-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 24px;
}
@media print, screen and (min-width: 880px) {
  .playbook-build-all-cards,
  .playbook-build-featured-cards {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 50px;
  }
}

.playbook-card-descriptions {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.playbook-build-header {
  margin: 40px 0;
}

.playbook-other-options {
  background-color: #005288;
  color: #fff;
}

.playbook-other-options-text {
  align-items: start;
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem 0;
  flex-direction: column;
}
@media print, screen and (min-width: 880px) {
  .playbook-other-options-text {
    flex-direction: row;
    gap: 6.875rem;
  }
}

.playbook-other-options-buttons {
  display: flex;
  gap: 2.0625rem;
  margin-top: 0;
  flex-direction: column;
  align-items: start;
}
@media print, screen and (min-width: 880px) {
  .playbook-other-options-buttons {
    flex-direction: row;
    gap: 1rem;
  }
}
.playbook-other-options-buttons button,
.playbook-other-options-buttons a {
  margin-bottom: 0;
  border: 1px solid #fff;
}
.playbook-other-options-buttons a:link,
.playbook-other-options-buttons a:visited,
.playbook-other-options-buttons a:hover,
.playbook-other-options-buttons a:focus {
  color: #fff;
}
.playbook-other-options-buttons .c-button + .c-button {
  margin-left: 0;
}

.playbook-build-content {
  padding-top: 32px;
  padding-bottom: 56px;
}
@media print, screen and (min-width: 880px) {
  .playbook-build-content {
    padding-top: 47px;
    padding-bottom: 75px;
  }
}
.playbook-build-content hr {
  border: 1px solid #929395;
}
.playbook-build-content > hr {
  margin: 71px 0 57px 0;
}
.playbook-build-content .item {
  border: 1px solid #0078ae;
  padding: 2rem 1.5rem;
  position: relative;
}
.playbook-build-content .item::after {
  background: var(--Gradient-Gradient-2, linear-gradient(91deg, #4a50c4 1.22%, #3d98c1 54.01%, #005288 99.37%));
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.playbook-build-content .item a {
  color: #005288;
}
.playbook-build-content .item .playbook-card-tc {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem; /* 142.857% */
}
.playbook-build-content .item .c-button-secondary {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
}

.playbook-cart-tm,
.playbook-cart-cm {
  background-color: #fff;
  border-top: 1px solid #c0c2c4;
  border-bottom: 1px solid #c0c2c4;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin-top: 16px;
}
.playbook-cart-tm:empty,
.playbook-cart-cm:empty {
  background-color: inherit;
  border-top: none;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
}

.cart-item-title {
  border-radius: 3px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  justify-content: space-between;
  position: relative;
  padding-right: 18px;
  background-color: #fff;
  padding-left: 49px;
  border-bottom: 1px solid #c0c2c4;
  padding-bottom: 10px;
}
.cart-item-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  background-color: #005b84;
  width: 16px;
  height: calc(100% - 10px);
}
.cart-item-title:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.cart-item-title:last-of-type::before {
  height: 100%;
}
.cart-item-title .cart-item-btns {
  display: flex;
  flex-direction: column-reverse;
  gap: 24px;
  justify-content: flex-end;
}
@media print, screen and (min-width: 880px) {
  .cart-item-title .cart-item-btns {
    flex-direction: row;
    gap: 17px;
  }
}
.cart-item-title .remove-btn,
.cart-item-title .info-btn {
  cursor: pointer;
  width: 35px;
  height: 35px;
}
@media print, screen and (min-width: 880px) {
  .cart-item-title .remove-btn,
  .cart-item-title .info-btn {
    width: 23.333px;
    height: 26.25px;
  }
}
.cart-item-title img {
  width: 35px;
  height: 35px;
  flex-shrink: 0;
}
@media print, screen and (min-width: 880px) {
  .cart-item-title img {
    width: 23.333px;
    height: 26.25px;
  }
}
.cart-item-title.cart-item-subCM {
  padding-left: 71px;
}
.cart-item-title.cart-item-subCM::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  background-color: #477326;
  width: 16px;
}

#cart-warning {
  display: none;
}

#cart-section-cm .cart-item-title::before {
  background-color: #477326;
}

ul.pagination {
  display: flex;
  gap: 8px;
  list-style-type: none;
  justify-content: center;
}
ul.pagination li {
  align-items: center;
  border-radius: 4px;
  color: #080808;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 16px; /* 100% */
  width: 40px;
}
ul.pagination li a:link,
ul.pagination li a:visited,
ul.pagination li a:hover,
ul.pagination li a:focus {
  color: #080808;
  text-decoration: none;
}
ul.pagination li a:hover,
ul.pagination li a:focus {
  text-decoration: underline;
}
ul.pagination li.active {
  color: #fff;
  background-color: #005b84;
}
ul.pagination li.active a:link,
ul.pagination li.active a:visited,
ul.pagination li.active a:hover,
ul.pagination li.active a:focus {
  color: white;
}
ul.pagination li.active a:hover,
ul.pagination li.active a:focus {
  text-decoration: underline;
}
ul.pagination li.disabled a:hover,
ul.pagination li.disabled a:focus {
  text-decoration: none;
  cursor: default;
}

.playbook-listing-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  margin: 1rem 0;
}
.playbook-listing-wrapper .item {
  border: 1px solid #979797;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  position: relative;
}
@media print, screen and (min-width: 880px) {
  .playbook-listing-wrapper .item {
    flex-direction: row;
    gap: 48px;
  }
}
.playbook-listing-wrapper .item div:first-of-type {
  flex-grow: 1;
}
.playbook-listing-wrapper .item div:first-of-type p:last-of-type {
  margin-bottom: 0;
}
.playbook-listing-wrapper .item div + div {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (min-width: 880px) {
  .playbook-listing-wrapper .item div + div {
    flex: 0 0 156px;
  }
}
.playbook-listing-wrapper .item::before {
  background-color: #005b84;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}
.playbook-listing-wrapper .item.in-cart::before {
  background-color: rgba(0, 91, 132, 0.5);
}
.playbook-listing-wrapper .item p {
  font-size: 1rem;
}
.playbook-listing-wrapper .item-title {
  color: #003e67;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 1rem;
}
@media print, screen and (min-width: 880px) {
  .playbook-listing-wrapper .item-title {
    font-size: 23px;
    font-weight: 600;
    line-height: 35px; /* 152.174% */
  }
}
.playbook-listing-wrapper .in-cart .item-title {
  color: #005288;
}
.playbook-listing-wrapper .in-cart .c-button--added-to-cart {
  display: block;
}
.playbook-listing-wrapper .in-cart .c-button--add-to-cart {
  display: none;
}

.playbook-add-countermeasures-content .item::before {
  background-color: #477326;
}
.playbook-add-countermeasures-content .item.in-cart::before {
  background-color: #abc994;
}
.playbook-add-countermeasures-content .item p {
  font-size: 1rem;
}
.playbook-add-countermeasures-content .in-cart .item-title {
  color: #003e67;
}

.item-eyebrow {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12px;
  text-transform: uppercase;
  color: #646566;
}

#review-techniques-empty {
  background-color: #003e67;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 14px;
}
@media print, screen and (min-width: 880px) {
  #review-techniques-empty {
    flex-direction: row;
    gap: 16px;
    padding: 30px 32px 30px 21px;
    align-items: center;
  }
}
#review-techniques-empty .empty-technique-text {
  flex-grow: 1;
}
#review-techniques-empty .c-button {
  border: 1px solid #fff;
}

.playbook-review-info {
  display: flex;
  justify-content: flex-start;
}

.playbook-review-info-items {
  width: 50%;
  flex-direction: column;
  display: flex;
  gap: 16px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-info-items {
    align-items: center;
    flex-direction: row;
    font-size: 24px;
    gap: 64px;
    width: 100%;
  }
}
.playbook-review-info-items span.label {
  font-weight: 600;
}

.playbook-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 880px) {
  .playbook-header {
    gap: 40px;
  }
}

.playbook-header-content {
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}
@media print, screen and (min-width: 880px) {
  .playbook-header-content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.tc-top {
  background-color: #f5f5f6;
}

.tc-top-content {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}
@media print, screen and (min-width: 880px) {
  .tc-top-content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tc-top-content a {
  margin-top: 0;
}

.t-detected {
  align-items: baseline;
  flex-direction: column;
  flex: 1;
  padding: 19px 0;
  gap: 16px;
  display: flex;
}
@media print, screen and (min-width: 880px) {
  .t-detected {
    padding-right: 32px;
    border-right: 2px solid #c0c2c4;
    justify-content: space-between;
    flex-direction: row;
  }
}

.c-detected {
  align-items: baseline;
  flex-direction: column;
  flex: 1;
  gap: 16px;
  padding: 19px 0;
  display: flex;
}
@media print, screen and (min-width: 880px) {
  .c-detected {
    flex-direction: row;
    padding-left: 32px;
    justify-content: space-between;
  }
}

.playbook-review-filters {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-filters {
    flex: 0 0 276px;
  }
}
.playbook-review-filters label {
  margin-top: 24px;
}
.playbook-review-filters select {
  border: 1px solid #cfd1d2;
  background-color: #f5f5f6;
}
.playbook-review-filters .caption {
  font-style: normal;
  line-height: 125%;
  margin-top: 9px;
}

.playbook-title {
  background-color: #003e67;
  color: #fff;
  padding: 48px 0;
}

.playbook-review-body {
  display: flex;
  flex-direction: column;
  padding: 48px 0;
  gap: 40px;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-body {
    flex-direction: row;
    padding: 48px 0;
    gap: 66px;
  }
}

.playbook-review-content-right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-content-right {
    width: 80%;
  }
}

#review-techniques-list-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

#review-techniques-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.review-list-item {
  padding: 1rem;
  border: 1px solid #c0c2c4;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media print, screen and (min-width: 880px) {
  .review-list-item {
    padding: 2rem;
  }
}

.list-item-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.playbook-dataload-header-container {
  background-color: #f5f5f6;
}

#review-playbook-title {
  max-width: calc(100% - 50px);
  display: none;
  font-size: 28px;
}
@media print, screen and (min-width: 880px) {
  #review-playbook-title {
    font-size: 36px;
  }
}
#review-playbook-title:disabled, #review-playbook-title.disabled {
  background-color: transparent;
  border: none;
  color: #fff;
}

.playbook-review-title {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
}
.playbook-review-title h2 {
  display: block;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 33.6px */
  margin-top: 0;
  word-break: break-word;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-title h2 {
    font-size: 36px;
  }
}
.playbook-review-title button {
  background-color: transparent;
  border: none;
  padding: 0;
}
.playbook-review-title button:hover {
  cursor: pointer;
}
.playbook-review-title #playbook-review-title-edit {
  flex: 0 0 31px;
  margin-top: 1px;
}
@media print, screen and (min-width: 880px) {
  .playbook-review-title #playbook-review-title-edit {
    margin-top: 6px;
  }
}

.playbook-review-btns {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: flex-end;
}
.playbook-review-btns a {
  text-decoration: none;
}

#review-ignored-countermeasures {
  padding: 14px;
  border: 1px solid #fa9441;
  background: rgba(250, 148, 65, 0.1);
}
@media print, screen and (min-width: 880px) {
  #review-ignored-countermeasures {
    padding: 18px;
  }
}
#review-ignored-countermeasures .accordion-title {
  font-weight: 600;
}
#review-ignored-countermeasures .accordion-content.open {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 880px) {
  #review-ignored-countermeasures .accordion-content.open {
    flex-direction: column;
  }
}

.cm-eyebrow,
.tech-eyebrow {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-transform: uppercase;
  position: relative;
  padding-left: 22px;
}
.cm-eyebrow::before,
.tech-eyebrow::before {
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
  position: absolute;
}

.cm-eyebrow {
  color: #477326;
}
.cm-eyebrow::before {
  background: #477326;
}

.tech-eyebrow {
  color: #005b84;
}
.tech-eyebrow::before {
  background: #005b84;
}

.review-list-title {
  margin-top: 0;
}

.review-details-toggle {
  margin-top: 0;
}
.review-details-toggle button {
  background-color: #fff;
}

.review-list-content.accordion-content.open {
  flex-direction: column-reverse;
  margin-top: 24px;
}
@media print, screen and (min-width: 880px) {
  .review-list-content.accordion-content.open {
    flex-direction: row;
  }
}

.review-cm-content,
.review-tech-content {
  padding-left: 22px;
  position: relative;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
.review-cm-content::before,
.review-tech-content::before {
  content: "";
  position: absolute;
  background-image: url("../images/dashed-line.svg");
  left: 5px;
  top: 16.5px;
  height: calc(100% - 16.5px);
  width: 1.5px;
  background-repeat: repeat-y;
}
.review-cm-content br:first-of-type,
.review-tech-content br:first-of-type {
  display: none;
}

.review-cm-content h3,
.review-tech-content h3 {
  margin-top: 24px;
  position: relative;
  font-size: 18.08px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27.12px */
}
.review-cm-content h3:first-of-type,
.review-tech-content h3:first-of-type {
  margin-top: 0;
}
.review-cm-content h3::before,
.review-tech-content h3::before {
  content: "";
  width: 14px;
  height: 14px;
  left: -22px;
  top: 8px;
  position: absolute;
  border-radius: 7px;
}

.review-cm-content h3::before {
  background: #477326;
}

.review-tech-content h3::before {
  background: #005b84;
}

div[id^=review-tech-] .review-cm-content {
  padding-left: 0;
}
div[id^=review-tech-] .review-cm-content::before {
  left: -16px;
}

.review-cm-details,
.review-tech-details {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
@media print, screen and (min-width: 880px) {
  .review-cm-details,
  .review-tech-details {
    flex: 0 0 309px;
    height: fit-content;
    border-left: 1.5px solid #c0c2c4;
    padding-left: 1rem;
  }
}
.review-cm-details ul,
.review-tech-details ul {
  list-style-type: disc;
  margin-top: 0;
}
.review-cm-details ul li::marker,
.review-tech-details ul li::marker {
  color: #080808;
  font-size: 1rem;
}

.tech-associated-count-label {
  color: #080808;
  font-size: 14.08px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 24px;
  border-top: 1px solid #929395;
}

#review-list-template {
  display: none;
}

.review-list-tech-associated-label,
.review-list-cm-associated-label {
  text-transform: uppercase;
  font-weight: 400;
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-label,
  .review-list-cm-associated-label {
    font-weight: 700;
  }
}
.review-list-tech-associated-label::before,
.review-list-cm-associated-label::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #005b84;
  left: 0;
  top: 3px;
  position: absolute;
}

.review-list-tech-associated-label {
  color: #005b84;
}
.review-list-tech-associated-label::before {
  background: #005b84;
}

.review-list-cm-associated-label {
  color: #477326;
}
.review-list-cm-associated-label::before {
  background: #477326;
}

.review-list-tech-associated-template .accordion-title {
  width: fit-content;
  padding-left: 22px;
  color: #080808;
  font-size: 14.08px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.review-list-tech-associated-template .accordion-content {
  border-bottom: 0.5px solid #929395;
}

.review-list-tech-associated-list div.review-list-tech-associated-template:last-of-type .accordion-content {
  border-bottom: 0;
}

.review-list-tech-associated-description {
  margin-top: 0;
  font-size: 14.08px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21.12px */
}

.review-list-tech-associated-description-wrapper {
  padding-left: 30px;
  position: relative;
  flex-direction: column-reverse;
  padding: 16px 0 16px 32px;
  display: flex;
  gap: 16px;
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-description-wrapper {
    flex-direction: row;
    gap: 24px;
  }
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-description-wrapper {
    padding-right: 24px;
  }
}
.review-list-tech-associated-description-wrapper h3 {
  margin-top: 24px;
  margin-bottom: 8px;
  position: relative;
  font-size: 18.08px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 27.12px */
}
.review-list-tech-associated-description-wrapper h3:first-of-type {
  margin-top: 0;
}
.review-list-tech-associated-description-wrapper h3::before {
  content: "";
  width: 14px;
  height: 14px;
  background: #005b84;
  left: -22px;
  top: 8px;
  position: absolute;
  border-radius: 7px;
}

div[id^=review-cm-] .review-list-tech-associated-description-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../images/dashed-line.svg");
  left: 15px;
  top: 30px;
  height: calc(100% - 50px);
  width: 1.5px;
  background-repeat: repeat-y;
}

div[id^=review-tech-] .review-list-tech-associated-description-wrapper h3::before {
  background: #477326;
}

.review-list-tech-associated-description-sidebar,
.review-list-cm-associated-description-sidebar {
  font-size: 14.08px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21.12px */
  height: fit-content;
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-description-sidebar,
  .review-list-cm-associated-description-sidebar {
    flex: 0 0 277px;
    padding-left: 20px;
    border-left: 1.5px solid #929395;
  }
}
.review-list-tech-associated-description-sidebar select,
.review-list-cm-associated-description-sidebar select {
  display: block;
  margin-left: -3ch;
  width: 100%;
  background-color: #f5f5f6;
  border: 1px solid #cfd1d2;
  background-position: calc(100% - 16px) calc(100% - 8px);
  margin-top: 8px;
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-description-sidebar select,
  .review-list-cm-associated-description-sidebar select {
    max-width: 247px;
  }
}
.review-list-tech-associated-description-sidebar ul,
.review-list-cm-associated-description-sidebar ul {
  list-style-type: disc;
}
.review-list-tech-associated-description-sidebar ul li::marker,
.review-list-cm-associated-description-sidebar ul li::marker {
  color: #080808;
  font-size: 1rem;
}

.review-list-tech-associated-description-sidebar select,
.review-list-cm-associated-description-sidebar select,
.review-tech-details select,
.review-cm-details select {
  display: block;
  margin-left: -3ch;
  width: 100%;
  background-color: #f5f5f6;
  border: 1px solid #cfd1d2;
  background-position: calc(100% - 16px) calc(100% - 8px);
  margin-top: 8px;
}
@media print, screen and (min-width: 880px) {
  .review-list-tech-associated-description-sidebar select,
  .review-list-cm-associated-description-sidebar select,
  .review-tech-details select,
  .review-cm-details select {
    max-width: 247px;
  }
}

.expand-cm.playbook-accordion .accordion-title,
.expand-tm.playbook-accordion .accordion-title {
  position: relative;
  color: #929395;
  font-size: 18.08px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.5px; /* 174.226% */
  padding: 10px 0 10px 26px;
}
.expand-cm.playbook-accordion .accordion-title::before,
.expand-tm.playbook-accordion .accordion-title::before {
  content: "";
  width: 14px;
  height: 14px;
  left: 0;
  top: 18px;
  position: absolute;
  opacity: 0.6;
}
.expand-cm.playbook-accordion .accordion-title::after,
.expand-tm.playbook-accordion .accordion-title::after {
  background-image: url(../images/plus-gray.svg);
  opacity: 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
.expand-cm.playbook-accordion .accordion-title.active::after,
.expand-tm.playbook-accordion .accordion-title.active::after {
  transform: rotate(180deg);
}
.expand-cm.playbook-accordion.active .accordion-title,
.expand-tm.playbook-accordion.active .accordion-title {
  color: #080808;
  font-size: 18.08px;
  font-weight: 700;
}
.expand-cm.playbook-accordion.active .accordion-title::after,
.expand-tm.playbook-accordion.active .accordion-title::after {
  background-image: url(../images/plus-blue.svg);
}

.expand-cm.playbook-accordion .accordion-title::before {
  background: #477326;
}
.expand-cm.playbook-accordion.active .accordion-title::before {
  opacity: 1;
}

.expand-tm.playbook-accordion .accordion-title::before {
  background: #005b84;
}
.expand-tm.playbook-accordion.active .accordion-title::before {
  opacity: 1;
}

.playbook-filter-jump-section {
  margin-top: 40px;
}
.playbook-filter-jump-section > div {
  border-top: 1px solid #929395;
}
.playbook-filter-jump-section > div:last-of-type {
  border-bottom: 1px solid #929395;
}
.playbook-filter-jump-section ul {
  list-style-type: disc;
  font-size: 16px;
}
@media print, screen and (min-width: 880px) {
  .playbook-filter-jump-section ul {
    font-size: 18.08px;
  }
}
.playbook-filter-jump-section ul li::marker {
  color: #080808;
  font-size: 18px;
}
.playbook-filter-jump-section ul:last-child {
  margin-bottom: 18.08px;
}

.export-summary {
  display: none;
}

.review-list-tech-associated-list,
.additional-tech-list,
.additional-countermeasures-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.review-dialog {
  display: none;
}

#review-ignored-cm-list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review-ignored-cm-list-item {
  padding: 14px;
  background-color: #fff;
  flex-direction: column;
  gap: 12px;
  display: none;
}
@media print, screen and (min-width: 880px) {
  .review-ignored-cm-list-item {
    padding: 16px 18px;
    flex-direction: row;
    gap: 18px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 880px) {
  .review-ignored-cm-list-item button {
    flex: 0 0 123px;
  }
}

.clearable-search {
  position: relative;
  display: inline-block;
}

#clear-icon {
  display: none;
  position: absolute;
  right: 12px;
  top: 13px;
  user-select: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-color: white;
  border: none;
  padding: 0;
  border: 0;
}
