.t-feed__post-popup{background:#fff;color:#1a1a1a;font-family:Inter,Arial,sans-serif;line-height:1.7;max-width:900px;margin:0 auto;padding:30px 40px;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.15);overflow-y:auto}
.t-feed__post-popup__close-wrapper{display:flex;align-items:center;justify-content:flex-end;margin-bottom:15px}
.t-popup__close{background:none;border:none;cursor:pointer;transition:transform .2s}
.t-popup__close:hover{transform:rotate(90deg)}
.t-feed__post-popup__title{font-size:28px;font-weight:700;margin-bottom:12px;color:#111}
.t-feed__post-popup__date-parts-wrapper{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px;font-size:14px;color:#777}
.t-feed__post-popup__tag{background:#f0f0f0;padding:4px 10px;border-radius:5px;text-decoration:none;color:#555;transition:.2s}
.t-feed__post-popup__tag:hover{background:#0072f5;color:#fff}
.t-feed__post-popup__text{font-size:16px;color:#333}
.t-feed__post-popup__text p{margin-bottom:18px}
.t-feed__post-popup__text h2,.t-feed__post-popup__text h3,.t-feed__post-popup__text h4,.t-feed__post-popup__text h5{margin:30px 0 15px;font-weight:600;color:#111}
.t-feed__post-popup__text h2{font-size:24px}
.t-feed__post-popup__text h3{font-size:20px}
.t-feed__post-popup__text h4{font-size:18px}
.t-feed__post-popup__text h5{font-size:16px}
.t-feed__post-popup__text ul,.t-feed__post-popup__text ol{margin-left:25px;margin-bottom:18px}
.t-feed__post-popup__text li{margin-bottom:10px;line-height:1.6}
.t-feed__post-popup__text table{width:100%;border-collapse:collapse;margin-bottom:25px;font-size:15px}
.t-feed__post-popup__text th,.t-feed__post-popup__text td{border:1px solid #ddd;padding:10px 12px;text-align:left}
.t-feed__post-popup__text th{background:#f7f7f7;font-weight:600}
.t-feed__post-popup__text tr:nth-child(even){background:#fafafa}
.t-feed__post-popup__img,.t-feed__post-popup__text img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;display:block}
.t-feed__post-popup__text iframe,.t-feed__post-popup__text video{width:100%;max-width:100%;height:auto;margin:20px 0;border-radius:8px}
.t-feed__post-popup__text hr{border:none;border-top:1px solid #ddd;margin:30px 0}
.t-feed__post-popup__text a,.t-feed__post-popup__text a:link,.t-feed__post-popup__text a:visited{color:#0072f5!important;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(0,114,245,.25);transition:.2s}
.t-feed__post-popup__text a:hover,.t-feed__post-popup__text a:focus{color:#0056c7!important;border-bottom-color:rgba(0,114,245,.6)}
.t-feed__post-popup__text a:active{color:#0040a8!important}
@media(max-width:768px){.t-feed__post-popup{padding:20px}.t-feed__post-popup__title{font-size:22px}.t-feed__post-popup__text{font-size:15px}.t-feed__post-popup__date-parts-wrapper{font-size:13px;gap:6px}}