:root {
    --colors-gray-200: 226, 232, 240;
}

.ln-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ln-hint {
    color: #475569;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
}

code {
    color: #7c3aed;
    font-weight: 500;
    padding: 0.12em 0.4em;
    border-radius: 0.25rem;
    font-size: 0.92em;
}

.btn.btn-primary {
    background-color: #a855f7 !important;
    border: 1px solid #a855f7 !important
}

.btn.btn-primary:hover {
    background-color: #a855f7 !important;
    border: 1px solid #a855f7 !important
}

.btn.btn-success,
.btn.btn-secondary,
.btn.btn-outline-danger,
.btn.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.15rem;
    border-radius: 8px;
    justify-content: center;
}
