/*
  DPS standard Day Card shell.
  Fixed hierarchy: 2-inch centered logo, type, date, author, linked title and
  reference. Cards use Times New Roman. Font size may step down for a long
  author or title; do not reduce both a title and its font unless readability
  still requires it. The label vocabulary is Prayer, Scripture, Devotional.
*/
.dev-card { --accent:#1d426d; font-family:"Times New Roman",Times,serif; padding:3.3cqw 5.1cqw; }
.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:3cqw 0 0; color:var(--accent); font-size:clamp(30px,3.7cqw,48px); font-weight:700; line-height:1.05; }
.dev-date { margin:.9cqw 0 0; color:var(--accent); font-size:clamp(30px,3.7cqw,48px); font-weight:700; line-height:1.05; }
.dev-author { display:block; margin:4cqw 0 0; color:var(--accent); font-size:clamp(32px,4.25cqw,55px); font-weight:700; line-height:1.06; text-decoration-thickness:.055em; text-underline-offset:.11em; }
.dev-title { display:block; margin:2cqw 0 0; color:var(--accent); font-size:clamp(32px,4.25cqw,55px); font-weight:700; line-height:1.08; text-decoration-thickness:.055em; text-underline-offset:.11em; }
.dev-reference { display:block; margin:2cqw 0 0; color:var(--accent); font-size:clamp(32px,4.25cqw,55px); font-style:italic; font-weight:700; line-height:1.06; text-decoration-thickness:.055em; text-underline-offset:.11em; }
.dev-bottom { margin-top:auto; color:var(--accent); font-family:Arial,Helvetica,sans-serif; font-size:clamp(16px,3.1cqw,40px); line-height:1.12; }
.dev-bottom a { color:inherit; text-decoration-thickness:.06em; text-underline-offset:.14em; }
/* Every day-card link uses the 3-1 maximum readable size. Long copy wraps; it does not shrink. */
.dev-card.byfaith { --accent:#a85600; }
.dev-card.periodic { --accent:#4b3b61; }
.dev-card.other { --accent:#738c34; }
