.like-page{width:80%;margin:1rem;align-items:center}.like-info,.like-page{display:flex;flex-direction:column;justify-content:center}.like-info{align-items:left;gap:1rem;margin-bottom:3rem;width:100%;height:100%}.like-container{display:flex;flex-direction:row;flex-wrap:wrap;width:100%}.like-page1{height:10rem;width:20rem;h2{width:100%;height:2rem;text-align:left;font-size:1.2rem;padding-left:3rem}button{width:5rem;height:3rem;background-color:rgb(39,36,223);color:white;border-radius:7px;font-size:1.5rem;box-shadow:1px 1px 5px 1px #377ab8}button:hover{background-color:rgb(226,95,95);box-shadow:1px 1px 5px 1px #4b4949;margin-top:1rem}input{width:8rem;height:2.8rem;border-radius:7px;font-size:1.2rem;box-shadow:1px 1px 5px 1px #747677;margin:.4rem;text-align:center}}.like-page-comment{display:flex;flex-direction:column;width:100%;height:30rem;padding-left:.4rem;button{width:8rem;height:3rem;background-color:rgb(39,36,223);color:white;border-radius:7px;font-size:1.2rem;box-shadow:1px 1px 5px 1px #377ab8}button:hover{background-color:rgb(226,95,95);box-shadow:1px 1px 5px 1px #4b4949;margin-top:.2rem}textarea{width:50rem;height:10rem;border-radius:7px;box-shadow:1px 1px 5px 1px #747677;margin-top:1rem;margin-bottom:1rem;text-align:left;padding:1rem}label,textarea{font-size:1.5rem}label{width:7rem;text-align:center;display:flex;flex-direction:row;gap:1rem}i,label{height:2rem}i{width:2rem;margin-left:1rem;color:rgb(39,36,223);font-size:2rem}}.star-rating{margin:1rem}.commentary{display:flex;flex-direction:column;justify-content:center;align-items:left;width:100%;li{font-weight:600;font-size:1rem}h2,li,p{margin-bottom:1rem}h2{font-size:1.5rem;font-weight:600;color:royalblue}hr{margin-bottom:1rem}}@media screen and (max-width:1024px){.like-page-comment{textarea{width:80%;height:10rem;border-radius:7px;font-size:1.5rem;box-shadow:1px 1px 5px 1px #747677;margin-top:1rem;margin-bottom:1rem;text-align:left;padding:1rem}}}