.configuration-buy-button {
  background-color: #4caf50;
  color: white;
  padding: 4px 32px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  margin-top: 8px;
  border-radius: 20px;
  border: none;
}
.configuration-buy-button:hover {
  background-color: #45a049;
  text-decoration: none;
  color: white;
}

.configuration-table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}

.configuration-table .configuration-table-header {
  border-bottom: 1px solid #dee2e6;
  font-size: 16px;
}

.configuration-table td:first-child,
.configuration-table td:nth-child(2) {
  font-weight: bold;
}

.configuration-table th,
.configuration-table td {
  text-align: left;
  vertical-align: middle;
  padding: 16px;
  border: none !important;
}

.configuration-table td:nth-child(3),
.configuration-table td:nth-child(4) {
  vertical-align: middle;
}

.configuration-table th {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.configuration-section-title {
  font-size: 20px;
  font-weight: bold;
  background-color: white !important;
}

.section-header-row {
  background-color: white !important;
}

.configuration-section-title:last-child {
  padding-top: 32px;
}

.configuration-container {
  padding: 0;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
}

.configuration-table tr.alternate-row {
  background-color: #f5f5f5;
}

.mobile-category-name,
.mobile-item-label,
.category-header,
.mobile-only {
  display: none;
}

.tire-size {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mobile-only {
    display: table-row;
  }

  .configuration-table,
  .configuration-table tbody {
    display: block;
    width: 100%;
  }

  .configuration-table tr {
    background-color: white !important;
  }

  .section-header-row {
    display: block;
    width: 100%;
    background-color: white !important;
  }

  .section-header-row td {
    background-color: white !important;
  }

  .configuration-table-header {
    display: none;
  }

  .category-header {
    display: table-row;
    background-color: white !important;
  }

  .category-header td {
    background-color: white !important;
  }

  .category-label {
    font-weight: bold;
    padding: 12px 16px;
    background-color: white !important;
  }

  .configuration-table tr.row-data {
    display: block;
  }

  .configuration-table td {
    display: block;
    padding: 12px 16px;
  }

  .mobile-row-content {
    display: flex;
    flex-direction: column;
    align-items: start;
  }

  .mobile-row-odd {
    background-color: white !important;
  }

  .mobile-row-even {
    background-color: #f5f5f5 !important;
  }

  .mobile-item-label {
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 100px;
    margin-right: 10px;
  }

  .configuration-section-title {
    background-color: white !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
  }

  .configuration-buy-button {
    margin-top: 8px;
    display: inline-block;
    text-align: center;
    padding: 6px 16px;
  }

  .category-header td {
    background-color: white !important;
  }

  .configuration-table td {
    background-color: transparent;
  }

  tr.row-data td:nth-of-type(2n + 1) {
    background-color: #f5f5f5 !important;
  }

  tr.row-data td:nth-of-type(2n) {
    background-color: white !important;
  }

  .section-header-row td,
  .configuration-table-header td,
  .category-header td {
    background-color: white !important;
  }

  tr.section-header-row,
  tr.section-header-row td,
  .configuration-section-title {
    background-color: white !important;
  }
}

.even-row {
    background-color: #f0f0f0;
}

@media (max-width: 480px) {
  .configuration-table td {
    padding: 12px;
  }

  .configuration-section-title {
    font-size: 16px;
    background-color: white !important;
  }
}
