.imap-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  
  .imap-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 20px;
    width: 80%;
    max-width: 900px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
  }
  
  .imap-close {
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  

  .ratings-row{
    display: none;
  }

  /*
  .site-branding .site-brand-inner.has-logo-img.has-desc .site-description{
    font-size:13px;
    margin-left:5px;
    margin-top:48px;
  }
  .site-branding{
    width:200px;
  }

  .site-brand-inner.has-logo-img.has-desc{
    display: grid;
    grid-template-columns: 50% 50%;
  }
    */