/* --- [ifa-user-welcome] carousel --- */
.ifa-user-welcome-block {
    max-width:30em;
}
.ifa-user-welcome-block h2{
    color:inherit;
}

.ifa-user-welcome-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.ifa-user-welcome-track {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.5s ease;
  will-change: transform;
}

.ifa-user-welcome-track .ifa-item.ifa-user {
  flex: 0 0 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 5px;
}

.ifa-user-welcome-track .ifa-item.ifa-user .wp-block-avatar {
  flex: 0 0 auto;
}

.ifa-user-welcome-track .ifa-item.ifa-user .content {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ifa-user-welcome-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.ifa-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: #ccc;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.ifa-carousel-dot.active {
  background: #555;
}

/* --- end welcome carousel --- */

.ifa-entra-login-btn-wrapper{
    position: fixed; 
    top: 10px; 
    right: 10px; 
    z-index: 9999;
}
.ifa-entra-login-btn{
    padding: 10px 20px; 
    background: #0073aa; 
    color: white; 
    text-decoration: none; 
    border-radius: 4px;
    font-size:smaller
} 
.ifa-entra-login-btn:hover,.ifa-entra-login-btn:active{
    color:#fff;
}     