mark.ProductDetailSearch-mark {
  background-color: #ffeb3b;
  color: inherit;
  padding: 0 2px;
}

mark.ProductDetailSearch-mark.is-active {
  background-color: #ff9800;
}

.ProductDetailSearch-row td,
.ProductDetailSearch-row th {
  background-color: #fff9c4 !important;
}

.ProductDetailSearch-row.is-active-row td,
.ProductDetailSearch-row.is-active-row th {
  background-color: #ffe082 !important;
}

.MobileProductDetailSearch-toggle,
.MobileProductDetailSearch-popup {
  display: none;
}

@media screen and (max-width: 767px) {
  .MobileProductDetailSearch-toggle {
    align-items: center;
    background-color: #ff5100;
    border: 3px solid;
    border-radius: 50%;
    bottom: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 52px;
    justify-content: center;
    position: fixed;
    right: 20px;
    touch-action: none;
    width: 52px;
    z-index: 50;
  }

  .MobileProductDetailSearch-popup {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    bottom: 90px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    display: none;
    left: 16px;
    padding: 12px;
    position: fixed;
    right: 16px;
    z-index: 49;
  }

  .MobileProductDetailSearch-popup.is-open {
    display: block;
  }

  .MobileProductDetailSearch-popup input {
    border: 1px solid #cccccc;
    font-size: 16px;
    height: 38px;
    padding: 0 10px;
    width: 100%;
  }

  .MobileProductDetailSearch-popup input:focus {
    outline: 0;
  }

  .MobileProductDetailSearch-actions {
    display: flex;
    gap: 8px;
    margin-top: 10px;
  }

  .MobileProductDetailSearch-actions button {
    border: 1px solid #cccccc;
    flex: 1;
    height: 36px;
  }
}
