/*     .logo {
      display: flex;
      align-items: center;
      font-weight: 700;
      
	  color: #333484;
      gap: 10px;
    }

    .logo-icon {
      width: 52px;
      height: 52px;
      //border: 2px solid var(--purple);
      border-radius: 8px;
	  background-image: url('../pics/logo1.png');
	  background-repeat: no-repeat; 
	  background-size: cover;
    } */
.logo{
  display:flex;
  align-items:center;
  gap:12px;
}

.logo-icon{
  width:34px;
  height:34px;
  border-radius:10px; 
  background:#333484;
  display:inline-block;
  flex:0 0 34px;
}

.logo-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
}

.logo-title{
  font-size:20px;
  font-weight:800;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.logo-subtitle{
  font-size:14px;
  opacity:0.78;
  margin-top:5px;
  white-space:nowrap;
}

/* @media (max-width: 420px){
  .logo-subtitle{ display:none; }
} */

.logo a{
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #333484;
  gap: 10px;
  text-decoration: none;
}

.logo-icon {
  width: 52px;
  height: 52px;
  border-radius: 8px;
  background-image: url('../pics/logo1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex: 0 0 52px;
}

.logo-text a{
  display:flex;
  flex-direction:column;
  line-height:1.1;
  min-width: 0; 
}


.logo-title a{
  font-size: 16px;      
  font-weight: 800;     
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
}

.logo-subtitle a{
  font-size: 12px;
  font-weight: 600;
  opacity: 0.78;
  margin-top: 3px;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 420px){
  .logo-subtitle a{ display:none; }
}
