:root{--section-padding: 80px;--section-bg-color: #2a2a3a;--columns-gap: 60px;--featured-image-border-radius: 0;--featured-button-bg-color: #ff4757;--featured-button-size: 60px;--featured-button-icon-size: 24px;--cards-gap: 30px;--card-padding: 30px;--card-bg-color: rgba(255, 255, 255, 0.05);--card-border-radius: 0;--date-color: #ff4757;--date-font-size: 14px;--date-font-weight: 500;--date-text-transform: uppercase;--date-margin-bottom: 12px;--title-color: #ffffff;--title-font-size: 24px;--title-font-weight: 600;--title-line-height: 1.4;--title-margin-bottom: 20px;--readmore-color: #ff4757;--readmore-font-size: 16px;--readmore-font-weight: 500;--readmore-color-hover: #e73c47;--mobile-featured-margin: 40px;--mobile-card-margin: 30px}.g3w-dynamic-posts-feature{padding:var(--section-padding);background:var(--section-bg-color);width:100%}.g3w-dynamic-posts-feature__container{margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:var(--columns-gap);align-items:stretch}@media(max-width: 767px){.g3w-dynamic-posts-feature__container{grid-template-columns:1fr;gap:var(--columns-gap-mobile, var(--columns-gap));align-items:center}}.g3w-dynamic-posts-feature__featured{position:relative}.g3w-dynamic-posts-feature__featured-image{width:100%;height:auto;min-height:400px;object-fit:cover;transition:transform .3s ease;cursor:pointer}.g3w-dynamic-posts-feature__featured-image:hover{transform:scale(1.05)}@media(max-width: 767px){.g3w-dynamic-posts-feature__featured-image{min-height:300px}}.g3w-dynamic-posts-feature__featured-image-container{position:relative;overflow:hidden;border-radius:var(--featured-image-border-radius)}.g3w-dynamic-posts-feature__featured-image-container:hover .g3w-dynamic-posts-feature__featured-icon{transform:translateX(2px)}@media(max-width: 767px){.g3w-dynamic-posts-feature__featured-image-container{margin-bottom:var(--mobile-featured-margin-mobile, var(--mobile-featured-margin))}}.g3w-dynamic-posts-feature__featured-button{position:absolute;bottom:20px;right:20px;width:var(--featured-button-size);height:var(--featured-button-size);background:var(--featured-button-bg-color);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease;z-index:2;color:#fff}.g3w-dynamic-posts-feature__featured-button:hover .g3w-dynamic-posts-feature__featured-icon{transform:translateX(2px)}@media(max-width: 767px){.g3w-dynamic-posts-feature__featured-button{bottom:15px;right:15px;width:var(--featured-button-size);height:var(--featured-button-size)}}.g3w-dynamic-posts-feature__featured-icon{width:var(--featured-button-icon-size);height:var(--featured-button-icon-size);fill:#fff;transition:transform .3s ease}@media(max-width: 767px){.g3w-dynamic-posts-feature__featured-icon{width:var(--featured-button-icon-size);height:var(--featured-button-icon-size)}}.g3w-dynamic-posts-feature__posts{display:flex;flex-direction:column;gap:var(--cards-gap);height:100%;justify-content:space-around}@media(max-width: 767px){.g3w-dynamic-posts-feature__posts{gap:var(--mobile-card-margin-mobile, var(--mobile-card-margin));height:auto;justify-content:flex-start}}.g3w-dynamic-posts-feature__post-card{padding:var(--card-padding);background:var(--card-bg-color);border-radius:var(--card-border-radius);transition:all .3s ease;opacity:0;transform:translateY(20px);position:relative}.g3w-dynamic-posts-feature__post-card:hover{transform:translateY(-4px)}.g3w-dynamic-posts-feature__post-card:hover .g3w-dynamic-posts-feature__readmore-arrow{transform:translateX(4px)}.g3w-dynamic-posts-feature__post-card.g3w-animated{opacity:1;transform:translateY(0)}.g3w-dynamic-posts-feature__post-card--last{border-top:1px solid #303240;padding-top:20px}@media(max-width: 767px){.g3w-dynamic-posts-feature__post-card{padding:var(--card-padding-mobile, var(--card-padding))}.g3w-dynamic-posts-feature__post-card--last{padding-top:20px}}.g3w-dynamic-posts-feature__post-meta{display:flex;align-items:center;margin-bottom:var(--date-margin-bottom);flex-wrap:wrap}.g3w-dynamic-posts-feature__post-type{color:var(--date-color);font-size:var(--date-font-size);font-weight:var(--date-font-weight);text-transform:var(--date-text-transform);display:block}@media(max-width: 767px){.g3w-dynamic-posts-feature__post-type{font-size:var(--date-font-size-mobile, var(--date-font-size))}}.g3w-dynamic-posts-feature__post-date{color:var(--date-color);font-size:var(--date-font-size);font-weight:var(--date-font-weight);text-transform:var(--date-text-transform);display:block}.g3w-dynamic-posts-feature__post-date::before{content:"- ";margin:0 5px}@media(max-width: 767px){.g3w-dynamic-posts-feature__post-date{font-size:var(--date-font-size-mobile, var(--date-font-size))}}.g3w-dynamic-posts-feature__post-title{margin:0 0 var(--title-margin-bottom) 0}.g3w-dynamic-posts-feature__post-title-link{color:var(--title-color);font-size:var(--title-font-size);font-weight:var(--title-font-weight);line-height:var(--title-line-height);text-decoration:none;transition:all .3s ease}.g3w-dynamic-posts-feature__post-title-link:hover{color:var(--readmore-color);opacity:.7}@media(max-width: 767px){.g3w-dynamic-posts-feature__post-title-link{font-size:var(--title-font-size-mobile, var(--title-font-size))}}.g3w-dynamic-posts-feature__card-link::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}.g3w-dynamic-posts-feature__post-readmore{color:var(--readmore-color);font-size:var(--readmore-font-size);font-weight:var(--readmore-font-weight);display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:space-between;pointer-events:none}@media(max-width: 767px){.g3w-dynamic-posts-feature__post-readmore{font-size:var(--readmore-font-size)}}.g3w-dynamic-posts-feature__readmore-arrow{width:16px;height:17px;fill:currentColor;transition:transform .3s ease}.g3w-dynamic-posts-feature__no-posts{color:var(--title-color);font-size:var(--title-font-size);text-align:center;padding:var(--card-padding);background:var(--card-bg-color);border-radius:var(--card-border-radius);opacity:.7}.g3w-dynamic-posts-feature.g3w-animated .g3w-dynamic-posts-feature__featured{animation:fadeInLeft .6s ease forwards}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 980px){.g3w-dynamic-posts-feature{padding:var(--section-padding-tablet, var(--section-padding))}.g3w-dynamic-posts-feature__container{gap:var(--columns-gap-tablet, var(--columns-gap));padding:0 20px}.g3w-dynamic-posts-feature__posts{gap:var(--cards-gap-tablet, var(--cards-gap))}.g3w-dynamic-posts-feature__post-card{padding:var(--card-padding-tablet, var(--card-padding))}.g3w-dynamic-posts-feature__post-type,.g3w-dynamic-posts-feature__post-date{font-size:var(--date-font-size-tablet, var(--date-font-size))}.g3w-dynamic-posts-feature__post-title{font-size:var(--title-font-size-tablet, var(--title-font-size))}}@media(max-width: 767px){.g3w-dynamic-posts-feature{padding:var(--section-padding-mobile, var(--section-padding-tablet, var(--section-padding)))}.g3w-dynamic-posts-feature__container{padding:0}.g3w-dynamic-posts-feature__posts{gap:var(--mobile-card-margin-mobile, var(--mobile-card-margin))}.g3w-dynamic-posts-feature__featured{order:1}.g3w-dynamic-posts-feature__posts{order:2}.g3w-dynamic-posts-feature__featured-image-container{margin-bottom:var(--mobile-featured-margin-mobile, var(--mobile-featured-margin))}.g3w-dynamic-posts-feature__post-card{padding:var(--card-padding-mobile, var(--card-padding-tablet, var(--card-padding)))}.g3w-dynamic-posts-feature__post-type,.g3w-dynamic-posts-feature__post-date{font-size:var(--date-font-size-mobile, var(--date-font-size-tablet, var(--date-font-size)))}.g3w-dynamic-posts-feature__post-title{font-size:var(--title-font-size-mobile, var(--title-font-size-tablet, var(--title-font-size)))}.g3w-dynamic-posts-feature__post-meta{flex-direction:column;align-items:flex-start;gap:5px}.g3w-dynamic-posts-feature__post-meta .g3w-dynamic-posts-feature__post-date::before{display:none}}
