/*
Theme Name: Newton Garden
Theme URI: https://newton.garden/
Description: The Newton product site, adapted from its GitHub Pages design with editable copy, images, pages and native WordPress account access.
Author: Shelby Klein
Version: 0.1.1
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: newton-garden
*/
.site-header .account-link { color: #aaa; font-size: 13px; white-space: nowrap; }
.site-header .account-link:hover { color: #fff; }
.site-header nav { margin-left: auto; }
.site-header { gap: 24px; }
.newton-page { min-height: 65vh; padding-top: 60px; padding-bottom: 100px; }
.newton-page h1 { font-size: clamp(36px, 7vw, 72px); line-height: 1.1; letter-spacing: -.04em; margin-bottom: 32px; }
.newton-page-content { max-width: 760px; }
.newton-page-content > * + * { margin-top: 24px; }
.newton-page-content a { text-decoration: underline; text-underline-offset: .2em; }
.newton-page-content ul, .newton-page-content ol { padding-left: 24px; }
.newton-account { max-width: 700px; }
.newton-account-details { display: grid; grid-template-columns: auto 1fr; gap: 16px 24px; padding: 28px 0; margin: 0; }
.newton-account-details dt { color: #a2a7a3; }
.newton-account-details dd { margin: 0; overflow-wrap: anywhere; }
.newton-account-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.newton-account-actions a { border: 1px solid var(--border); border-radius: 10px; padding: 12px 18px; }
.newton-account-note { color: #a2a7a3; margin: 28px 0; font-size: 14px; }
body.admin-bar .site-header { scroll-margin-top: 32px; }
@media (max-width: 760px) {
  .site-header { gap: 16px; flex-wrap: wrap; }
  .site-header .account-link { margin-left: auto; }
  .newton-page { padding-top: 36px; }
}
