@font-face {
  font-family: SourceSansPro;
  src: url("../../fonts/Source-Sans-Pro-400.5e1d162e634a.otf") format("opentype");
  font-weight: 400;
}

@font-face {
  font-family: SourceSansPro;
  src: url("../../fonts/Source-Sans-Pro-600.5e1d162e634a.otf") format("opentype");
  font-weight: 600;
}

@font-face {
  font-family: SourceSansPro;
  src: url("../../fonts/Source-Sans-Pro-700.78667e5e4b54.otf") format("opentype");
  font-weight: 700;
}

body {
  margin: 0;
}

.no-items {
  text-align: center;
  font-family: SourceSansPro, sans-serif;
}

.compatibility-table {
  font-family: SourceSansPro, sans-serif;
}

.compatibility-table-wrapper {
  padding: 8px;
}

.compatibility-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 19px;
}

.compatibility-table thead {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;

 @media (max-width: 767px) {
    font-size: 16px;
  }
}

.compatibility-table thead tr {
  background-color: var(--primary-color);
  color: white;
  font-weight: 700;
}

.compatibility-table thead th {
  text-align: left;
}

.compatibility-table thead th:first-of-type {
  border-top-left-radius: 8px;
}

.compatibility-table thead th:last-of-type {
  border-top-right-radius: 8px;
}

.smart-charging-header {
  @media (max-width: 767px) {
    border-top-right-radius: 8px;
  }
}

.compatibility-table th {
  padding: 10px 20px;
}

.compatibility-table .make-row {
  background-color: #143E43;
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.compatibility-table .model-row:nth-of-type(odd) {
  background-color: #F0F0F0;
}

.compatibility-table .make-row td {
  padding: 10px 20px;
  text-transform: lowercase;
  font-weight: 700;
}

.compatibility-table .make-row td:first-letter {
  text-transform: capitalize;
}

.compatibility-table .model-row td {
  padding: 10px 28px;
  font-weight: 400;
}

.compatibility-table .model-row td:not(:last-child) {
  border-right: 1px solid #D9D9D9;
}

.compatibility-table .centered-cell {
  text-align: center;
}

.compatibility-table .model-row .status-cell {
  padding: 10px;
}

.model-name,
.evse-model-name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.model-years,
.evse-make-name {
  font-size: 13px;
  margin: 0;
}

.desktop-column {
  @media (max-width: 767px) {
    display: none;
  }
}

.solar-charging-column {
  @media (max-width: 767px) {
    display: none;
  }
}
