#c-smart-loader {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.c-smart-loader-text {
    font-size: 13px;
    font-weight: 500;
    color: #64748b;
    letter-spacing: 0.3px;
    user-select: none;
    -webkit-user-select: none;
}

@media (prefers-reduced-motion: reduce) {
    .c-smart-loader-spinner {
        animation: none;
        border-top-color: #9a2109;
    }
    #c-smart-loader {
        transition: none;
    }
}
