.locked-document{border-radius:10px;box-shadow:0 0 10px 0 rgba(44,32,108,.1);margin:0 auto;max-width:420px;overflow:hidden}.locked-document__item img{height:auto;width:100%}.locked-document__pages{position:relative}.locked-document__item{display:none}.locked-document__item-active{display:block}.locked-document__text{align-items:center;background-color:rgba(44,32,108,.3);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.locked-document__text>div{background-color:#fff;border-radius:15px;box-shadow:0 3px 10px 0 rgba(44,32,108,.05);max-width:90%;padding:30px}.locked-document__toggle{align-items:center;background-color:#2c206c;display:flex;gap:20px;justify-content:space-between;padding:10px}.locked-document__next,.locked-document__prev{cursor:pointer;height:auto;width:30px}.locked-document__toggle-inactive{cursor:default;opacity:.3}.locked-document__toggle p{color:#fff;font-size:14px;font-weight:600;line-height:normal}@media screen and (max-width:500px){.locked-document__text>div{transform:scale(.8)}}