h3{font-weight:600;font-size:2.5rem;line-height:3rem;letter-spacing:-1px}.autoblog__container{display:flex;color:var(--blue900)}.autoblog__menubar{display:flex;flex-direction:column;justify-content:space-between;padding:30px 25px;background:var(--white);height:100vh;min-width:16vw;border-right:1px solid var(--gray100)}.autoblog__menubar .cl-userButtonBox{flex-flow:row-reverse nowrap}.autoblog__menubar .cl-userButtonOuterIdentifier{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:150px}.autoblog__menubar__link{color:var(--gray500);padding:.8rem 0;display:block;position:relative}.autoblog__menubar__link:hover{color:var(--blue200)}.autoblog__menubar__link.active{color:var(--blue300)}.autoblog__menubar__link:before{position:absolute;top:0;left:-30px;content:"";height:50px;width:100px;display:block}.autoblog__menubar__link:hover:before{border-radius:6px;opacity:.1;background:linear-gradient(90deg,#1870f4 0%,transparent 100%)}.autoblog__menubar__link.active:before{border-top-left-radius:6px;border-bottom-left-radius:6px;opacity:.2;background:linear-gradient(90deg,#1870f4 0%,transparent 100%)}.autoblog__menubar__promo{margin-top:1rem;max-width:16vw;width:100%;padding:1rem;border-radius:1rem;background-image:linear-gradient(to right,#ff512f 0%,#f09819 51%,#ff512f 100%);background-size:200% auto;color:var(--white)}.autoblog__main{padding:30px 25px;width:100%;height:100vh;overflow-y:scroll}.autoblog__section-card{border-radius:10px;background:var(--white);border:1px solid var(--gray100);box-shadow:0 30px 60px #1870f41a;padding:24px}.autoblog__section-card h3{font-weight:700;color:var(--blue900);font-size:1.5rem}.autoblog__section-card h4{font-weight:700;font-size:1rem;color:var(--gray800);margin-bottom:1rem}.dragndrop{width:100%;height:20vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--gray100);background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23bbbcc6FF' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");background-repeat:no-repeat;border-radius:8px;margin-top:1rem;cursor:pointer}.dragndrop__icon-container{background-color:var(--blue100);border-radius:2rem;padding:.8rem;margin-bottom:1rem;opacity:.8}.dragndrop__icon{width:1.675rem;height:1.675rem}.dragndrop.active{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23216bffFF' stroke-width='3' stroke-dasharray='9' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.autoblog__create-new{width:50vw;display:flex;flex-direction:column;align-items:center;overflow-y:auto;max-height:91vh}.autoblog__create-new__field{width:100%;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1.5rem}.autoblog__new-article__keywords{display:flex;flex-direction:row;gap:.6rem;align-items:center;margin-top:.2rem;flex-wrap:wrap}.autoblog__new-article__keyword{display:inline-block;padding:4px 12px;border-radius:30px;background:var(--gray100)}.badge{display:inline-flex;align-items:center;justify-items:center;font-size:.875rem;line-height:1.25rem;width:fit-content;padding-left:.563rem;padding-right:.563rem;border-radius:1.9rem;color:var(--white)}.badge-info{background-color:var(--gray400)}.badge-success{background-color:var(--green100)}.autoblog__body{display:flex;flex-direction:row;gap:2rem}.autoblog__body__right{width:100%}.autoblog__how-to{position:relative;top:.35rem;left:-.35rem}.autoblog__stats{display:flex;flex-direction:row;margin-bottom:2rem}.autoblog__stats img{height:180px;position:relative;margin-bottom:-4rem;margin-left:-2.8rem;margin-top:-1.5rem}.form__field{margin-bottom:.8rem;width:100%}.form__field:last-of-type{margin-bottom:0}.form__control{position:relative}.form__label{margin-bottom:.3rem}.form__input{all:unset;box-sizing:border-box;width:100%;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;font-size:1rem;color:var(--blue900);padding:8px 12px;border:2px solid var(--gray200);overflow-y:hidden}.form__input:hover{border-color:var(--blue100)}.form__input:focus{border-color:var(--blue300)}.form__input[data-invalid]{border-color:var(--orange100)}.form__input[disabled],.form__input[disabled]:hover{background-color:var(--gray100);border-color:var(--gray200)}.form__inputIcon{position:absolute;top:50%;transform:translateY(-50%);right:10px;z-index:1;width:20px;height:20px;cursor:pointer}.form__inputIcon:hover{color:var(--blue100)}.form__warning{font-weight:400;color:var(--orange100);text-align:center}.form__message{color:var(--orange100);margin-left:5px;text-align:right;font-size:.8rem}.form__cta{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;border-radius:4px;padding:4px 8px;font-weight:500;color:var(--blue900)}.form__cta.highlight{background:var(--blue100);border-color:var(--blue100);color:var(--white)}.form__cta.isDisabled{cursor:default}.form__cta.isDisabled:hover{background:transparent;border-color:transparent;color:var(--blue900)}.form__cta svg{margin-left:8px;width:20px!important;height:20px;display:inline-block;top:-1px;position:relative}.form__cta:hover{background:var(--blue300);border-color:var(--blue300);color:var(--white)}.form__success{color:var(--green100);display:flex;flex-direction:row;align-items:center;justify-content:center}.toast__root{background-color:var(--white);border-radius:6px;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;padding:15px;display:grid;grid-template-areas:"title action" "description action";grid-template-columns:auto max-content;column-gap:15px;align-items:center}.ToastRoot[data-state=open]{animation:slideIn .15s cubic-bezier(.16,1,.3,1)}.ToastRoot[data-state=closed]{animation:hide .1s ease-in}.ToastRoot[data-swipe=move]{transform:translate(var(--radix-toast-swipe-move-x))}.ToastRoot[data-swipe=cancel]{transform:translate(0);transition:transform .2s ease-out}.ToastRoot[data-swipe=end]{animation:swipeOut .1s ease-out}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes slideIn{0%{transform:translate(calc(100% + var(--viewport-padding)))}to{transform:translate(0)}}@keyframes swipeOut{0%{transform:translate(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + var(--viewport-padding)))}}.wordpressSettings .form{margin-top:1rem}.wordpressSettings .toggle__container{display:flex;align-items:center}.wordpressSettings__info{font-size:.8rem}.wordpressSettings__hint{background-color:var(--gray100);border:1px solid var(--gray200);font-size:.875rem;padding:4px 12px;border-radius:4px;margin-top:1rem}.wordpressSettings__hintIcon{display:inline-block;position:relative;top:-1px;margin-right:4px}.footer{display:none}.SingleArticle{line-height:1.5rem;letter-spacing:-.003rem;width:100%}.SingleArticle__header{display:flex;flex-direction:row;gap:20px;margin-bottom:30px}.SingleArticle__content{white-space:pre-line}.SingleArticle h1,.SingleArticle h2{color:var(--blue900)}.SingleArticle h1{line-height:2rem;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.SingleArticle h2{font-size:1.5rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem}.SingleArticle h3{font-size:1rem;font-weight:700;color:var(--blue800);margin-top:1.5rem;margin-bottom:.5rem;line-height:1.5rem}.SingleArticle p,.SingleArticle img{margin-bottom:1rem}.SingleArticle__featureImg{border-radius:6px;width:200px;background-repeat:no-repeat;background-size:cover;background-position:center}.SingleArticle .form{width:calc(100% - 220px)}.SingleArticle table{color:var(--gray800);margin-top:1rem;margin-bottom:1rem;border:1px solid var(--gray200)}.SingleArticle table :where(th,td){padding:8px 12px;vertical-align:middle}.SingleArticle table tr:nth-child(even){background-color:var(--gray100)}.SingleArticle table tr th:nth-child(odd),.SingleArticle table tr td:nth-child(odd){border-right:1px solid var(--gray200)}.SingleArticle table thead{border-bottom:1px solid var(--gray100)}
