.news-top-container{display:flex;justify-content:space-between;align-items:center;padding:10px 0}.left-area{display:flex;align-items:center}.author-img{width:50px;height:50px;border-radius:50%;margin-right:10px}.author-name{font-weight:600;font-size:16px;color:#333}.blue-tick{width:16px;height:16px;margin-left:4px;vertical-align:middle}.post-published-date{display:block;font-size:12px!important;color:#C42525}.right-area{display:none!important;align-items:center;text-decoration:none}.news-icon{width:30px;height:30px;margin-right:6px}.follow-btn{font-size:14px;background:#0073e6;color:#fff;padding:4px 10px;border-radius:4px;font-weight:500}.post-main-container{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:0 auto}.post-main-card{transition:0.5s ease}.post-main-card:hover{transform:translateY(-10px)}.post-main-permanlink{text-decoration:none}.post-main-thumbnail{width:100%}.post-main-thumbnail img{width:100%;aspect-ratio:16 / 9;border-radius:7px;object-fit:cover}.post-main-category{padding:5px 0;display:block;color:#6d6d6d;font-weight:600;font-size:16px}.post-main-title{font-size:16px;color:#333;transition:0.5s ease-in-out;margin-bottom:0}.post-main-card:hover .post-main-title{color:#e50914}.pagination-wrapper{display:flex;justify-content:center;align-items:center;gap:8px;margin:50px 0;flex-wrap:wrap}.pagination-wrapper .page-numbers{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-size:15px;font-weight:600;color:#333;background:#fff;border:1px solid #ddd;border-radius:6px;text-decoration:none;transition:all 0.3s ease;min-width:40px}.pagination-wrapper .page-numbers:hover{background:#e50914;color:#fff;border-color:#e50914}.pagination-wrapper .page-numbers.current,.pagination-wrapper .page-numbers[aria-current="page"]{background:#e50914;color:#fff;border-color:#e50914;cursor:default}.pagination-wrapper .prev,.pagination-wrapper .next{font-weight:500;background:#f7f7f7}.pagination-wrapper .prev:hover,.pagination-wrapper .next:hover{background:#e50914;color:#fff}@media screen and (max-width:920px){.post-main-container{grid-template-columns:repeat(2,auto)}}@media screen and (max-width:550px){.post-main-container{grid-template-columns:auto}}.custom-post-single{display:flex;max-width:1140px;margin:100px auto;gap:20px}.custom-post-content{width:75%;background:#fff;padding:20px;border-radius:10px}.custom-post-content .post-title{font-size:30px;color:#222;line-height:35px}.custom-post-content .post-thumbnail{border-radius:7px;margin:10px 0}.post-content-main{margin:20px 0}.post-content-main p{margin-bottom:15px}.custom-post-sidebar{width:25%}.sidebar-heading{display:flex;align-items:center;justify-content:space-between;background:red;color:#f6f6f6;margin-bottom:10px;padding:10px;border-radius:5px}.sidebar-heading span i{margin-right:5px;font-size:16px}.sidebar-heading a{color:#fff}.sidebar-latest-post{display:flex;flex-direction:column;gap:10px;position:sticky;top:20px}.sidebar-latest-post .sidebar-post-card{background:#fff;border-radius:5px}.post-card-full .post-thumbnail{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:5px 5px 0 0}.post-card-full .related-post-title{color:#1b1b1b;font-size:15px;padding:15px 10px 5px 10px}.post-tags-area{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.post-tag-label{color:#161515;font-weight:700}.post-tag{background:red;text-decoration:none;color:#fff;padding:3px 10px;font-size:14px;border-radius:30px;transition:0.5s ease;text-wrap:nowrap;text-transform:capitalize}.post-tag:hover{background:#f66d6d;color:#fff}