.cw-tabs-wrapper.cw-tabs--vertical {
  background-color: #f2f2f2;
}

.cw-tabs-wrapper.cw-tabs--vertical ul:not([class]) li:not([class]):after {
  content: none !important;
  padding-left: 0 !important;
}

.cw-tabs-inner {
  display: grid;
  grid-template-columns: minmax(219px,219px) 1fr;
  grid-template-areas:
    "aside content"
    "footer footer";
  width: 100%;
  /* height: 100%; */
  /*  */
}

.cw-tabs-inner > div {
  border: 1px solid #808080;
}

.cw-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
.cw-tabs-list li {
  margin: 0;
}

.cw-tabs-list li:last-child {
  margin: 0;
}

.cw-tab-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  margin: 0;
  border: 0;
  background: #fff;
  color: #3f4044;
  font-weight: 500;
  cursor: pointer;
  white-space: normal;
  transition: background 0.2s ease, filter 0.2s ease;
}
.cw-tab-link:hover {
  background: #fff;
  color: #3f4044;
  border: none;
}
.cw-tab-link.is-active {
  background: #808080;
  color: #fff;
}

.cw-tabs-content {
  background: #f2f2f2;
  padding: 20px;
  border-left: 1px solid #808080;
  max-height: 400px;
  overflow-y: auto;
}

.cw-tab-placeholder {
  color: #666;
}
.cw-tab-placeholder.is-hidden {
  display: none !important;
}

.cw-tab-panel {
  display: none !important;
}

.cw-tab-panel ul {
  padding-left: 0;
}

.cw-tab-panel.is-active {
  display: block !important;
}

.cw-tab-panel ul {
  margin: 0;
}
.cw-tab-panel li {
  margin: 0 0 8px 0;
  font-size: 14px !important;
}
.cw-tab-panel p {
  margin: 0;
  font-size: 14px;
}

.cw-tab-grid {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 20px;
  align-items: start;
}

.cw-tab-col--media {
  width: 198px;
  height: 148px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.cw-tab-col--media img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  display: block;
  transform-origin: center center;
  backface-visibility: hidden;
  cursor: pointer;
}
.cw-tab-col--media:hover img{
  transform:  scale(1.1);
}

.cw-tab-col--media {
  border: 1px solid #000;
}

.cw-temperature-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  table-layout: auto;
}

.cw-temperature-table th,
.cw-temperature-table td {
  padding: 10px 10px;
  border: 1px solid #d0d0d0;
  vertical-align: middle;
}

.cw-temperature-table .cw-table-head th {
  background: #d12a3c;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
}

.cw-temperature-table td:first-child {
  width: 100%;
  word-break: break-word;
}

.cw-temperature-table td:last-child {
  text-align: center;
  white-space: nowrap;
}

.cw-table-note {
  margin-top: 10px;
  font-size: 13px;
  color: #444;
}

.cw-tabs-footer {
  display: flex;
  justify-content: flex-end;
}
.cw-tabs-nav {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6px;

  padding-top: 6px;
}
.cw-tab-page-btn {
  padding: 6px 10px;
  min-height: 32px;
  min-width: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #be2a3a;
  background: transparent;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 4px;
}

.cw-tab-page-btn.is-active {
  background: #be2a3a;
  color: #fff;
  border: none;
}

.cw-tab-page-btn:hover:not(.is-active) {
  background: #be2a3a;
  border: none;
  color: #fff;
}

.cw-tabs-nav > button {
  padding: 6px 10px;
  min-height: 32px;
  min-width: 32px;
  font-weight: 600;
  font-size: 14px;
  color: #be2a3a;
  background: transparent;
  cursor: pointer;
}

.cw-tabs-nav > button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  border: none;
}

.cw-tabs-nav > button:hover:not(:disabled) {
  background: #be2a3a;
  border: none;
  color: #fff;
}

.cw-tabs-aside {
  grid-area: aside;
  height: 400px;
  border-right: none !important;
}
.cw-tabs-content {
  grid-area: content;
  padding: 20px;
  border-left: 1px solid #808080;
  max-height: 400px;
  overflow-y: auto;
}
.cw-tabs-footer {
  grid-area: footer;
  border: none !important;
  background-color: #FFFFFF;
  padding: 8px 12px;
  min-height: 65px;
}

.cw-temperature-table .cw-table-row td {
  background: #ffffff;
}

.cw-tabs-pagination-hidden {
  display: none !important;
  min-height: 0 !important;
}

#search-btn-widget .elementor-button-wrapper {
  display: inline-flex;
}

.cw-table-head-split {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cw-tab-panel .cw-standards-intro {
  margin-bottom: 10px;
}

.cw-standards ul {
  list-style: none;
  padding-left: 0;
}

.cw-standards li {
  position: relative;
  padding-left: 15px;     
  line-height: 1.5;
}

.cw-standards li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 54%;                
  transform: translateY(-50%);
  font-size: 1.5rem;         
  line-height: 1;
}

.cw-tab-col--text ul:not([class]) li:not([class]) {
    margin-bottom: 0.5rem !important;
}
.cw-tab-panel ul:not([class]) li:not([class]) {
    margin-bottom: 0.25rem !important;
}

.cw-li-gap { 
  list-style: none;
  margin-bottom: 0.25rem !important;  
}
.cw-li-gap .cw-br { 
  display: block; 
  height: 24px; 
}


@media (max-width: 900px) {
  .cw-tabs-aside {
    width: 20%;
  }

  .cw-tabs-content {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .cw-tabs-wrapper.cw-tabs--vertical {
    flex-direction: column;
  }

  .cw-tabs-aside,
  .cw-tabs-content {
    width: 100%;
    padding: 0;
  }

  .cw-tabs-content {
    padding: 8px 12px;
  }

  ul:not([class]) {
    padding-left: 0;
  }

  .cw-tabs-aside {
    border-right: none;
    border-bottom: 1px solid #808080;
  }

  .cw-tabs-list li {
    margin-bottom: 4px;
  }

  .cw-tab-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .cw-tab-col--media {
    text-align: center;
    border: none;
  }

  .cw-tab-col--media img {
    max-width: 198px;
    height: 148px;
    margin: 0 auto;
  }
}
