/*
Theme Name: RSR Advertorial
Description: Minimal advertorial theme for Research Sourcing Review. One template per advertorial, no page builder, no build step.
Version: 1.0
Author: Research Sourcing Review
*/

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #1a1a1a;
  background: #fff;
}

img, video { max-width: 100%; height: auto; display: block; }

a { color: inherit; }

h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 0.5em; }

p { margin: 0 0 1.2em; }

.wrap { max-width: 680px; margin: 0 auto; padding: 0 20px; }
