/* Readability corrections for the first foundation slice. Keep route identities. */
.sg-layout-home .text-orange-600 { color: #c2410c; }
.sg-layout-home .text-sky-600 { color: #0369a1; }
.sg-layout-home button[type="submit"] { background: #0369a1; }
.sg-layout-home button[type="submit"]:hover { background: #075985; }

.sg-layout-learn .card-desc,
.sg-layout-learn .card-meta,
.sg-layout-learn .progress-label,
.sg-layout-learn .badge-name,
.sg-layout-learn .text-gray-400,
.sg-layout-learn .text-gray-500 { color: #475569; }
.sg-layout-learn .text-orange-500 { color: #c2410c; }
.sg-layout-learn .text-purple-400,
.sg-layout-learn .text-purple-500 { color: #7e22ce; }
.sg-layout-learn #badge-count-display { color: #92400e; }
.sg-layout-learn .badge-name { font-size: .7rem; white-space: normal; line-height: 1.3; }
.sg-layout-learn #nav-avatar img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }

.sg-foundation-halal .text-gray-400,
.sg-foundation-halal .footer-copy,
.sg-foundation-halal .bottom-nav-item { color: #475569; }
.sg-foundation-halal .text-amber-500,
.sg-foundation-halal .text-yellow-500 { color: #92400e; }
.sg-foundation-halal .text-emerald-500,
.sg-foundation-halal .text-emerald-600 { color: #047857; }
.sg-foundation-halal .text-sky-500,
.sg-foundation-halal .text-sky-600 { color: #0369a1; }
.sg-foundation-halal .bg-sky-400,
.sg-foundation-halal .bg-sky-500 { background-color: #0369a1; }
.sg-foundation-halal .bg-emerald-400 { background-color: #047857; }
.sg-foundation-halal .bg-rose-400 { background-color: #be123c; }
.sg-foundation-halal button.bg-sky-400:hover { background-color: #075985; }
.sg-foundation-halal button.bg-emerald-400:hover { background-color: #065f46; }
.sg-foundation-halal button.bg-rose-400:hover { background-color: #9f1239; }
.sg-foundation-halal .footer-links a {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 44px; min-height: 44px; padding-inline: 6px;
}
.sg-foundation-resource .eyebrow { color: #0e7490; }
