/* Landing / featured topic pages — FindingJob loan & travel pages */

.landing-content > * + * {
  margin-top: 0.75rem;
}

@media (min-width: 768px) {
  .landing-content > * + * {
    margin-top: 1rem;
  }
}

.landing-content .retain-query-link-anchor {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.landing-content .text-gray-800 { color: #1f2937; }
.landing-content .text-gray-900 { color: #111827; }
.landing-content .text-blue-600 { color: #2563eb; }
.landing-content .text-white { color: #fff; }
.landing-content .text-xs { font-size: 0.75rem; }
.landing-content .text-base { font-size: 1rem; }
.landing-content .text-lg { font-size: 1.125rem; }
.landing-content .text-2xl { font-size: 1.5rem; line-height: 2rem; }
.landing-content .text-3xl { font-size: 1.875rem; line-height: 2.25rem; }
.landing-content .font-bold { font-weight: 700; }
.landing-content .font-semibold { font-weight: 600; }
.landing-content .text-left { text-align: left; }
.landing-content .text-center { text-align: center; }
.landing-content .uppercase { text-transform: uppercase; }
.landing-content .rounded-md { border-radius: 0.375rem; }
.landing-content .rounded-xl { border-radius: 0.75rem; }
.landing-content .rounded-lg { border-radius: 0.5rem; }
.landing-content .rounded-3xl { border-radius: 1.5rem; }
.landing-content .shadow-sm { box-shadow: 0 1px 2px rgba(0,0,0,0.05); }
.landing-content .shadow-md { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); }
.landing-content .border { border: 1px solid #e5e7eb; }
.landing-content .border-slate-100 { border-color: #f1f5f9; }
.landing-content .bg-white { background: #fff; }
.landing-content .bg-green-500 { background: #22c55e; }
.landing-content .bg-indigo-500 { background: #6366f1; }
.landing-content .w-full { width: 100%; }
.landing-content .w-fit { width: fit-content; }
.landing-content .max-w-lg { max-width: 32rem; }
.landing-content .max-w-\[700px\] { max-width: 700px; margin-left: auto; margin-right: auto; }
.landing-content .max-w-\[85rem\] { max-width: 85rem; margin-left: auto; margin-right: auto; }
.landing-content .mx-auto { margin-left: auto; margin-right: auto; }
.landing-content .margin-center { margin-left: auto; margin-right: auto; display: block; text-align: center; }
.landing-content .my-8 { margin-top: 2rem; margin-bottom: 2rem; }
.landing-content .mb-2 { margin-bottom: 0.5rem; }
.landing-content .mb-7 { margin-bottom: 1.75rem; }
.landing-content .mb-\[28px\] { margin-bottom: 28px; }
.landing-content .mb-\[20px\] { margin-bottom: 20px; }
.landing-content .mb-\[7px\] { margin-bottom: 7px; }
.landing-content .mt-5 { margin-top: 1.25rem; }
.landing-content .mt-7 { margin-top: 1.75rem; }
.landing-content .p-2 { padding: 0.5rem; }
.landing-content .p-3 { padding: 0.75rem; }
.landing-content .p-4 { padding: 1rem; }
.landing-content .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.landing-content .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.landing-content .px-8 { padding-left: 2rem; padding-right: 2rem; }
.landing-content .py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.landing-content .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.landing-content .pt-4 { padding-top: 1rem; }
.landing-content .pt-\[30px\] { padding-top: 30px; }
.landing-content .pl-2 { padding-left: 0.5rem; }
.landing-content .pl-5 { padding-left: 1.25rem; }
.landing-content .gap-1 { gap: 0.25rem; }
.landing-content .gap-2 { gap: 0.5rem; }
.landing-content .gap-3 { gap: 0.75rem; }
.landing-content .space-x-1 > * + * { margin-left: 0.25rem; }
.landing-content .space-x-3 > * + * { margin-left: 0.75rem; }
.landing-content .space-y-2 > * + * { margin-top: 0.5rem; }
.landing-content .space-y-5 > * + * { margin-top: 1.25rem; }
.landing-content .space-y-6 > * + * { margin-top: 1.5rem; }
.landing-content .flex { display: flex; }
.landing-content .grid { display: grid; }
.landing-content .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.landing-content .flex-col { flex-direction: column; }
.landing-content .items-center { align-items: center; }
.landing-content .items-start { align-items: flex-start; }
.landing-content .justify-center { justify-content: center; }
.landing-content .justify-start { justify-content: flex-start; }
.landing-content .justify-between { justify-content: space-between; }
.landing-content .flex-shrink-0 { flex-shrink: 0; }
.landing-content .h-auto { height: auto; }
.landing-content .w-3 { width: 0.75rem; }
.landing-content .w-5 { width: 1.25rem; }
.landing-content .h-3 { height: 0.75rem; }
.landing-content .h-5 { height: 1.25rem; }
.landing-content .h-6 { height: 1.5rem; }
.landing-content .w-6 { width: 1.5rem; }
.landing-content .list-disc { list-style-type: disc; }
.landing-content .list-outside { list-style-position: outside; }
.landing-content .object-cover { object-fit: cover; }
.landing-content .leading-4 { line-height: 1rem; }
.landing-content .transition-all { transition: all 0.15s ease; }
.landing-content .hover\:bg-green-600:hover { background: #16a34a; }
.landing-content .hover\:opacity-90:hover { opacity: 0.9; }
.landing-content .border-transparent { border-color: transparent; }
.landing-content .border-offer-insta { border: 1px solid #e5e7eb; border-radius: 12px; box-shadow: 0 4px 14px rgba(0,0,0,0.08); }
.landing-content .image-offer { max-width: 120px; }
.landing-content .max-w-\[70\%\] { max-width: 70%; }
.landing-content figure img { width: 100%; border-radius: 0.75rem; }
.landing-content img { max-width: 100%; height: auto; }

.landing-content .bg-\[\#eef2fe\] { background: #eef2fe; }
.landing-content .text-\[\#395bb6\] { color: #395bb6; }
.landing-content .bg-\[10px\] { font-size: 10px; }

.landing-content a { color: inherit; text-decoration: none; }
.landing-content a:hover { opacity: 0.92; }

.landing-content .offer-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  text-align: center;
}

.landing-content .offer-sub-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #374151;
  text-align: center;
  margin-bottom: 0.5rem;
}

.landing-content .btn-primary {
  display: inline-block;
  background: #22c55e;
  color: #fff;
  font-weight: 700;
  padding: 0.875rem 1.5rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.landing-content .btn-full-width {
  display: block;
  width: 100%;
}

.landing-content [data-testid="cardlink"] {
  text-decoration: none;
}

.landing-content .border-t {
  border-top: 1px solid #f1f5f9;
}

@media (min-width: 768px) {
  .landing-content .md\:p-5 { padding: 1.25rem; }
  .landing-content .md\:grid { display: grid; }
  .landing-content .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .landing-content .md\:items-center { align-items: center; }
  .landing-content .md\:gap-12 { gap: 3rem; }
  .landing-content .md\:border-none { border: none; }
  .landing-content .md\:text-xl { font-size: 1.25rem; }
  .landing-content .md\:text-2xl { font-size: 1.5rem; }
  .landing-content .md\:space-y-4 > * + * { margin-top: 1rem; }
  .landing-content .md\:space-y-8 > * + * { margin-top: 2rem; }
}

@media (min-width: 1024px) {
  .landing-content .lg\:text-2xl { font-size: 1.5rem; }
  .landing-content .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
  .landing-content .lg\:mt-0 { margin-top: 0; }
  .landing-content .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .landing-content .lg\:py-14 { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .landing-content .xl\:gap-32 { gap: 8rem; }
}

.landing-content p {
  color: #6b7280;
  line-height: 1.625;
}

.landing-content .wp-block-heading {
  font-weight: 700;
  color: #1f2937;
  text-align: left;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.landing-content h2.wp-block-heading {
  font-size: 1.5rem;
  line-height: 2rem;
}

.landing-content h3.wp-block-heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.landing-content h4.wp-block-heading {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.landing-content ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 1.25rem;
  color: #1f2937;
}

.landing-content ul li {
  color: #6b7280;
  padding-left: 0.5rem;
  margin-top: 0.35rem;
}

.landing-content p[style*="font-size: 10px"] {
  font-size: 10px !important;
  text-align: center;
  color: #9ca3af;
  margin-top: 0.5rem;
}

.featured-topic-card {
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.featured-topic-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -5px rgba(0,0,0,0.1);
}

/* Loan landing layout fixes */
body.article-page .landing-topic-inner {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.landing-topic-inner .post-body,
.landing-topic-inner .landing-content {
  width: 100%;
}

.landing-topic-inner svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

.landing-topic-inner svg.w-3,
.landing-topic-inner svg.h-3 {
  width: 0.75rem;
  height: 0.75rem;
  max-width: 0.75rem;
  max-height: 0.75rem;
}

.landing-topic-inner svg.w-5,
.landing-topic-inner svg.h-5 {
  width: 1.25rem;
  height: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
}

.landing-topic-inner svg.w-6,
.landing-topic-inner svg.h-6 {
  width: 1.5rem;
  height: 1.5rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
}

body.article-page .landing-topic-inner .article-title {
  text-align: center;
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin-bottom: 1rem;
}

.landing-content {
  width: 100%;
}

.landing-content .space-y-3 > * + * {
  margin-top: 0.75rem;
}

.landing-content .text-gray-500 {
  color: #6b7280;
}

.landing-content .text-\[10px\] {
  font-size: 10px;
}

.landing-content .text-yellow-500 {
  color: #eab308;
}

.landing-content .bg-\[\#eef2fe\] {
  background: #eef2fe;
}

.landing-content .text-\[\#395bb6\] {
  color: #395bb6;
}

.landing-content .landing-stars {
  color: #fbbf24;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1;
}

.landing-content svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
}

.landing-content svg.w-3,
.landing-content svg.h-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.landing-content svg.w-5,
.landing-content svg.h-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.landing-content svg.w-6,
.landing-content svg.h-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.landing-content .rounded-full {
  border-radius: 9999px;
}

.landing-content .shadow-gray-400 {
  box-shadow: 0 4px 6px -1px rgba(156, 163, 175, 0.45);
}

.landing-content .font-senu {
  font-family: inherit;
}

.landing-content .gap-\[2\.85px\] {
  gap: 2.85px;
}

.landing-content .flex.w-full.justify-center > .flex.flex-col {
  max-width: 640px;
  width: 100%;
}

@media (min-width: 640px) {
  .landing-content .sm\:gap-2 { gap: 0.5rem; }
  .landing-content .sm\:gap-4 { gap: 1rem; }
  .landing-content .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; }
  .landing-content .sm\:text-base { font-size: 1rem; }
  .landing-content .sm\:mt-10 { margin-top: 2.5rem; }
  .landing-content .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
  .landing-content .sm\:space-y-4 > * + * { margin-top: 1rem; }
  .landing-content .sm\:space-y-8 > * + * { margin-top: 2rem; }
}

@media (min-width: 768px) {
  .landing-content .md\:gap-4 { gap: 1rem; }
}
