.fleet-quiz-cta {
  margin: 2rem auto;
  max-width: 100%;
  clear: both;
}

.fleet-quiz-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.15rem 1.75rem;
  min-height: 5.5rem;
  border: 1px solid #93c5fd;
  border-radius: 12px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e0f2fe 50%, #eff6ff 100%);
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.fleet-quiz-cta__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.fleet-quiz-cta__headline {
  margin: 0 0 0.3rem !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #0f172a !important;
}

.fleet-quiz-cta__subtext {
  margin: 0 !important;
  font-size: 0.95rem !important;
  line-height: 1.45 !important;
  color: #475569 !important;
}

.fleet-quiz-cta__button {
  flex: 0 0 auto;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background: #2563eb;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  white-space: nowrap;
  transition: background 0.15s ease, transform 0.15s ease;
  box-shadow: 0 1px 3px rgba(37, 99, 235, 0.28);
}

.fleet-quiz-cta__button:hover,
.fleet-quiz-cta__button:focus {
  background: #1d4ed8;
  color: #fff !important;
  transform: translateY(-1px);
}

.fleet-quiz-cta__button:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}

.entry-content .fleet-quiz-cta,
.post-content .fleet-quiz-cta,
.article-body .fleet-quiz-cta {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 720px) {
  .fleet-quiz-cta__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    min-height: 0;
    padding: 1.1rem 1.25rem;
  }

  .fleet-quiz-cta__button {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}
