﻿.hb-link-action {
    transition: all 0.2s ease;
    padding: 4px 6px;
    border-radius: 6px;
}

    .hb-link-action:hover {
        background-color: rgba(0, 0, 0, 0.04);
        transform: translateY(-1px);
    }

.hb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 0.8rem;
}

.hb-login-btn {
    background-color: #28a745;
    color: #fff;
    border-radius: 12px;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    min-width: 170px;
    transition: all 0.25s ease;
    overflow: hidden;
}

    .hb-login-btn:hover {
        background-color: #218838;
        transform: translateY(-1px);
        box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
    }

    .hb-login-btn:active {
        transform: scale(0.98);
    }

.hb-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: transform 0.25s ease, background 0.25s ease;
}

.hb-login-btn:hover .hb-btn-icon {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.3);
}

.login-label {
    letter-spacing: 0.4px;
    transition: opacity 0.2s ease;
}

.rotating-spinner {
    right: 12px;
}