.grid-hotels{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;width:100%}.filter-hotels{margin-bottom:60px;display:flex;justify-content:center;align-items:center;gap:60px}.filter-hotels>div.nice-select{width:262px;padding-left:0;border:unset;border-bottom:1px solid #D9D7CE;font-size:16px;font-weight:400;line-height:180%;color:var(--primary-color);border-radius:0;display:flex;align-items:center;background-color:#fff0}.filter-hotels>div.nice-select span.current{font-weight:600}.filter-hotels ul.list{background:#F4F2EC;border-radius:0;box-shadow:unset;padding:24px 0;margin-left:0;margin-top:0}.bg-paperboard{background:var(--bg-paperboard)}.filter-hotels ul.list>li{padding-left:24px;padding-right:24px}.container-hotels{max-width:1200px;margin:100px auto}.hotel-card{overflow:hidden}.hotel-card .hotel-img{overflow:hidden;display:block}.hotel-card .hotel-img img{width:100%;height:200px}.hotel-card .hotel-info{background-color:#F4F2EC;padding:24px;height:100%}.hotel-card .hotel-title{font-size:18px;font-weight:600;line-height:140%;color:var(--primary-color);margin-bottom:16px;display:block}.hotel-card .excerpt{-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;display:-webkit-box;color:var(--primary-color);font-size:14px;font-weight:400;line-height:180%;margin-top:16px}.hotel-rating .star{width:14px;height:14px;background-image:url(/wp-content/themes/dsmart-child/images/star-rate.svg);background-size:cover;display:inline-block;position:relative;filter:grayscale(100%) brightness(0)}.hotel-rating .star-full{filter:none;background-color:#BE1E2D;mask-image:url(/wp-content/themes/dsmart-child/images/star-rate.svg);-webkit-mask-image:url(/wp-content/themes/dsmart-child/images/star-rate.svg);mask-size:cover;-webkit-mask-size:cover}.hotel-rating .star-half::before{content:'';position:absolute;top:0;left:0;width:50%;height:100%;background-color:#BE1E2D;mask-image:url(/wp-content/themes/dsmart-child/images/star-rate.svg);-webkit-mask-image:url(/wp-content/themes/dsmart-child/images/star-rate.svg);mask-size:cover;-webkit-mask-size:cover}@media only screen and (max-width:767px){.grid-hotels{grid-template-columns:repeat(2,1fr);gap:24px}.hotel-card .hotel-info{padding:16px}.container-hotels{margin:50px 0}}@media only screen and (max-width:401px){.grid-hotels{grid-template-columns:repeat(1,1fr);gap:24px}.filter-hotels{flex-direction:column;gap:24px;margin-bottom:50px}.filter-hotels>div.nice-select{width:100%}}