.featured-heading-container .featured-heading{line-height:1;text-align:center;color:var(--headings-color);margin-top:20px;margin-bottom:20px;font-weight:700;font-size:32px}.featured-heading-container p{text-align:center;color:var(--text-color);margin-bottom:20px;font-size:var(--default-p-size)}.split-container{display:flex;gap:30px;padding:30px;border-radius:var(--default-border-radius);width:100%;background:var(--gradient-one);color:var(--text-color);margin-bottom:20px;box-shadow:var(--default-box-shadow)}.left-post{width:50%;text-align:left;cursor:pointer}.left-post img{width:100%;border-radius:var(--default-border-radius);object-fit:cover;height:400px;background-color:#1b1b1b}.left-post .title{margin-top:10px}.left-post .title,.right-posts .title{font-size:18px;font-weight:700;color:var(--headings-color)}.right-posts{flex:1 1;width:50%;display:flex;flex-direction:column;gap:30px}.mini-post{text-align:left;display:flex;gap:10px;cursor:pointer}.mini-post img{width:250px;height:150px;border-radius:var(--default-border-radius);object-fit:cover;background-color:#1b1b1b}.text-content{flex:1 1}.date-pill{background-color:transparent;border:var(--default-border);padding:4px 8px;border-radius:20px;display:inline-block;cursor:pointer;transition:.3s ease;margin-top:5px}.date-pill,.read-more{font-size:12px;color:var(--text-color)}@media (max-width:900px){.split-container{flex-direction:column}.left-post{width:100%}.left-post img{width:100%;border-radius:var(--default-border-radius);object-fit:cover;height:300px}.left-post .title{font-size:18px}.right-posts .title{font-size:14px}.right-posts{width:100%}.mini-post{display:flex}.mini-post img{width:110px;height:100px}.date-pill{font-size:10px}}.skeleton{background:#1b1b1b;border-radius:var(--default-border-radius);position:relative;overflow:hidden}.skeleton,.skeleton:after{animation:pulse 1.5s ease-in-out infinite}.skeleton:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent,#1b1b1b,transparent)}@keyframes pulse{0%{background-color:#1b1b1b}50%{background-color:#373737}to{background-color:#1b1b1b}}.skeleton-img-large{width:100%;height:400px}.skeleton-img-large,.skeleton-img-small{animation:pulse 1.5s ease-in-out infinite}.skeleton-img-small{width:200px;height:150px}.skeleton-text{height:24px;margin-top:10px;width:80%}.skeleton-pill,.skeleton-text{animation:pulse 1.5s ease-in-out infinite}.skeleton-pill{height:20px;width:100px;margin-top:8px;border-radius:20px;background-color:#1b1b1b}@media (max-width:900px){.skeleton-img-large{height:300px}.skeleton-img-small{width:110px;height:100px}.skeleton-text{height:18px}.skeleton-pill{height:16px;width:80px}}