.warranty-period {
  margin: 0 0 40px;
}

.warranty-period-group {
  margin-bottom: 28px;
}

.warranty-period-group:last-child {
  margin-bottom: 0;
}

.warranty-period-group h3 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 3px solid #1a8cff;
  color: #222;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.warranty-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.warranty-table {
  width: 100%;
  min-width: 480px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.warranty-table th,
.warranty-table td {
  padding: 12px 16px;
  border: 1px solid #e6e8eb;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  word-break: break-word;
}

.warranty-table thead th {
  background: #f5f7fa;
  color: #222;
  font-weight: 700;
}

.warranty-table tbody tr:nth-child(even) {
  background: #fafbfc;
}

.warranty-table .col-series {
  width: 42%;
}

.warranty-table .col-period {
  width: 58%;
}

.warranty-table .period-excluded {
  color: #888;
}

.warranty-table .period-note {
  display: block;
  margin-top: 6px;
  color: #666;
  font-size: 0.92em;
}

.warranty-table .period-note a {
  color: #1a8cff;
  text-decoration: underline;
}

.warranty-table .period-note a:hover {
  color: #0066cc;
}

@media (min-width: 768px) {
  .warranty-period {
    margin-bottom: 50px;
  }

  .warranty-period-group {
    margin-bottom: 36px;
  }

  .warranty-period-group h3 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .warranty-table th,
  .warranty-table td {
    padding: 14px 20px;
  }
}
