.top-search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
}
@media only screen and (min-width: 768px) {
  .top-search-container {
    max-width: 91.67%;
  }
}
@media only screen and (min-width: 1280px) {
  .top-search-container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1680px) {
  .top-search-container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1024px) {
  .top-search-container {
    flex-direction: column;
    margin: 24px 40px;
    align-items: self-start;
    row-gap: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .top-search-container {
    flex-direction: column;
    margin: 24px;
    align-items: self-start;
    row-gap: 24px;
  }
}
.top-search-container h1,
.top-search-container h2,
.top-search-container h3,
.top-search-container h4,
.top-search-container h5,
.top-search-container h6,
.top-search-container p {
  color: #000;
  font-family: inherit;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 4.37rem;
  letter-spacing: -1px !important;
}
@media only screen and (max-width: 1024px) {
  .top-search-container h1,
  .top-search-container h2,
  .top-search-container h3,
  .top-search-container h4,
  .top-search-container h5,
  .top-search-container h6,
  .top-search-container p {
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-search-container h1,
  .top-search-container h2,
  .top-search-container h3,
  .top-search-container h4,
  .top-search-container h5,
  .top-search-container h6,
  .top-search-container p {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.37rem;
    letter-spacing: -1px;
  }
}
.top-search-container .search-container {
  text-align: center;
  max-width: 486px;
}
@media only screen and (max-width: 1024px) {
  .top-search-container .search-container {
    width: 100%;
    max-width: unset;
  }
}
.top-search-container .search-container .search-box {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .top-search-container .search-container .search-box {
    width: 100%;
  }
}
.top-search-container .search-container .search-box .search-icon,
.top-search-container .search-container .search-box .clear-icon {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.top-search-container .search-container .search-box .search-icon {
  left: 30px;
  bottom: 5px;
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.top-search-container .search-container .search-box .clear-icon {
  right: 10px;
  display: none;
  background-image: url("../../../../../../etc/clientlibs/keysight/head/img/css/icons/pills-close-icon-grey.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
}
.top-search-container .search-container .search-box input {
  box-shadow: 0px 6px 24px #001E2B12;
  border: 1px solid #dee2e9;
  border-radius: 52px;
  opacity: 1;
  display: flex;
  width: 483px;
  height: 56px;
  padding: 0 56px 0px 51px;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1024px) {
  .top-search-container .search-container .search-box input {
    width: 100%;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .search-container .search-box input {
    height: 72px;
    width: 100%;
    box-shadow: 0px 6px 24px #001E2B12;
    border: 1px solid #dee2e9;
    border-radius: 52px;
    opacity: 1;
    padding: 28px 28px 28px 46px;
  }
}
@media screen and (min-width: 370px) and (max-width: 400px) {
  .search-container .search-box input {
    height: 72px;
    width: 100%;
    box-shadow: 0px 6px 24px #001E2B12;
    border: 1px solid #dee2e9;
    border-radius: 52px;
    opacity: 1;
    padding: 28px 28px 28px 26px;
  }
  .search-container .search-box .search-icon {
    position: absolute;
    top: 50%;
    transform: translate(-35%, -50%);
    cursor: pointer;
  }
}
@media screen and (min-width: 200px) and (max-width: 300px) {
  .search-container .search-box input {
    height: 72px;
    width: 100%;
    box-shadow: 0px 6px 24px #001E2B12;
    border: 1px solid #dee2e9;
    border-radius: 52px;
    opacity: 1;
    padding: 28px 28px 28px 10px;
    font-size: 0.75em;
  }
  .search-container .search-box .search-icon {
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    cursor: pointer;
  }
}
@media screen and (min-width: 300px) and (max-width: 369px) {
  .search-container .search-box input {
    height: 72px;
    width: 100%;
    box-shadow: 0px 6px 24px #001E2B12;
    border: 1px solid #dee2e9;
    border-radius: 52px;
    opacity: 1;
    padding: 28px 28px 28px 20px;
  }
  .search-container .search-box .search-icon {
    position: absolute;
    top: 50%;
    transform: translate(-20%, -50%);
    cursor: pointer;
  }
}
.search-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-pills a.pills {
  font-size: 16px;
  line-height: 22px;
  color: #30578d;
  padding: 10px 36px;
  border: 1px solid #30578d;
  border-radius: 25px;
  margin-right: 18px;
  margin-bottom: 18px;
}
.search-pills a.pills .active,
.search-pills a.pills:hover {
  background-color: #30578d;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .learn-column-control .breadcrumb {
    margin-top: 16px;
  }
}
.learn-column-control .breadcrumb .cmp-breadcrumb {
  padding-inline: unset;
}
@media only screen and (min-width: 768px) {
  .learn-column-control .breadcrumb .cmp-breadcrumb {
    max-width: 91.67%;
  }
}
@media only screen and (max-width: 768px) {
  .learn-column-control .breadcrumb .cmp-breadcrumb {
    padding-inline: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .learn-column-control .breadcrumb .cmp-breadcrumb {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1680px) {
  .learn-column-control .breadcrumb .cmp-breadcrumb {
    max-width: 1400px;
  }
}

.filter-bar-wrapper .filter-select-wrapper {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 0;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-select-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 20.5px;
    align-items: stretch;
  }
}
.filter-bar-wrapper .filter-select-container {
  flex: 1 0 21%;
  position: relative;
}
.filter-bar-wrapper .filter-select-container:not(.active) .filter-select-items {
  display: none;
}
.filter-bar-wrapper .filter-select-container:not(.active) .filter-select-header-icon svg {
  transform: rotate(0deg);
}
.filter-bar-wrapper .filter-select-header {
  background-color: #f6f7f9;
  padding: 40px 24px;
  border-radius: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
  height: 100%;
}
.filter-bar-wrapper .filter-select-header:hover {
  box-shadow: 0px 6px 12px rgba(0, 30, 43, 0.07);
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-header:hover {
    box-shadow: none;
  }
}
.filter-bar-wrapper .filter-select-header-icon svg {
  transform: rotate(180deg);
  transition: transform .5s ease;
}
.filter-bar-wrapper .filter-select-header-title {
  text-align: left;
}
.filter-bar-wrapper .filter-select-items {
  position: absolute;
  background-color: #f6f7f9;
  border-radius: 8px;
  margin-top: 8px;
  transition: height .5s ease;
  max-height: 366px;
  overflow-y: auto;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0px 8px 16px rgba(78, 42, 47, 0.15);
  z-index: 1;
}
.filter-bar-wrapper .filter-select-item {
  padding: 16px 20px 16px 20px;
  transition: background-color 1s ease;
  display: flex;
  position: relative;
}
.filter-bar-wrapper .filter-select-item:hover {
  background-color: #dee2e9;
  cursor: pointer;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox'] {
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 18px;
  left: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-item input[type='checkbox'] {
    top: 6px;
    left: 0;
  }
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ .checkmark {
  background: #e90029;
  border: 2px solid #e90029;
  border-radius: 2px;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ .checkmark svg {
  display: block;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:checked ~ label {
  font-weight: 600;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled,
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled ~ .checkmark,
.filter-bar-wrapper .filter-select-item input[type='checkbox']:disabled ~ label {
  opacity: 0.6;
}
.filter-bar-wrapper .filter-select-item input[type='checkbox']:focus ~ .checkmark {
  border: 2px solid #30578d;
}
.filter-bar-wrapper .filter-select-item .checkmark {
  position: absolute;
  top: 18px;
  left: 20px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #1d1e1f;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-select-item .checkmark {
    top: 6px;
    left: 0;
  }
}
.filter-bar-wrapper .filter-select-item .checkmark svg {
  display: none;
}
.filter-bar-wrapper .filter-select-item label {
  display: inline-block;
  padding-top: 2px;
  padding-left: 35px;
}
.filter-bar-wrapper .filter-select-item label:hover {
  cursor: pointer;
}
.filter-bar-wrapper .filter-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f6f7f9;
  padding: 28px 1.5rem;
  border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .filter-bar-wrapper .filter-btn-wrapper {
    padding: 28px 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-wrapper {
    justify-content: flex-end;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  .filter-bar-wrapper .filter-btn-wrapper {
    margin-bottom: 20px;
  }
}
.filter-bar-wrapper .filter-btn-reset {
  background-color: transparent;
  color: #e90029;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.71;
  cursor: pointer;
  visibility: hidden;
}
.filter-bar-wrapper .filter-btn-reset.active {
  visibility: visible;
}
.filter-bar-wrapper .filter-btn-reset .icon {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-reset .icon {
    display: initial;
  }
}
.filter-bar-wrapper .filter-btn-reset .icon svg {
  display: inline;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-reset {
    color: #1d1e1f;
    background: none;
    display: block;
    margin: 15px 0 15px auto;
    transition: display .5s ease;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.filter-bar-wrapper .filter-btn-filter .title {
  margin-left: 8px;
  margin-right: 8px;
}
.filter-bar-wrapper .filter-btn-filter .icon svg {
  padding-top: 1px;
}
.filter-bar-wrapper .filter-btn-filter .doc-count {
  font-weight: 400;
  font-size: 0.875rem;
}
@media only screen and (min-width: 1200px) {
  .filter-bar-wrapper .filter-btn-filter {
    display: none;
  }
}
.filter-bar-wrapper .filter-btn-view-container {
  display: none;
}
.filter-bar-wrapper .filter-btn-close {
  display: none;
}
.filter-bar-wrapper .filter-pill-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 10px;
  flex-wrap: wrap;
}
.filter-bar-wrapper .filter-pill-btn {
  border: 1px solid #30578d;
  background: none;
  border-radius: 25px;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
.filter-bar-wrapper .filter-pill-btn:hover,
.filter-bar-wrapper .filter-pill-btn:focus {
  background: #30578d;
}
.filter-bar-wrapper .filter-pill-btn:hover .filter-pill-title,
.filter-bar-wrapper .filter-pill-btn:focus .filter-pill-title {
  color: #ffffff;
}
.filter-bar-wrapper .filter-pill-btn:hover .filter-pill-icon svg,
.filter-bar-wrapper .filter-pill-btn:focus .filter-pill-icon svg {
  stroke: #ffffff;
}
.filter-bar-wrapper .filter-pill-btn:disabled {
  border: 2px solid #80919f;
}
.filter-bar-wrapper .filter-pill-btn:disabled .filter-pill-title {
  color: #80919f;
}
.filter-bar-wrapper .filter-pill-btn:disabled .filter-pill-icon svg {
  stroke: #80919f;
}
.filter-bar-wrapper .filter-pill-btn:focus {
  border: 2px solid #e90029;
}
.filter-bar-wrapper .filter-pill-title {
  color: #30578d;
  font-size: 0.875rem;
  line-height: 1.71;
}
.filter-bar-wrapper .filter-pill-icon {
  cursor: pointer;
}
.filter-bar-wrapper .filter-pill-icon:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.filter-bar-wrapper.pop-up {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #ffffff;
  overflow-y: auto;
}
.filter-bar-wrapper.pop-up .filter-btn-wrapper {
  background-color: #ffffff;
  border-radius: 0;
  flex-direction: row-reverse;
  padding: 28px 0 24px 0;
  margin: 0 1.5em;
}
.filter-bar-wrapper.pop-up .filter-btn-filter {
  font-size: 1rem;
}
.filter-bar-wrapper.pop-up .filter-btn-filter .doc-count {
  display: none;
}
.filter-bar-wrapper.pop-up .filter-btn-close {
  display: block;
}
.filter-bar-wrapper.pop-up .filter-btn-close:focus {
  border: 1px solid #30578d;
}
.filter-bar-wrapper.pop-up .filter-btn-reset {
  font-weight: 400;
  font-size: 0.875rem;
}
.filter-bar-wrapper.pop-up .filter-btn-view-container {
  display: block;
  position: fixed;
  bottom: -1px;
  width: 100%;
  background-color: #ffffff;
}
.filter-bar-wrapper.pop-up .filter-btn-view {
  border-radius: 25px;
  background-color: #eceef2;
  padding: 15px 0;
  margin: 15px 1.5rem;
  width: -moz-available;
  /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  color: #87898D;
  display: flex;
  justify-content: center;
}
.filter-bar-wrapper.pop-up .filter-btn-view.active {
  background-color: #e90029;
  color: #ffffff;
}
.filter-bar-wrapper.pop-up .filter-select-wrapper {
  display: flex;
  padding-bottom: 100px;
}
.filter-bar-wrapper.pop-up .filter-select-container {
  width: calc(100% - 3rem);
  margin: 0 auto;
  border-top: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-container:last-of-type {
  border-bottom: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-container.active .filter-select-header {
  border-bottom: 1px solid #eceef2;
}
.filter-bar-wrapper.pop-up .filter-select-header {
  background-color: #ffffff;
  border-radius: 0;
  padding: 16px 16px 16px 0;
  font-weight: 400;
}
.filter-bar-wrapper.pop-up .filter-select-items {
  position: initial;
  max-height: max-content;
  box-shadow: none;
  background-color: #ffffff;
  padding: 18px 0;
}
.filter-bar-wrapper.pop-up .filter-select-item {
  padding: 5px 0;
  margin-top: 8px;
}
.filter-bar-wrapper.pop-up .filter-select-item:first-of-type {
  margin-top: 0;
}
.filter-bar-wrapper.pop-up .filter-pill-wrapper {
  display: none;
}

#SolutionCardsDTX {
  margin: 96px 0;
}
#SolutionCardsDTX .solution-card--container {
  display: flex;
  justify-content: space-between;
}
#SolutionCardsDTX .solution-card--wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 96px;
  column-gap: 3.5%;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #SolutionCardsDTX .solution-card--wrapper {
    column-gap: normal;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #SolutionCardsDTX .solution-card--wrapper {
    column-gap: normal;
    justify-content: space-between;
  }
}
#SolutionCardsDTX .solution-card--wrapper > * {
  flex: 0 0 31%;
}
@media only screen and (max-width: calc(768px - 1px)) {
  #SolutionCardsDTX .solution-card--wrapper > * {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)) {
  #SolutionCardsDTX .solution-card--wrapper > * {
    flex: 0 0 48%;
  }
}
#SolutionCardsDTX .solution-card--link {
  color: black;
}
#SolutionCardsDTX .solution-card--image {
  width: 100%;
  border-radius: 16px;
  aspect-ratio: 1.77777778;
  object-position: left;
  height: auto !important;
}
#SolutionCardsDTX .solution-card--details {
  margin: 24px 0;
}
#SolutionCardsDTX .solution-card--details-eyebrow {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.71;
  color: #30578d;
  letter-spacing: -0.2px;
  text-transform: none;
}
#SolutionCardsDTX .solution-card--details-headline {
  margin-bottom: 16px;
  letter-spacing: -1px !important;
  font-size: 27px;
  line-height: 1.33;
  font-weight: 600 !important;
}
@media only screen and (max-width: calc(767px)) {
  #SolutionCardsDTX .solution-card--details-headline {
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
#SolutionCardsDTX .solution-card--cta {
  color: #1d1e1f;
  font-size: 1.125rem;
  line-height: 1.11;
  font-weight: 600;
}
#SolutionCardsDTX .solution-card--cta-icon {
  display: inline-block;
  margin-left: 10px;
}
#SolutionCardsDTX .solution-card--pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}
#SolutionCardsDTX .solution-card--pages {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
  gap: 9px;
}
#SolutionCardsDTX .solution-card--previous {
  cursor: pointer;
}
#SolutionCardsDTX .solution-card--previous:hover {
  cursor: pointer;
}
#SolutionCardsDTX .solution-card--previous:hover svg {
  stroke: #d80026;
}
#SolutionCardsDTX .solution-card--previous.disabled {
  pointer-events: none;
}
#SolutionCardsDTX .solution-card--previous.disabled svg {
  stroke: #dee2e9;
}
#SolutionCardsDTX .solution-card--previous:focus {
  border: 1px solid #30578d;
}
#SolutionCardsDTX .solution-card--previous svg {
  transform: rotate(90deg);
}
#SolutionCardsDTX .solution-card--next {
  cursor: pointer;
}
#SolutionCardsDTX .solution-card--next:hover {
  cursor: pointer;
}
#SolutionCardsDTX .solution-card--next:hover svg {
  stroke: #d80026;
}
#SolutionCardsDTX .solution-card--next.disabled {
  pointer-events: none;
}
#SolutionCardsDTX .solution-card--next.disabled svg {
  stroke: #dee2e9;
}
#SolutionCardsDTX .solution-card--next svg {
  transform: rotate(-90deg);
}
#SolutionCardsDTX .solution-card--next:focus {
  border: 1px solid #30578d;
}
#SolutionCardsDTX .solution-card--page-cta {
  background: #f6f7f9;
  border-radius: 5.33333px;
  width: 48px;
  height: 48px;
  justify-content: center;
  cursor: pointer;
}
#SolutionCardsDTX .solution-card--page-cta:hover {
  background-color: #dee2e9;
}
#SolutionCardsDTX .solution-card--page-cta.active {
  background-color: #1d1e1f;
  color: #ffffff;
}
#SolutionCardsDTX .solution-card--page-cta:focus {
  border: 2px solid #30578d;
}
#SolutionCardsDTX .solution-card--page-cta:disabled {
  color: #dee2e9;
}
#SolutionCardsDTX .solution-card__up {
  transform: rotate(-135deg) !important;
  -webkit-transform: rotate(-135deg) !important;
  top: 2px;
}
#SolutionCardsDTX .solution-card__down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#SolutionCardsDTX .solution-card__arrow {
  border: solid #e90029;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin: 2px 0 0 2px;
  height: 0.6rem;
  width: 0.6rem;
  position: relative;
  top: -3px;
  z-index: 0;
}
#SolutionCardsDTX .solution-card--doc-count {
  margin: 36px 0;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)), only screen and (max-width: calc(768px - 1px)) {
  #SolutionCardsDTX .solution-card--doc-count {
    display: none;
  }
}
#SolutionCardsDTX .solution-card--sort {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
#SolutionCardsDTX .solution-card--panel {
  background-color: #ffffff;
  border: 1px solid #00000036;
  box-shadow: 0px 3px 4px 1px #00000036;
  position: absolute;
  display: none;
  z-index: 3;
  width: 100px;
}
#SolutionCardsDTX .solution-card--sort-items {
  cursor: pointer;
  width: inherit;
  display: block;
  line-height: 26px;
  font-size: 0.875rem !important;
  font-weight: 600;
  padding: .02rem 0.5rem;
}
@media only screen and (min-width: 768px) and (max-width: calc(1200px - 1px)), only screen and (max-width: calc(768px - 1px)) {
  #SolutionCardsDTX .solution-card--sort-items {
    font-size: 0.875rem !important;
    word-break: keep-all;
    font-weight: 600;
  }
}
#SolutionCardsDTX .solution-card__show {
  display: block !important;
}
#SolutionCardsDTX .solution-card-label {
  padding-right: 6px ;
}
#SolutionCardsDTX .solution-card--field {
  margin-right: 6px;
  cursor: default;
}
#SolutionCardsDTX .solution-card--tabs:focus {
  cursor: none;
  outline-offset: 3px;
  outline: 2px solid #000000;
}

