.hero-pattern {
    background-image: radial-gradient(#fbcfe8 1px, transparent 1px);
    background-size: 16px 16px;
}

.instruction-text.completed {
    text-decoration: line-through;
    text-decoration-thickness: 1px;
    text-decoration-color: #2563eb;
    color: #2563eb;
    opacity: 0.8;
}