.sso-btn {
    background: linear-gradient(90deg, #007bff, #6610f2) !important;
    color: #fff;
    border: none;
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.1s ease;
}

.sso-btn:hover {
    background: linear-gradient(90deg, #0056d2, #500fcf) !important;
    transform: scale(1.02);
    color: #d6d1c1;
}

/* Container do bloco */
.sso-box {
    background: #f8f9fc;
    border: 1px solid #dce3ef;
    border-radius: 10px;
    padding: 10px 0;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    animation: fadeIn .25s ease-out;
}

/* Cada item */
.sso-item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e6e9f0;
    cursor: pointer;
    transition: background .25s;
}

.sso-item:last-child {
    border-bottom: none;
}

.sso-item:hover {
    background: #eef3ff;
}

/* Logo do cliente */
.sso-logo {
    width: 61px;
    height: 37px;
    object-fit: cover;
}

/* Nome da empresa */
.sso-name {
    flex-grow: 1;
    font-size: 15px;
    font-weight: 600;
    color: #1f3b62;
    margin-right: 43px;
}

/* Setinha */
.sso-arrow {
    font-size: 20px;
    color: #3e5a88;
}

.sso-item {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    transition: background 0.2s;
}

.sso-item:hover {
    background: #f8f9fa;
}

.sso-logo {
    width: 38px;
    height: 38px;
    object-fit: cover;
    margin-right: 12px;
}

.sso-iniciais {
    width: 38px;
    height: 38px;
    background: #007bff;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 15px;
}

.sso-name {
    flex: 1;
    font-weight: 500;
}

.sso-arrow {
    font-size: 22px;
    opacity: 0.5;
}
