/* Readability layer for newly completed core-guide sections. */
.homey-next-core-section-20260825 {
  color:#0d1b3c; background:rgba(255,255,255,.74);
  border-inline-start:3px solid #d6b25e; border-radius:.45rem;
  padding:.85rem 1rem; line-height:1.85;
  box-shadow:0 4px 18px rgba(13,27,60,.06);
}
@media (prefers-color-scheme: dark) {
  .homey-next-core-section-20260825 { color:#f8f4e9; background:rgba(13,27,60,.80); }
}
