.get-started-share__wrapper{display:flex;flex-direction:column;background:#fff;padding:32px 25px 40px;border-radius:3px;min-width:561px;max-width:600px}
.get-started-share__title{padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #e4e5e6;display:flex}
.get-started-share__title h3{color:#000;font-weight:600;font-style:normal;font-size:36px}
.get-started-share__check-icon{width:19px;height:19px}
.get-started-share__guide{margin-bottom:20px;font-size:16px;color:#000}
.get-started-share__input-wrapper{display:flex;align-items:center;width:100%}
.get-started-share__input{background:#e7f0fe;flex-grow:1;border:0;padding:10px 30px 10px 10px;margin-right:24px;text-overflow:ellipsis;font-size:16px;color:#9f9f9f;display:flex;align-items:center;flex-wrap:wrap}
.get-started-share__input:focus{color:#000}
.get-started-share__copy-btn{display:flex;color:#012fa7}
.get-started-share__check-icon{margin-right:5px;visibility:visible}
.get-started-share__check-icon--hidden{visibility:hidden}
.get-started-share__text{font-size:20px;color:#000}
.get-started-share__text--cursive{font-style:italic}
.get-started-share__text--dark-blue{color:#012fa7}
@media only screen and (max-width:619px){.get-started-share__wrapper{min-width:0}
.get-started-share__input-wrapper{flex-direction:column;align-items:normal}
.get-started-share__guide{margin-bottom:10px}
.get-started-share__title{margin-bottom:10px}
.get-started-share__input{margin-bottom:10px}
.get-started-share__check-icon{display:none}
}