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

.l-rec-car-spt-ret-interview-section {
  background-color: #ffc067;
}

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

.p-rec-car-spt-ret-interview__note {
  color: #4b5563;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.p-rec-car-spt-ret-interview__btn-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-rec-car-spt-ret-interview__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 16px 32px;
  background: #ffffff;
  border: 2px solid #d97706;
  color: #d97706;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .p-rec-car-spt-ret-interview__btn:hover {
    background: #d97706;
    color: #ffffff;
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 15px rgba(217, 119, 6, 0.25);
  }

  .p-rec-car-spt-ret-interview__btn::after {
    content: "→";
    margin-left: 8px;
    font-family: sans-serif;
  }
}

@media (min-width: 1024px) {
  .p-rec-car-spt-ret-interview__note span {
    display: none;
  }
}

@media screen and (max-height: 500px) and (orientation: landscape) {
  .p-cmn-rec-base__card-image img {
    height: 170%;
  }
}

/* ==========================================
 * COMING SOON
 * ========================================== */

.p-cmn-rec-base__card--coming {
  pointer-events: none;
  cursor: default;
}

.p-cmn-rec-base__card--coming:hover {
  transform: none;
  box-shadow: none;
}

.p-cmn-rec-base__card--coming .p-cmn-rec-base__card-copy {
  display: block;
  margin-top: 10px;
  padding: 12px;
  color: #ffffff;
  background-color: #1a202c;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 4px;
  text-decoration: none;
}

.p-cmn-rec-base__grid > p {
  display: none;
}
