.nextt-force-details-card {
  background: #ffffff !important;
  border: 1px solid rgba(6, 37, 74, 0.08) !important;
  border-radius: 24px !important;
  box-shadow: 0 16px 38px rgba(6, 37, 74, 0.08) !important;
  padding: 30px !important;
  color: #061b4a !important;
}

.nextt-force-details-card h2 {
  color: #061b4a !important;
  font-size: clamp(34px, 4vw, 56px) !important;
  line-height: 1.05 !important;
  margin: 0 0 26px !important;
  font-weight: 900 !important;
}

.nextt-force-detail-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  border-bottom: 1px solid #e6edf5 !important;
  padding: 18px 0 !important;
}

.nextt-force-detail-row span {
  color: #71809a !important;
  font-size: 20px !important;
  font-weight: 800 !important;
}

.nextt-force-detail-row strong {
  color: #061b4a !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  text-align: right !important;
}

.nextt-force-apply-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  background: #0b6ff7 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
  margin-top: 20px !important;
  box-shadow: 0 14px 30px rgba(11, 111, 247, 0.22) !important;
}

.nextt-force-apply-wide {
  width: 100% !important;
}

.nextt-force-hide-date-row {
  display: none !important;
}

.nextt-force-apply-form-wrap {
  max-width: 1120px !important;
  margin: 30px auto !important;
  padding: 0 15px !important;
}

.nextt-force-apply-form {
  width: 100% !important;
  min-height: 980px !important;
  border: 0 !important;
  display: block !important;
  background: #fff !important;
  border-radius: 16px !important;
  box-shadow: 0 16px 38px rgba(6, 37, 74, 0.08) !important;
}

@media (max-width: 700px) {
  .nextt-force-details-card {
    padding: 24px 20px !important;
    border-radius: 22px !important;
  }
  .nextt-force-detail-row {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 8px !important;
  }
  .nextt-force-detail-row strong {
    text-align: left !important;
  }
  .nextt-force-apply-form {
    min-height: 1050px !important;
  }
}
