/*
Theme Name: Kasmus Note Theme
Theme URI: https://example.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: Internal management theme for regional banner board master data and banner request workflows.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: kasmus-note-theme
*/

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f7fb;
  color: #111827;
}

a {
  color: #1d4ed8;
}

.site-header,
.site-footer {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  border-bottom: 0;
}

.site-header__inner,
.site-footer__inner,
.site-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.site-header__brand {
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.site-header__tagline {
  margin: 8px 0 0;
  color: #6b7280;
}

.kasmus-page {
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: #fff;
}

.kasmus-page__header {
  margin-bottom: 16px;
}

.kasmus-page__title {
  margin: 0;
}

.kasmus-page__content > :first-child {
  margin-top: 0;
}

.kasmus-page__content > :last-child {
  margin-bottom: 0;
}
