/**
 * CSS File: rc-rs-requirements.css
 * 2026-05-13 | Final checked
 */

.l-rec-car-spt-ret-requirements-section {
  background-color: #f3f0f9;
}

.p-rec-car-spt-ret-requirements__panel {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px;
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.p-rec-car-spt-ret-requirements__panel-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #1f2937;
}

.p-rec-car-spt-ret-requirements__intro-sub {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1f2937;
}

.p-rec-car-spt-ret-requirements__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.p-rec-car-spt-ret-requirements__list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.6;
}

.p-rec-car-spt-ret-requirements__list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #f69381;
  font-weight: bold;
}

.p-rec-car-spt-ret-requirements__panel-message {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  color: #1f2937;
}

.p-rec-car-spt-ret-requirements__table {
  width: 100%;
  border-collapse: collapse;
}

.p-rec-car-spt-ret-requirements__table th,
.p-rec-car-spt-ret-requirements__table td {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}

.p-rec-car-spt-ret-requirements__table th {
  background-color: #fef2f2;
  border-bottom: none;
}

.p-rec-car-spt-ret-requirements__table-label {
  display: flex;
  align-items: center;
  font-weight: 700;
}

.p-rec-car-spt-ret-requirements__locoloco {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.p-rec-car-spt-ret-requirements__table td {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.7;
  margin-bottom: 10px;
}

.p-rec-car-spt-ret-requirements__table td small {
  display: block;
  margin-top: 5px;
  font-size: 0.8125rem;
}

.p-rec-car-spt-ret-requirements__footer {
  text-align: center;
  margin-top: 50px;
}

.p-rec-car-spt-ret-requirements__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f69381;
  color: #fff;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.125rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(246, 147, 129, 0.4);
}

.p-rec-car-spt-ret-requirements__btn-icon {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.p-rec-car-spt-ret-requirements__btn-note {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .p-rec-car-spt-ret-requirements__panel {
    padding: 50px;
  }

  .p-rec-car-spt-ret-requirements__intro-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .p-rec-car-spt-ret-requirements__panel-message {
    font-size: 1.375rem;
    margin-top: 40px;
  }

  .p-rec-car-spt-ret-requirements__table th,
  .p-rec-car-spt-ret-requirements__table td {
    display: table-cell;
    padding: 25px 30px;
  }

  .p-rec-car-spt-ret-requirements__table th {
    width: 30%;
    background-color: transparent;
    border-bottom: 1px solid #e5e7eb;
  }

  .p-rec-car-spt-ret-requirements__btn {
    padding: 24px 60px;
    font-size: 1.375rem;
  }

  .p-rec-car-spt-ret-requirements__btn:hover {
    background-color: #ff7b6b;
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 6px 20px rgba(246, 147, 129, 0.5);
  }
}

@media screen and (min-width: 1024px) {
  .p-rec-car-spt-ret-requirements__panel {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}
