[x-cloak] { display: none !important; }

mark {
    background: #fef08a;
    padding: 0 2px;
    border-radius: 3px;
}

/* Module content styling */
.module-content h3 { margin-top: 1.5rem; }
.module-content h3:first-child { margin-top: 0; }
.module-content table { box-shadow: 0 1px 3px rgba(0,0,0,.08); border-radius: .5rem; overflow: hidden; }
.module-content table th { font-size: .8rem; text-transform: uppercase; letter-spacing: .03em; }
.module-content ul { list-style: none; padding-left: 0; }
.module-content .bg-blue-50 { background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%); }
.module-content .bg-green-50 { background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); }
.module-content .bg-amber-50 { background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%); }
