.post-detail{border:1px solid red}#post_header{border:var(--border);border-radius:var(--radius);overflow:hidden;background:var(--color-bg-4)}#post_header .ph-image img{width:100%;height:auto;border-bottom:var(--border)}#post_header .ph-info{padding:1em}#post_header .ph-info .preheader{margin-bottom:.5em}#post_header .ph-info .attributes{display:flex;gap:1em;flex-wrap:wrap}#post_header .ph-info .attributes a,#post_header .ph-info .attributes span{display:flex;flex:100%;align-items:center;gap:.5em;font-size:.9em;color:var(--color-grey)}#post_header .ph-info .attributes a svg,#post_header .ph-info .attributes span svg{width:20px;height:20px;color:var(--color-primary-1)}#post_header .cdh-start a{display:inline-flex;align-items:center;gap:.5em;border-color:var(--color-grey);color:var(--color-grey);font-size:.9em}@media (min-width:992px){#post_header{display:flex;align-items:center;margin-top:1em}#post_header .ph-image{flex:50%;order:2;position:relative}#post_header .ph-image.no_video:before{content:" ";position:absolute;top:0;left:0;width:100px;height:100%;background:linear-gradient(90deg,#0f1015,rgba(0,0,0,0));z-index:2}#post_header .ph-image img{border-bottom:none;display:block}#post_header .ph-info{flex:50%;order:1;padding:1em 2em}}@media (min-width:1200px){#post_header .ph-image{flex:60%}#post_header .ph-info{flex:40%;padding:1em 3em}}