.article-search{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.article-search,.article-search__search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.article-search__search{gap:10px;padding:.5rem}.article-search__search__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-radius:1.875rem;justify-content:space-between;margin:0 auto;max-width:100%;width:400px}.article-search__search__input--field{-webkit-box-flex:1;border:none;border-radius:1.875rem;display:inline-block;-ms-flex:1;flex:1;font-size:1rem;font-weight:400;height:50px;max-width:100%;padding:.75rem 1.25rem .8125rem}.article-search__search__input--field,.article-search__search__input--field:focus{-webkit-box-shadow:none;box-shadow:none;outline:none}.article-search__search__input--field::-webkit-input-placeholder{font-weight:400;opacity:.3}.article-search__search__input--field::-moz-placeholder{font-weight:400;opacity:.3}.article-search__search__input--field:-ms-input-placeholder{font-weight:400;opacity:.3}.article-search__search__input--field::-ms-input-placeholder{font-weight:400;opacity:.3}.article-search__search__input--field::placeholder{font-weight:400;opacity:.3}.article-search__search__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border:none;border-radius:100px;cursor:pointer;height:40px;justify-content:center;margin-right:10px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:54px}.article-search__search__submit--icon{color:currentColor;display:inline-block;height:30px;width:30px}.article-search__search__submit--loading{cursor:not-allowed;opacity:.7}.article-search__search__submit--loading:before{-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite;border:2px solid rgba(0,0,0,0);border-radius:50%;border-top-color:currentcolor;content:"";height:18px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:18px}.article-search__search__submit--loading:after{background-color:inherit;border-radius:inherit;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.article-search__search--total-articles{font-size:1rem;font-weight:600}.article-search__search__no-results{font-size:1.25rem;font-weight:600;padding:1rem 0}.article-search__search__no-results,.article-search__search__show-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.article-search__search__show-more{padding:2rem 0 1rem;width:100%}.article-search__search__show-more--btn{background-color:#000;border:none;border-radius:100px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 20px;text-align:center}@media screen and (max-width:500px){.article-search__search{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:.5rem .938rem;width:100%}.article-search__search__input{max-width:100%;width:100%}.article-search__search__input--field{padding:.4rem .8rem}}@-webkit-keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes spin{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}