.authorModal{display:none;position:fixed;justify-content:center;align-items:center;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,0.4);z-index:9}
.modal-content{overflow-y:auto;background-color:#fefefe;margin:auto;border:1px solid #888;border-top:5px solid #fa6400;box-shadow:0 2px 10px 0 rgb(38 38 38 / 50%);height:fit-content;width:80vw;margin-top:60px;max-width:960px;max-height:443px}
.close{float:right;font-size:28px;margin-right:5px}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}
.close-text{color:#404040;font-size:14px;font-weight:normal;height:14px;letter-spacing:0;line-height:14px;text-align:right;width:33px}
.close-icon{height:20px;width:20px;position:relative;top:5px}
.author-model-content{position:relative;padding:0 30px 0 45px;height:fit-content;overflow-y:scroll;padding-top:0;padding-bottom:0;padding-right:20px;overflow-x:hidden;max-height:236px}
.author-model-title{color:#404040;font-size:16px;font-weight:900;line-height:38px;margin-bottom:25px}
.author-model-description{color:#595959;font-size:16px;font-weight:normal;letter-spacing:0;line-height:24px;width:auto}
#modalContent:focus{outline:0;outline-width:0;box-shadow:0 2px 10px 0 rgb(38 38 38 / 50%)}
.authorLink:hover{cursor:pointer}
.author-modal-header{padding:10px;height:70px;background:#fff;top:0;left:0;right:0;z-index:1000;position:sticky}
.model-ok-button{margin:45px}
.tr-Ok-Button{display:flex;height:38px;padding:8px 21px;justify-content:center;align-items:center;gap:5px}
.new-product-label,.pre-sale-product-label{display:flex;width:fit-content;height:30px;padding:4px 12px;justify-content:center;align-items:center;gap:8px;border-radius:4px;border:1px solid var(--Primary-Gray-500,#404040);background:#005da2}
.pre-sale-product-label{background:white}
.pre-sale-product-label .product-label-text{color:var(--Primary-Gray-500,#404040)}
.product-label-text{font-size:16px;font-weight:500;letter-spacing:.4px;color:white}
@media only screen and (max-width:768px){.author-model-content{overflow-x:hidden;display:block;max-height:58vh}
.author-model-description{width:auto}
.modal-content{margin-top:20px;width:90vw;max-height:90vh}
.new-product-label,.pre-sale-product-label{margin-top:10px;padding:4px 6px;height:24px}
.pre-sale-product-label .product-label-text{font-size:14px}
}