@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body{background-color:#000;color:#fff;font-family:Poppins,sans-serif;font-size:1.6rem}#root{margin:0 auto;max-width:120rem;width:90vw}.search-bar{margin:2rem auto;max-width:64rem;width:70vw}.search-form{display:flex;justify-content:space-between;min-width:20rem;position:relative}.repeat-section{align-items:center;display:flex;gap:3px}.repeat-section input{margin-left:.8rem}.search-box{background-color:#000;border:1px solid #303030;border-radius:30px;color:#fff;flex:1 0 auto;font-family:Poppins,sans-serif;font-size:2rem;min-width:20rem;padding-left:1rem;width:100%}.submit-btn{background-color:initial;border:none;bottom:0;color:#f1f1f1;cursor:pointer;display:grid;flex:0 0 auto;font-size:2rem;padding-right:1rem;place-items:center;position:absolute;right:0;top:0}.list-container{max-height:50rem;overflow-y:scroll}.video-item{align-items:center;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem}.video-item img{border-radius:10px;max-width:18rem}.embedded-video{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.grid{display:grid}iframe{border:1px solid #303030;border-radius:10px;height:180px;width:320px}@media (min-width:544px){iframe{height:270px;width:480px}}@media (min-width:992px){.grid{-webkit-column-gap:1rem;column-gap:1rem;grid-template-columns:60fr 40fr}iframe{height:360px;width:640px}}
/*# sourceMappingURL=main.714ed8bf.css.map*/