/*
  DPS standard Day Card shell.
  Fixed hierarchy: centered logo, type, date, author, linked title and
  reference. Cards use Times New Roman. Devotional metadata is balanced for
  the 3-column DPS grid: labels/dates stay compact; primary card text remains
  large enough to read without becoming clipped.
  The label vocabulary is Prayer, Scripture, Devotional.
*/
.dev-card { --accent:#1d426d; font-family:"Times New Roman",Times,serif; padding:clamp(9px,2.6cqw,32px) clamp(11px,3.6cqw,44px); }
.dev-logo { display:block; width:auto; height:clamp(90px,14.7cqw,192px); margin:0 auto; object-fit:contain; }
.ligonier-logo { width:auto; max-width:100%; height:auto; max-height:clamp(100px,14.7cqw,192px); }
.dev-type { margin:clamp(5px,1.55cqw,22px) 0 0; color:var(--accent); font-size:clamp(18px,3cqw,38px); font-weight:700; line-height:1.04; }
.dev-date { margin:clamp(2px,.55cqw,8px) 0 0; color:var(--accent); font-size:clamp(18px,3cqw,38px); font-weight:700; line-height:1.04; }
.dev-author { display:block; margin:clamp(6px,1.75cqw,24px) 0 0; color:var(--accent); font-size:clamp(25px,3.9cqw,50px); font-weight:700; line-height:1.03; text-decoration-thickness:.055em; text-underline-offset:.11em; overflow-wrap:break-word; }
.dev-title { display:block; margin:clamp(3px,.85cqw,12px) 0 0; color:var(--accent); font-size:clamp(25px,3.9cqw,50px); font-weight:700; line-height:1.05; text-decoration-thickness:.055em; text-underline-offset:.11em; overflow-wrap:break-word; }
.dev-reference { display:block; margin:clamp(3px,.85cqw,12px) 0 0; color:var(--accent); font-size:clamp(25px,3.9cqw,50px); font-style:italic; font-weight:700; line-height:1.03; text-decoration-thickness:.055em; text-underline-offset:.11em; overflow-wrap:break-word; }
.dev-bottom { margin-top:auto; color:var(--accent); font-family:Arial,Helvetica,sans-serif; font-size:clamp(13px,2.1cqw,28px); line-height:1.1; }
.dev-bottom a { color:inherit; text-decoration-thickness:.06em; text-underline-offset:.14em; }
.dev-card.byfaith { --accent:#a85600; }
.dev-card.periodic { --accent:#4b3b61; }
.dev-card.other { --accent:#738c34; }
