/* Minimal WordPress shell extracted from docs/inputs/wp_basic_page bundle. */
:root {
  --ast-global-color-0: #2aabe2;
  --ast-global-color-1: #e90f8b;
  --ast-global-color-2: #333333;
  --ast-global-color-3: #808285;
  --ast-global-color-4: #ffffff;
  --ast-global-color-5: #2aabe2;
  --ast-global-color-6: #fafafa;
  --ast-global-color-7: #f5f5f5;
  --ast-border-color: #e7e7e7;
  --ast-code-block-background: #eeeeee;
  --ast-comment-inputs-background: #fafafa;

  --bg: #ffffff;
  --ink: #333333;
  --muted: #808285;
  --accent: #2aabe2;
  --accent-2: #2aabe2;
  --card: #ffffff;
  --border: #e7e7e7;
  --success: #0b7a39;
  --error: #b00020;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background: #ebecef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-family: Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  color: #333333;
  margin: 0 0 16px;
}

h1 {
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.3;
}

h2 {
  font-size: 20px;
  line-height: 1.3;
}

h3 {
  font-size: 17px;
  line-height: 1.3;
}

a {
  color: #2aabe2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #e90f8b;
}

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 24px;
}

.site-header a {
  color: #333333;
  font-weight: 600;
}

.site-header__exit {
  font-size: 14px;
}

section {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.page-header p,
.message {
  color: #808285;
}

@media (max-width: 768px) {
  .site-header {
    padding: 12px 16px;
  }

  .site-header__exit {
    font-size: 13px;
  }
}
