Inside International Education — Issue 2

Inside International Education — Issue 2 @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Source+Serif+4:ital,opsz,wght@0,8..60,300;0,8..60,400;0,8..60,600;1,8..60,400&display=swap'); * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #e8e4dc; font-family: 'Source Serif 4', Georgia, 'Times New Roman', serif; color: #2a2a2a; font-size: 16px; line-height: 1.75; } .email-wrapper { max-width: 660px; margin: 40px auto; background: #faf8f3; border: 1px solid #d4cbb8; box-shadow: 0 4px 32px rgba(0,0,0,0.12); } /* ─── MASTHEAD ─── */ .masthead { background: #0f2540; padding: 36px 52px 30px; border-bottom: 5px solid #c8973a; } .masthead-eyebrow { font-family: 'Source Serif 4', serif; font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #c8973a; margin-bottom: 10px; } .masthead-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; } .pub-name { font-family: 'Playfair Display', 'Georgia', serif; font-size: 30px; font-weight: 700; color: #f5f0e8; letter-spacing: -0.5px; line-height: 1.1; } .issue-meta { text-align: right; } .issue-num { display: block; font-family: 'Source Serif 4', serif; font-size: 10px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; color: #8fa3b8; } .issue-date { display: block; font-size: 12px; color: #8fa3b8; margin-top: 2px; } .masthead-tagline { font-size: 13px; color: #a0b4c4; font-style: italic; margin-top: 6px; letter-spacing: 0.2px; } /* ─── THIS WEEK BAR ─── */ .this-week-bar { background: #c8973a; padding: 9px 52px; font-size: 10px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: #fff; } /* ─── TOC ─── */ .toc { padding: 28px 52px 24px; border-bottom: 1px solid #e0d8c8; background: #f5f2ea; } .toc-label { font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: #8a7d66; margin-bottom: 14px; } .toc ul { list-style: none; padding: 0; } .toc ul li { font-size: 14px; color: #3a3228; padding: 5px 0; padding-left: 18px; position: relative; line-height: 1.4; } .toc ul li::before { content: '→'; position: absolute; left: 0; color: #c8973a; font-size: 12px; top: 6px; } /* ─── OPENING NOTE ─── */ .opening { padding: 32px 52px 28px; border-bottom: 1px solid #e0d8c8; } .opening p { font-size: 16px; line-height: 1.75; color: #3a3228; } .sign-off { margin-top: 16px; font-size: 14px; font-style: italic; color: #7a6e5e; } /* ─── ARTICLE ─── */ .article { padding: 36px 52px 32px; border-bottom: 1px solid #e0d8c8; } .article:last-of-type { border-bottom: none; } .article-header { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } .article-number { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 700; color: #e0d0b0; line-height: 1; min-width: 44px; } .article-tag { display: inline-block; background: #0f2540; color: #c8973a; font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; padding: 4px 10px; border-radius: 2px; } .article h2 { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 700; color: #0f2540; line-height: 1.3; margin-bottom: 16px; letter-spacing: -0.3px; } .article p { font-size: 15.5px; line-height: 1.8; color: #3a3228; margin-bottom: 14px; } .article p:last-child { margin-bottom: 0; } /* Pull quote */ .pull-quote { margin: 24px 0; padding: 18px 24px; border-left: 4px solid #c8973a; background: #f5f2ea; font-family: 'Playfair Display', serif; font-size: 16px; font-style: italic; color: #0f2540; line-height: 1.6; } /* Alert / callout box */ .alert-box { margin: 20px 0; padding: 18px 22px; background: #fff8f0; border: 1px solid #f0b060; border-radius: 3px; } .alert-box .alert-label { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #c87020; margin-bottom: 8px; } .alert-box p { font-size: 14.5px; color: #3a2810; margin: 0; line-height: 1.65; } /* Scenario list */ .scenario-list { margin: 20px 0; padding: 0; list-style: none; } .scenario-list li { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px dashed #d4cbb8; font-size: 14.5px; color: #3a3228; line-height: 1.6; } .scenario-list li:last-child { border-bottom: none; } .scenario-icon { font-size: 16px; min-width: 22px; margin-top: 1px; } .scenario-label { font-weight: 700; color: #0f2540; display: block; margin-bottom: 2px; } /* Decision table */ .decision-table { width: 100%; margin: 22px 0; border-collapse: collapse; font-size: 14px; } .decision-table th { background: #0f2540; color: #c8973a; padding: 10px 14px; text-align: left; font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; } .decision-table td { padding: 11px 14px; border-bottom: 1px solid #e0d8c8; color: #3a3228; vertical-align: top; line-height: 1.55; } .decision-table tr:nth-child(even) td { background: #f5f2ea; } .badge { display: inline-block; padding: 2px 8px; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: 0.5px; } .badge-red { background: #fde8e8; color: #c02020; } .badge-green { background: #e6f4ea; color: #1a7a30; } .badge-amber { background: #fff4e0; color: #b06010; } /* Ornament divider */ .ornament { text-align: center; color: #c8973a; font-size: 16px; padding: 4px 0 0; letter-spacing: 10px; } /* ─── CTA BLOCK ─── */ .cta-block { margin: 24px 0 0; padding: 22px 24px; background: #0f2540; border-radius: 3px; text-align: center; } .cta-block p { font-size: 14px; color: #a0b4c4; margin: 0 0 14px; line-height: 1.55; } .cta-button { display: inline-block; background: #f07500; color: #fff; font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 12px 28px; border-radius: 2px; text-decoration: none; } /* ─── FOOTER ─── */ .footer { padding: 28px 52px 32px; background: #f0ede4; border-top: 3px solid #0f2540; font-size: 12px; color: #7a7060; line-height: 1.7; text-align: center; } .footer a { color: #c8973a; text-decoration: none; } .footer .footer-brand { font-family: 'Playfair Display', serif; font-size: 14px; font-weight: 700; color: #0f2540; margin-bottom: 6px; } .footer .unsub { font-size: 11px; color: #a09880; margin-top: 10px; } @media (max-width: 660px) { .masthead, .toc, .opening, .article, .footer, .this-week-bar { padding-left: 24px; padding-right: 24px; } .pub-name { font-size: 22px; } .masthead-top { flex-direction: column; gap: 6px; } }
Scroll to Top