
  .welo-smart-logo {
    width: 110px;
    height: 110px;
    border-radius: 24px;
    overflow: hidden;
    border: 1.5px solid #dbdbdb; /* default (light) */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
  }

  .welo-smart-logo img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
  }
