.white {
  background-color: #ffffff; }

.white-text {
  color: #ffffff; }

.black {
  background-color: #000000; }

.black-text {
  color: #000000; }

.black-highlight {
  background-color: #3e3e3e; }

.black-highlight-text {
  color: #3e3e3e; }

.strike-through {
  text-decoration: line-through; }

.dark-grey {
  background-color: #2d2d2d; }

.dark-grey-text {
  color: #2d2d2d; }

.light-grey {
  background-color: #777; }

.light-grey-text {
  color: #777; }

.lightish-grey {
  background-color: #d6d6d6; }

.lightish-grey-text {
  color: #d6d6d6; }

.lighter-grey {
  background-color: #f3f3f3; }

.lighter-grey-text {
  color: #f3f3f3; }

.lightest-grey {
  background-color: #efefef; }

.lightest-grey-text {
  color: #efefef; }

.shadow-grey {
  background-color: #d3d3d3; }

.shadow-grey-text {
  color: #d3d3d3; }

.green {
  background-color: #376e26; }

.green-text {
  color: #376e26; }

.light-green {
  background-color: #4a9035; }

.light-green-text {
  color: #4a9035; }

.light-blue {
  background-color: #E7E9F1; }

.light-blue-text {
  color: #E7E9F1; }

.dark-blue {
  background-color: #293b6e; }

.dark-blue-text {
  color: #293b6e; }

.blue-highlight {
  background-color: #4a67b3; }

.red {
  background-color: #dc0423; }

.red-text {
  color: #dc0423; }

.yellow {
  background-color: #ffff00; }

.yellow::before {
  background-color: #ffff00; }

.yellow::marker {
  background-color: #ffff00; }

.update-highlight {
  background-color: #ffff00;
  display: inline !important; }

.update-highlight:before {
  background-color: #ffff00;
  display: inline !important; }

.consumerlab-blue {
  background-color: #1C449B; }

.consumerlab-blue-text {
  color: #1C449B; }

.passedTest {
  background-color: rgba(74, 144, 53, 0.3); }

.failedTest {
  background-color: rgba(220, 4, 35, 0.3); }

.brand-scorecard-index .sortable {
  cursor: pointer;
  user-select: none; }

.brand-scorecard-index .sortable:hover {
  background-color: #f0f0f0; }

.brand-scorecard-index .sort-icon {
  margin-left: 5px;
  opacity: 0.3; }

.brand-scorecard-index .sort-icon img {
  width: 16px;
  height: 16px;
  margin-top: -0.2rem; }

.brand-scorecard-index .sortable:hover .sort-icon {
  opacity: 0.6; }

.brand-scorecard-index .sortable.sort-asc .sort-icon,
.brand-scorecard-index .sortable.sort-desc .sort-icon {
  opacity: 1; }

.brand-scorecard-index table {
  border-collapse: separate;
  border-spacing: 0; }

.brand-scorecard-index .icon {
  width: 16px;
  height: 16px;
  margin-left: 0px;
  vertical-align: middle;
  opacity: 0.6; }
  .brand-scorecard-index .icon:hover {
    opacity: 1; }

.flag {
  width: 100%;
  font-size: 1.0em;
  text-align: center;
  color: white;
  font-weight: normal;
  letter-spacing: 2px;
  display: flex;
  margin: 5px 0 10px 0; }

.flag-edge-left {
  margin-right: -1px; }

.flag-top-pick .flag-body {
  background-color: #1c449b;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1px; }

.flag-edge-right {
  margin-left: -1px; }

.multiple-reviews-link img {
  width: 16px;
  margin-top: -4px; }

.expand-text {
  color: #1C449B;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex; }

.expand-icon img {
  margin-bottom: 4px; }

.brand-scorecard {
  margin-top: 0rem; }
  .brand-scorecard .no-style-link {
    text-decoration: none;
    color: inherit; }
    .brand-scorecard .no-style-link:hover {
      text-decoration: none;
      color: inherit; }
  .brand-scorecard .expand-toggle {
    transition: all 0.3s ease; }
    .brand-scorecard .expand-toggle svg, .brand-scorecard .expand-toggle img, .brand-scorecard .expand-toggle i {
      transition: transform 0.3s ease;
      display: inline-block;
      transform: rotate(0deg); }
    .brand-scorecard .expand-toggle.expanded.hide-on-expand {
      height: 0;
      overflow: hidden;
      margin: 0 !important;
      padding: 0; }
    .brand-scorecard .expand-toggle.expanded svg, .brand-scorecard .expand-toggle.expanded img, .brand-scorecard .expand-toggle.expanded i {
      transform: rotate(-90deg); }
  .brand-scorecard .bullet-point img {
    margin-bottom: 2px;
    margin-right: 0.4rem;
    width: 8px; }
  .brand-scorecard .dash-point {
    color: #666;
    font-size: 1rem;
    margin-bottom: 2px;
    margin-right: 0.5rem;
    display: inline-block; }
  .brand-scorecard .scorecard-intro {
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 0.5rem; }
    .brand-scorecard .scorecard-intro h2 {
      font-size: 1.3rem;
      margin-bottom: 0.5rem; }
    .brand-scorecard .scorecard-intro .scorecard-summary {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      font-size: 1.1rem; }
      .brand-scorecard .scorecard-intro .scorecard-summary > li {
        margin-bottom: 0.2rem; }
        .brand-scorecard .scorecard-intro .scorecard-summary > li:last-child {
          margin-bottom: 0; }
      .brand-scorecard .scorecard-intro .scorecard-summary .summary-line {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0.5rem;
        border-radius: 0.25rem;
        transition: background-color 0.2s ease;
        text-decoration: none;
        color: inherit; }
        .brand-scorecard .scorecard-intro .scorecard-summary .summary-line a.blurred-number {
          color: inherit; }
        .brand-scorecard .scorecard-intro .scorecard-summary .summary-line.summary-line-locked .lock-icon-inline {
          flex-shrink: 0;
          width: 1.25rem;
          height: 1.25rem;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: color 0.2s ease; }
          .brand-scorecard .scorecard-intro .scorecard-summary .summary-line.summary-line-locked .lock-icon-inline img {
            margin-bottom: 2px; }
        .brand-scorecard .scorecard-intro .scorecard-summary .summary-line.expand-toggle {
          cursor: pointer; }
          .brand-scorecard .scorecard-intro .scorecard-summary .summary-line.expand-toggle:hover {
            background-color: rgba(0, 0, 0, 0.05);
            text-decoration: none;
            color: inherit; }
      .brand-scorecard .scorecard-intro .scorecard-summary .nested-list {
        list-style: none;
        padding-left: 1rem;
        padding-right: 0.5rem;
        margin-top: 0rem;
        margin-bottom: 0; }
        .brand-scorecard .scorecard-intro .scorecard-summary .nested-list .summary-line {
          margin-top: 0.5rem; }
        .brand-scorecard .scorecard-intro .scorecard-summary .nested-list li {
          margin-bottom: 0.2rem; }
          .brand-scorecard .scorecard-intro .scorecard-summary .nested-list li:last-child {
            margin-bottom: 0; }
      .brand-scorecard .scorecard-intro .scorecard-summary .products-grid {
        margin-top: 0.5rem;
        padding: 1rem 0.5rem 0.1rem 0.5rem;
        background-color: white;
        border-radius: 0.5rem;
        border: 1px solid #dee2e6; }
        .brand-scorecard .scorecard-intro .scorecard-summary .products-grid h3 {
          margin-bottom: 1rem;
          margin-left: 0.5rem;
          margin-right: 0.5rem;
          font-size: 1.2rem;
          color: #1C449B; }
        .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .row {
          margin: -0.5rem; }
        .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .hidden-product {
          display: none; }
        .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card {
          display: flex;
          gap: 0.75rem;
          padding: 0.75rem;
          background-color: #fff;
          border: 1px solid #e9ecef;
          border-radius: 0.375rem;
          transition: box-shadow 0.2s ease, transform 0.2s ease;
          height: 100%; }
          .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card:hover {
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px); }
          .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-thumbnail {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            border-radius: 0.25rem;
            overflow: hidden;
            background-color: #f8f9fa;
            display: flex;
            align-items: center;
            justify-content: center; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-thumbnail img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-thumbnail .no-image {
              color: #adb5bd;
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%; }
              .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-thumbnail .no-image svg {
                width: 1.5rem;
                height: 1.5rem; }
          .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-info {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: column;
            gap: 0.25rem; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-info .product-name {
              font-weight: 600;
              font-size: 0.9rem;
              color: #333;
              line-height: 1.3;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-info .product-status {
              color: #2d2d2d;
              line-height: 1.4em; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-info .review-link {
              font-size: 0.8rem;
              color: #2d2d2d;
              text-decoration: none;
              font-weight: 500; }
              .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .product-card .product-info .review-link .link-name {
                color: #1C449B; }
        .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .load-more-section {
          margin-top: 0.5rem;
          margin-bottom: 1rem;
          padding-top: 1rem;
          border-top: 1px solid #dee2e6;
          text-align: center;
          font-size: 0.9rem; }
          .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .load-more-section span {
            color: #666; }
          .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .load-more-section .load-more-link {
            color: #1C449B;
            text-decoration: none;
            font-weight: 600;
            margin-left: 0.5rem; }
            .brand-scorecard .scorecard-intro .scorecard-summary .products-grid .load-more-section .load-more-link:hover {
              text-decoration: underline; }
  .brand-scorecard .scorecard-review {
    margin-bottom: 3rem; }
    .brand-scorecard .scorecard-review .review-title {
      color: #1C449B;
      font-size: 1.3rem;
      margin-bottom: 1rem;
      padding-bottom: 0.5rem;
      border-bottom: 2px solid #1C449B; }
      .brand-scorecard .scorecard-review .review-title a {
        color: #1C449B;
        text-decoration: none; }
        .brand-scorecard .scorecard-review .review-title a:hover {
          text-decoration: underline; }
    .brand-scorecard .scorecard-review .products-table {
      margin-top: 1rem; }
      .brand-scorecard .scorecard-review .products-table table {
        width: 100%;
        margin-bottom: 1.5rem; }
        .brand-scorecard .scorecard-review .products-table table th {
          background-color: #1C449B;
          color: white;
          padding: 0.75rem;
          font-weight: 600;
          font-size: 0.9rem;
          text-transform: uppercase; }
        .brand-scorecard .scorecard-review .products-table table td {
          padding: 1rem 0.75rem;
          vertical-align: middle;
          font-size: 0.95rem; }
        .brand-scorecard .scorecard-review .products-table table .product-name {
          font-weight: 500;
          color: #333; }
        .brand-scorecard .scorecard-review .products-table table .status .badge {
          display: inline-flex;
          align-items: center;
          gap: 0.25rem;
          font-size: 0.85rem;
          padding: 0.4rem 0.8rem;
          font-weight: 600; }
          .brand-scorecard .scorecard-review .products-table table .status .badge svg {
            width: 1rem;
            height: 1rem; }
        .brand-scorecard .scorecard-review .products-table table .status .approval-text,
        .brand-scorecard .scorecard-review .products-table table .status .alternate-text {
          margin-top: 0.5rem;
          font-size: 0.85rem;
          color: #666;
          font-style: italic; }
        .brand-scorecard .scorecard-review .products-table table .qcp-status .badge,
        .brand-scorecard .scorecard-review .products-table table .top-pick .badge {
          display: inline-flex;
          align-items: center;
          gap: 0.25rem;
          font-size: 0.85rem;
          padding: 0.4rem 0.8rem; }
          .brand-scorecard .scorecard-review .products-table table .qcp-status .badge svg,
          .brand-scorecard .scorecard-review .products-table table .top-pick .badge svg {
            width: 1rem;
            height: 1rem; }
        .brand-scorecard .scorecard-review .products-table table .qcp-status .top-pick-text,
        .brand-scorecard .scorecard-review .products-table table .top-pick .top-pick-text {
          margin-top: 0.5rem;
          font-size: 0.85rem;
          color: #666; }
        .brand-scorecard .scorecard-review .products-table table .product-row.approved {
          background-color: rgba(40, 167, 69, 0.05); }
        .brand-scorecard .scorecard-review .products-table table .product-row.not-approved {
          background-color: rgba(220, 53, 69, 0.05); }
        .brand-scorecard .scorecard-review .products-table table .product-row.custom {
          background-color: rgba(23, 162, 184, 0.05); }
        .brand-scorecard .scorecard-review .products-table table .product-row:hover {
          background-color: rgba(28, 68, 155, 0.08); }
  .brand-scorecard .sidebar .scorecard-legend {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem; }
    .brand-scorecard .sidebar .scorecard-legend h4 {
      color: #1C449B;
      font-size: 1.2rem;
      margin-bottom: 1rem;
      font-weight: 600; }
    .brand-scorecard .sidebar .scorecard-legend .legend-item {
      margin-bottom: 1.5rem; }
      .brand-scorecard .sidebar .scorecard-legend .legend-item:last-child {
        margin-bottom: 0; }
      .brand-scorecard .sidebar .scorecard-legend .legend-item .badge {
        display: inline-flex;
        align-items: center;
        gap: 0.25rem;
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
        margin-bottom: 0.5rem; }
        .brand-scorecard .sidebar .scorecard-legend .legend-item .badge svg {
          width: 1rem;
          height: 1rem; }
      .brand-scorecard .sidebar .scorecard-legend .legend-item p {
        margin: 0;
        font-size: 0.85rem;
        color: #666;
        line-height: 1.4; }
  .brand-scorecard .sidebar .scorecard-actions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600; }
    .brand-scorecard .sidebar .scorecard-actions .btn svg {
      width: 1rem;
      height: 1rem; }
  .brand-scorecard .sidebar .scorecard-info {
    background-color: #e7f3ff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border-left: 4px solid #1C449B; }
    .brand-scorecard .sidebar .scorecard-info h4 {
      color: #1C449B;
      font-size: 1.1rem;
      margin-bottom: 1rem;
      font-weight: 600; }
    .brand-scorecard .sidebar .scorecard-info p {
      font-size: 0.9rem;
      line-height: 1.6;
      margin-bottom: 0.75rem; }
      .brand-scorecard .sidebar .scorecard-info p:last-child {
        margin-bottom: 0; }
      .brand-scorecard .sidebar .scorecard-info p a {
        color: #1C449B;
        font-weight: 600;
        text-decoration: none; }
        .brand-scorecard .sidebar .scorecard-info p a:hover {
          text-decoration: underline; }

.brand-scorecard-index #letterbox {
  z-index: 11;
  margin-bottom: 0;
  padding-bottom: 0;
  background: none; }

.brand-scorecard-index th.sortable[data-sort="brand"] {
  overflow: visible !important; }

.brand-scorecard-index .letter-dropdown {
  display: inline-flex;
  align-items: center;
  margin-left: 5px;
  position: relative; }

.brand-scorecard-index .letter-label {
  font-size: 0.85em;
  color: #1C449B;
  cursor: pointer;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem; }

.brand-scorecard-index .letter-text {
  line-height: 1; }

.brand-scorecard-index .letter-icon {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  width: 12px;
  color: #1C449B; }
  .brand-scorecard-index .letter-icon img, .brand-scorecard-index .letter-icon svg {
    width: 12px;
    height: auto; }

.brand-scorecard-index .letter-dropdown-menu {
  display: none;
  position: fixed;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  min-width: 100px; }

.brand-scorecard-index .letter-dropdown.open .letter-dropdown-menu {
  display: block; }

.brand-scorecard-index .letter-dropdown-item {
  display: block;
  padding: 0.6rem 1rem;
  color: #2d2d2d;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.15s ease; }
  .brand-scorecard-index .letter-dropdown-item:first-child {
    border-radius: 0.25rem 0.25rem 0 0; }
  .brand-scorecard-index .letter-dropdown-item:last-child {
    border-bottom: none;
    border-radius: 0 0 0.25rem 0.25rem; }
  .brand-scorecard-index .letter-dropdown-item:hover {
    background-color: #f8f9fa;
    color: #1C449B;
    font-weight: 600; }

.brand-scorecard-index #brand-scorecard-table {
  max-width: 800px; }
  .brand-scorecard-index #brand-scorecard-table thead th {
    position: sticky;
    background-color: #fff;
    z-index: 10;
    border-bottom: 1px solid #dee2e6;
    top: 60px; }
    @media (min-width: 768px) {
      .brand-scorecard-index #brand-scorecard-table thead th {
        top: 98px; } }
    @media (min-width: 992px) {
      .brand-scorecard-index #brand-scorecard-table thead th {
        top: 118px; } }
  .brand-scorecard-index #brand-scorecard-table th {
    width: 25%; }
  @media (max-width: 992px) {
    .brand-scorecard-index #brand-scorecard-table th:nth-child(2), .brand-scorecard-index #brand-scorecard-table th:nth-child(3) {
      width: 21%; }
    .brand-scorecard-index #brand-scorecard-table th:first-child {
      width: 31%; }
    .brand-scorecard-index #brand-scorecard-table th:nth-child(4) {
      width: 27%; } }
  @media (max-width: 490px) {
    .brand-scorecard-index #brand-scorecard-table th.sortable .sort-icon {
      display: block;
      margin-left: 0;
      margin-top: 4px; } }
@media (max-width: 992px) {
  .brand-scorecard .scorecard-review .products-table {
    overflow-x: auto; }
    .brand-scorecard .scorecard-review .products-table table {
      font-size: 0.85rem; }
      .brand-scorecard .scorecard-review .products-table table th,
      .brand-scorecard .scorecard-review .products-table table td {
        padding: 0.5rem; }
  .brand-scorecard .sidebar {
    margin-top: 2rem; } }
