.lisa-paper-wrap { 
    width: 100%; 
    margin: 0 auto; 
}

.lisa-header { 
    height: 1.5vh; 
    background-color: white; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: black;
}

.lisa-paper-content { min-height: 94.5vh; }
.lisa-paper-iframe { 
    width: 100%; 
    height: 94.5vh; 
    border: none; 
}

.lisa-bottom-bar {
    position: fixed; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background:rgb(255, 255, 255);
    border-top: 1px solid #e5e7eb; 
    backdrop-filter: blur(6px);
    height: 4vh;
    width: 100vw;
}

.lisa-bottom-inner { 
    margin: 7px 20px 0 20px; 
    display: flex; 
    align-items: center; 
    justify-content: space-between;
}

.lisa-bottom-center { 
    display: flex; 
    align-items: center; 
} 

.lisa-nav-btn, .lisa-close-btn {
  display: flex; 
  align-items: center; 
  justify-content: center;
  padding: 10px 20px;
  border-radius: 2px; 
  text-decoration: none; 
  color:#111;
}

.lisa-nav-btn[aria-disabled="true"] { 
    opacity: .45; 
    pointer-events: none; 
}