.ccoo-featured-posts{display:grid;gap:10px;grid-template-columns:1fr;grid-template-rows:1fr 1fr 1fr 1fr 1fr;grid-template-areas:"Large-block" "Block-1" "Block-2" "Block-3" "Block-4"}.ccoo-featured-posts__item{position:relative;max-height:400px;height:400px;display:flex;flex-direction:column;justify-content:flex-end;padding:10px}.ccoo-featured-posts__item:after{content:'';background-image:linear-gradient(183deg,rgba(0,0,0,.15),rgba(0,0,0,.92));position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ccoo-featured-posts__img{position:absolute;top:0;bottom:0;left:0;right:0;z-index:0;height:100%;width:100%;object-fit:cover}.ccoo-featured-posts__content{display:block;position:relative;z-index:9}.ccoo-featured-posts__content{color:#e7e7e7 !important}.ccoo-featured-posts__title{margin-bottom:8px;color:#fff;font-size:20px;line-height:1.2em;font-weight:700}.ccoo-featured-posts__excerpt{margin:2px 0 1rem;color:#e7e7e7;font-size:17px;line-height:24px}.ccoo-featured-posts__excerpt .read-more{display:none}.ccoo-featured-posts__date{padding:0 0 0 10px;margin-bottom:0;color:#fff;font-size:18px;font-weight:500;border-width:0 0 0 6px;border-color:#e20919;border-style:solid}.ccoo-featured-posts__content:visited .ccoo-featured-posts__date,.ccoo-featured-posts__title,.ccoo-featured-posts__content{color:#fff}.ccoo-featured-posts__content:hover .ccoo-featured-posts__date,.ccoo-featured-posts__title,.ccoo-featured-posts__content{color:#fff}.ccoo-featured-posts .ccoo-featured-posts__item:nth-child(1){grid-area:Large-block}.ccoo-featured-posts .ccoo-featured-posts__item:nth-child(2){grid-area:Block-1}.ccoo-featured-posts .ccoo-featured-posts__item:nth-child(3){grid-area:Block-2}.ccoo-featured-posts .ccoo-featured-posts__item:nth-child(4){grid-area:Block-3}.ccoo-featured-posts .ccoo-featured-posts__item:nth-child(5){grid-area:Block-4}@media (min-width:768px){.ccoo-featured-posts{grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-template-areas:"Large-block Block-1" "Block-2 Block-3" "Block-4 ."}}@media (min-width:1024px){.ccoo-featured-posts{grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;gap:10px 20px;grid-template-areas:"Large-block Large-block Block-1" "Block-2 Block-3 Block-4"}}