.ct-client-login-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid rgba(249, 115, 22, 0.35);
    border-radius: 13px;
    color: #ea580c !important;
    background: rgba(249, 115, 22, 0.08);
    font-size: 0.86rem;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
        transform 0.2s ease,
        color 0.2s ease,
        background 0.2s ease;
}

.ct-client-login-link:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
    background: #f97316;
}

@media (max-width: 900px) {
    .ct-client-login-link {
        width: 100%;
        margin-top: 8px;
    }
}
