main .timeline {
  position: relative;
  align-items: flex-end;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  gap: 2em;
}
main .timeline .wp-block-group {
  max-width: calc(100% - 100px);
  margin: 0;
  border: 1px solid gray;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 50px 35px;
  position: relative;
  background-color: white;
}
main .timeline .wp-block-group * {
  margin: 0 !important;
}
main .timeline .wp-block-group::before {
  position: absolute;
  left: -132px;
  top: calc(50% - 35px);
  background: linear-gradient(90deg, rgb(255, 179, 0) 0%, rgb(255, 214, 0) 100%);
  padding: 20px 30px;
  border-radius: 25px;
  font-weight: bold;
  font-size: 21px;
}
main .timeline .wp-block-group:nth-child(1)::before {
  content: "2025";
}
main .timeline .wp-block-group:nth-child(2)::before {
  content: "2027";
}
main .timeline .wp-block-group:nth-child(3)::before {
  content: "2030";
}
main .timeline::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: 50px;
  top: 0;
  border-left: 1px dashed black;
}

main .is-layout-grid {
  gap: 25px;
  padding: 0 !important;
}
main .is-layout-grid .wp-block-group {
  border-radius: 25px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15);
  padding: 40px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
}
main .is-layout-grid .wp-block-group h4 {
  color: var(--brand-color-secondary);
  margin-top: 0;
}
main .is-layout-grid .wp-block-group ul {
  margin-top: 0;
}

main .table-box {
  width: 100%;
}
main .table-box figure.battery-comparison-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
main .table-box figure.battery-comparison-table table {
  border-collapse: collapse;
  min-width: 1000px;
}

main table th {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgb(199, 199, 199) !important;
}
main table thead tr:first-child th:first-child {
  border: none !important;
}
main table tr:nth-child(even) td, main table tbody tr:nth-child(even) th {
  background-color: rgb(238, 238, 238) !important;
}
main table thead tr:first-child th:last-child, main table thead tr:last-child th:nth-last-child(2), main table thead tr:last-child th:last-child {
  background-color: var(--brand-color-secondary);
  color: white;
  font-weight: bold;
  border-color: #d0a748 !important;
}
main table thead {
  border-bottom: none !important;
  background-color: white;
}
main table th {
  font-weight: bold;
  background-color: white;
}

main .battery-comparison-table table tr td:last-child, main .battery-comparison-table table tr td:nth-last-child(2) {
  background-color: #fefdf8;
  border-color: #ffe7ae !important;
}
main .battery-comparison-table table tr td {
  padding: 20px !important;
  border-color: rgb(234, 234, 234) !important;
  background-color: white;
  text-align: center;
}
main .battery-comparison-table table tr:nth-child(even) td:last-child, main .battery-comparison-table table tr:nth-child(even) td:nth-last-child(2) {
  background-color: #fffbf0 !important;
  border-color: #ffe7ae !important;
}

@media (max-width: 599px) {
  .timeline {
    padding: 0 !important;
  }
  .timeline .wp-block-group {
    padding: 50px 25px !important;
  }
  .timeline .wp-block-group h3 {
    font-size: 1.5em !important;
  }
  .timeline .wp-block-group p {
    font-size: 0.95rem !important;
  }
  .timeline .wp-block-group::before {
    left: -119px !important;
  }
  .timeline::before {
    left: 38px !important;
  }
}
@media (max-width: 781px) {
  .is-layout-grid {
    display: flex;
    flex-direction: column;
  }
}
figure.mobile-legend {
  display: none;
}

@media (max-width: 1000px) {
  .table-box {
    overflow: hidden;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0;
  }
  .table-box figure.battery-comparison-table {
    max-width: 60%;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    /*
    &::before {
        background-color: red !important;
        left: 0;
        background: linear-gradient(90deg,rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 100%);
    }*/
  }
  .table-box figure.battery-comparison-table table {
    margin-right: 50px;
  }
  .table-box figure.battery-comparison-table tbody tr th, .table-box figure.battery-comparison-table thead tr:first-child th:first-child {
    display: none !important;
  }
  .table-box figure.mobile-legend {
    margin-left: 15px;
    width: 100%;
    max-width: 250px;
    display: block !important;
  }
  .table-box figure.mobile-legend table {
    table-layout: auto !important;
  }
  .table-box figure.mobile-legend thead {
    height: 74px;
  }
  .table-box figure.mobile-legend thead, .table-box figure.mobile-legend thead * {
    background: none !important;
  }
  .table-box figure.mobile-legend tbody {
    background-color: white;
  }
  .table-box figure.mobile-legend td {
    padding: 20px 5px !important;
    font-size: 13px !important;
    border: 1px solid gray;
  }
  .table-box td {
    max-height: 100px;
    height: 100px;
  }
  .table-box::before, .table-box::after {
    content: "";
    height: 100%;
    width: 75px;
    position: absolute;
    top: 0;
  }
  .table-box::after {
    /* background-color: red !important;*/
    right: 0;
    background: linear-gradient(270deg, rgb(255, 255, 255) 33%, rgba(255, 255, 255, 0) 100%);
  }
}/*# sourceMappingURL=our-solutions.css.map */