/* Main link wrapper */
.tsca-account-link {
  text-decoration: none;
}

/* Layout wrapper */
.tsca-account-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Icon circle */
.tsca-account-icon {
  background: #CDFCE6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon itself */
.tsca-account-icon .material-icons {
  font-size: 24px;
  color: #061D49;
}

/* Text block */
.tsca-account-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  color: #061D49;
}

/* Top line (Welcome or Account) */
.tsca-account-top {
  font-size: 14px;
  font-weight: 400;
}

/* Bottom line (Name or Login) */
.tsca-account-name {
  font-size: 16px;
  font-weight: 400;
}