/*
  Page-specific styles for: Verigent (modern template)
  Loaded AFTER css/base.css and css/modern.css, so anything here overrides
  them for this page only. Put per-page layout tweaks in this file so a
  fix for this case study can never affect any other page.
  Scope every rule under #case-verigent.
*/

/* Source PDF right-aligns the title/tagline block under the banner,
   with the tagline set bold+italic (not just italic). Like Keuhne Nagel,
   this PDF's banner has no "CASE STUDY" text — leave it blank. */
#case-verigent .vbm-hero {
    text-align: right;
}
#case-verigent .vbm-title {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}
#case-verigent .vbm-tagline {
    font-weight: bold;
    color: #17365d;
}
