.volvo-simode-tables {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  padding: 24px 0;
}

.volvo-simode-card {
  display: flex;
  min-height: 372px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 1px solid #b7b7b7;
  border-radius: 8px;
  background: #ffffff;
  color: #202020;
  font-family: Arial, sans-serif;
}

.volvo-simode-card-title {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  color: #151515;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}

.volvo-simode-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.volvo-simode-table th,
.volvo-simode-table td {
  padding: 5px 0;
  border-bottom: 1px solid #d4d4d4;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.15;
  text-align: center;
  vertical-align: middle;
}

.volvo-simode-table th {
  color: #1d1d1d;
  font-weight: 700;
}

.volvo-simode-table th:first-child,
.volvo-simode-table td:first-child {
  width: 54%;
  text-align: left;
}

.volvo-simode-table th:not(:last-child),
.volvo-simode-table td:not(:last-child) {
  border-right: 1px solid #d4d4d4;
}

.volvo-simode-table tbody tr:last-child td {
  border-bottom: none;
}

.volvo-simode-table--prices {
  margin-bottom: auto;
}

.volvo-simode-table--prices th:first-child,
.volvo-simode-table--prices td:first-child {
  width: 52%;
}

.volvo-simode-note {
  max-width: 430px;
  margin: 45px auto;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.15;
  text-align: center;
}

@media (max-width: 1024px) {
  .volvo-simode-tables {
    gap: 30px;
  }

@media (max-width: 767px) {
  .volvo-simode-tables {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .volvo-simode-card {
    min-height: 0;
  }

  .volvo-simode-card-title {
    font-size: 21px;
  }

  .volvo-simode-table th,
  .volvo-simode-table td {
    padding: 6px 8px;
    font-size: 13px;
  }

  .volvo-simode-note {
    margin: 36px auto 10px;
    font-size: 15px;
  }
}
