:root{--white:#fff;--grey:#413933;--green:#6ca21d;--blue:#005697;--bluedark:#21374d;--offwhite:#f5f3ee;--bluesoft:#59a7cf;--greensoft:#c8df4d;--purple:#8d4ca0;--red:#dd5559;--black:#000;--bluelight:#dfeef6;--greenlight:#ebf2e0;--purplelight:#f3e9f6;--redlight:#faecec;--blueextralight:#f3fafd;--greydark:#0f131e}body.search .search-header{background-color:var(--bluelight);border-bottom:12px solid var(--green);padding-top:150px}body.search .search-header .search-header-container{max-width:1646px;width:95%;margin:0 auto}body.search .search-header .search-header-container h1{margin-bottom:30px}body.search .search-header .search-header-container .searchform>div{display:flex;background-color:var(--offwhite);border-radius:50px;border:2px solid var(--blue);margin-bottom:30px;padding:4px 6px 4px 16px;align-items:center;gap:30px}body.search .search-header .search-header-container .searchform>div:before{content:"";background-image:url(//www.sebico.com/wp-content/themes/wsi-theme/build/css/../img/search.svg);background-repeat:no-repeat;background-size:contain;width:30px;height:31px}@media screen and (max-width:1550px){body.search .search-header .search-header-container .searchform>div:before{width:20px;height:21px}}body.search .search-header .search-header-container .searchform>div input[type=text]{border:0;background:0 0;color:var(--blue);padding:12px 4px;flex-grow:1;font-size:20px}body.search .search-header .search-header-container .searchform>div input[type=text]::placeholder{color:var(--grey)}body.search .search-header .search-header-container .searchform>div input[type=submit]{background-image:url(//www.sebico.com/wp-content/themes/wsi-theme/build/css/../img/arrow.svg);background-repeat:no-repeat;background-position:center center;font-size:0;border:0;background-color:var(--blue);border-radius:0 50% 50%;width:52px;height:52px;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1550px){body.search .search-header .search-header-container .searchform>div input[type=submit]{width:42px;height:42px}}body.search .search-results{max-width:1646px;width:95%;margin:0 auto;display:flex;flex-direction:column;gap:40px;margin-top:50px}body.search .search-results .search-result .search-post-type{background-color:var(--green);color:var(--white);padding:10px 15px;border-radius:5px 5px 0 0;width:fit-content;font-size:18px;margin-left:45px}body.search .search-results .search-result .search-result-details{background-color:var(--offwhite);display:flex;gap:30px;border-radius:0 10px 10px;padding:7px}body.search .search-results .search-result .search-result-details .search-result-thumbnail{border-radius:0 10px 10px;width:190px;height:200px;overflow:hidden}body.search .search-results .search-result .search-result-details .search-result-thumbnail img{width:100%;height:100%;object-fit:cover}