/* Plant availability page — styles from legacy plant-available.php inline CSS + Tailwind overrides */

.plant .customrfq {
  float: right;
  margin-top: -32px;
  background: #7ebc41 !important;
  color: #fff !important;
}

.plant .centerfloat {
  position: sticky;
  top: 0;
  margin: 0;
  background: #fff;
  padding: 12px;
  box-shadow: 0 0 3px #000;
  min-height: 160px;
  z-index: 5;
  text-align: center;
}

.plant .centerfloat h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1b3f02;
  margin: 10px 0;
}

.plant .centerfloat a.az-scroll,
.plant .centerfloat a.az-scroll:visited {
  color: #00e;
  text-decoration: underline;
}

.plant .categories-search input[type="text"],
.plant .categories-search input[type="number"],
.plant .categories-search input[type="search"] {
  border: 2px solid #1b3f02;
  border-radius: 3px;
  height: 30px;
  padding: 3px;
  background: #fff;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}

.plant .categories-search input.catalog-search,
.plant .categories-search input#searchdata {
  width: 280px;
  float: left;
}

.plant .categories-search input.rfqQuote {
  width: 70px;
  min-width: 70px;
  text-align: center;
}

.plant .categories-search input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  width: auto;
  height: auto;
  margin-right: 4px;
  vertical-align: middle;
}

.plant .categories-list table input {
  display: inline-block;
  visibility: visible;
  opacity: 1;
}

.plant .bothinone {
  margin-bottom: 12px;
}
