﻿.category-box-content {
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.category-box-header-text {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.category-list-box {
  display: block;
  border: 1px solid rgb(204, 204, 204);
  padding-left: 10px;
  height: 40px;
  width: 70%;
  color: black;
  margin-top: 7px;
}

.btn.category-search-button {
  border-radius: 0;
  margin-top: 7px;
  color: black;
  background-color: #fbab1d;
  padding: 7px 20px;
  height: auto;
  max-width: 70%;
  font-size: 16px;
}

.category-search-button:hover {
  background-color: #e49b19;
  color: black;
}
