.fea-meta-wrap,
.finfo-breadcrumb,
.finfo-fe-title,
.finfo-page-desc {
  display: block;
}
.fe-sup-rel-page-desc{
  margin-top: 0px;
}
.sup-release-info-title-wrap {
  margin-top: 10px;
}
.sup-release-info-title {
  color: #292d3a !important;
  font-weight: 500;
  font-size: 22px;
}
.sup-release-search-wrap {
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px 0;
  width: 400px;
}
.sup-release-search-icon {
  position: absolute;
  left: 12px;
  pointer-events: none;
  color: #606a70;
  font-size: 16px;
}
.sup-release-search-input {
  transition: border-color 0.2s;
  outline: none;
  border: 1px solid #b1b9be;
  border-radius: 4px;
  padding: 8px 32px 8px 32px !important;
  width: 100%;
  font-size: 14px;
}
.sup-release-search-input:focus {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  border-color: #068667;
}
.sup-release-info-table-wrap {
  margin-top: 10px;
}
.sup-release-actions-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.sup-release-toggles-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ke-toggle-switch-wrap {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.ke-toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.ke-toggle-input {
  display: none;
}
.ke-toggle-slider {
  display: inline-block;
  position: relative;
  transition: background-color 0.3s;
  border-radius: 12px;
  background-color: #b1b9be;
  width: 40px;
  height: 20px;
}
.ke-toggle-slider::before {
  position: absolute;
  top: 2px;
  left: 2px;
  transition: left 0.3s;
  border-radius: 50%;
  background-color: white;
  width: 16px;
  height: 16px;
  content: "";
}
.ke-toggle-input:checked + .ke-toggle-slider {
  background-color: #068667;
}
.ke-toggle-input:checked + .ke-toggle-slider::before {
  left: 22px;
}
.ke-toggle-text {
  color: #3e4550;
  font-size: 14px;
  user-select: none;
  white-space: nowrap;
}
.sup-release-info-table th {
  position: sticky;
  top: -1px;
  z-index: 1;
  border: none;
  background-color: #1d1f27;
  padding: 10px !important;
  color: #fff !important;
  font-size: 15px;
}
.psr-product-cell {
  padding: 8px 10px !important;
  min-width: 200px;
}
.psr-release-cell {
  padding: 8px 10px !important;
}
.psr-software-block {
  margin-bottom: 10px;
}
.psr-software-block:last-child {
  margin-bottom: 0;
}
.psr-software-title {
  margin-bottom: 4px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 4px;
  color: #292d3a;
  font-weight: 500;
}
.psr-release-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 8px;
  padding-left: 18px;
}
.psr-release-list li {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2px;
  min-width: 175px;
  overflow: hidden;
  color: #3e4550;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.psr-eol-tag {
  color: #cc1f1a;
  font-weight: 500;
  font-size: 9px;
}
.sup-release-no-results {
  display: none;
  padding: 20px;
  color: #3e4550;
  text-align: left;
}
.sup-release-clear-btn {
  display: none;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 10;
  transition: color 0.2s;
  cursor: pointer;
  border: none;
  background: none;
  padding: 5px 8px;
  color: #606a70;
  font-size: 18px;
}
.sup-release-clear-btn:hover {
  color: #3e4550;
}
