about-modal {
  display: block;
  color: #474747;
  text-align: center;

  .icomoon-close {
    background: none;
    border: none;
    color: #999;
  }

  header {
    background-image: linear-gradient(0deg, #E8E8E8, #F2F2F2);
    border: 1px solid #E0E0E0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #333;
    height: 30px;
    padding: 0 12px;
  }

  .sharplook-logo {
    display: var(--global-sharpLookIcon-display, block);
    width: var(--global-customerIconLogo-width, 139px);
    height: var(--global-customerIconLogo-height, 53px);
    margin: 35px auto 25px;
    background: var(--global-login-customerLogo-url, url(~@images/about_logo.svg) no-repeat center center);
    transform: var(--login-sharplookLogo-transform, scale(1));
    background-size: var(--global-customerIconLogo-bgSize, inherit);
  }

  h1 {
    font-size: 18px;
    font-weight: 500;
  }

  .sharplook-version {
    font-size: 14px;
  }

  footer {
    margin: 43px 0 33px;
    font-size: 12px;
    color: #888;
  }
}

.modal-about {
  width: 380px;
}
