
/* Make content left-aligned with the post title and meta
   - do NOT center the text block
   - respect the parent's left padding
*/
body.single-prayer_guide .ps-prayer-width-left{
  max-width: 800px;     /* readable line length */
  width: 100%;          /* never exceed the parent */
  margin-left: 0;       /* align left with the parent's left edge */
  margin-right: auto;   /* allow remaining space on the right */
  padding-left: 0;
  padding-right: 0;
}

/* Keep media responsive inside the readable area */
body.single-prayer_guide .ps-prayer-width-left img,
body.single-prayer_guide .ps-prayer-width-left figure img,
body.single-prayer_guide img.ps-featured{
  width: 100%;
  height: auto;
  display: block;
}

body.single-prayer_guide .ps-prayer-width-left iframe,
body.single-prayer_guide .ps-prayer-width-left video{ max-width: 100%; }

/* Optional: improve paragraph readability slightly */
body.single-prayer_guide .ps-prayer-width-left p{ line-height: 1.65; }
