.btn-spid-cie {
    display: inline-flex;
    align-items: center;
    height: 44px;
    border-radius: 6px;
    background-color: #0066cc;
    color: #ffffff;
    text-decoration: none;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

    .btn-spid-cie:hover {
        background-color: #0052a3;
    }

    .btn-spid-cie:focus-visible {
        outline: 3px solid #ffbf47;
        outline-offset: 2px;
    }

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: rgba(255,255,255,0.15);
}

    .btn-icon img {
        width: 35px;
        height: 35px;
    }

.btn-text {
    padding: 0 18px 0 14px;
    white-space: nowrap;
}
