/**
 * CSS File: cmn-rec-car-.css
 * 2026-05-13 | Final checked
 */

.p-cmn-rec-car-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 24px;
}

.c-cmn-rec-car-icon {
  width: 48px;
  height: 48px;
  display: block;
}

.p-cmn-rec-car__icon-wrap {
  background: #fff;
  border-radius: 50%;
  padding: 16px;
  margin-right: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.c-cmn-rec-car-title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #333;
}

.p-cmn-rec-car__lead {
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 24px;
  text-align: center;
}

@media (min-width: 768px) {
  .p-cmn-rec-car-header {
    margin-bottom: 32px;
  }

  .c-cmn-rec-car-icon {
    width: 64px;
    height: 64px;
  }

  .c-cmn-rec-car-title {
    font-size: 2.25rem;
  }

  .p-cmn-rec-car__icon-wrap {
  }

  .p-cmn-rec-car__lead {
    font-size: 1rem;
  }
}
