/* Four responsive reading widths: 960 / 1200 / 1400 / 1600. */
.cosy-post-head .cosy-container,.cosy-reading-layout{width:min(960px,calc(100% - 40px))}
.cosy-post-head h1{width:100%;max-width:none;margin-top:11px;margin-bottom:17px;font-size:28px;line-height:1.42;overflow-wrap:anywhere}
.cosy-post-meta{width:100%}
.cosy-reading-layout{grid-template-columns:minmax(0,1fr);gap:28px;justify-content:center}
.cosy-reading-layout .cosy-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}

@media(min-width:1200px){
  .cosy-post-head .cosy-container,.cosy-reading-layout{width:min(1200px,calc(100% - 48px))}
  .cosy-post-head h1,.cosy-post-meta{width:calc(100% - 328px)}
  .cosy-reading-layout{grid-template-columns:minmax(0,872px) 300px}
  .cosy-reading-layout .cosy-sidebar{position:sticky;grid-template-columns:1fr}
}

@media(min-width:1440px){
  .cosy-post-head .cosy-container,.cosy-reading-layout{width:min(1400px,calc(100% - 56px))}
  .cosy-reading-layout{grid-template-columns:minmax(0,1072px) 300px}
}

@media(min-width:1680px){
  .cosy-post-head .cosy-container,.cosy-reading-layout{width:min(1600px,calc(100% - 64px))}
  .cosy-reading-layout{grid-template-columns:minmax(0,1272px) 300px}
}

@media(max-width:700px){
  .cosy-post-head .cosy-container{width:calc(100% - 24px)}
  .cosy-post-head h1{font-size:24px;line-height:1.4}
  .cosy-reading-layout{width:calc(100% - 24px)}
  .cosy-reading-layout .cosy-sidebar{grid-template-columns:1fr}
}
