/*
Theme Name: IEEE Section
Theme URI: https://example.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: A classic WordPress theme migrated from a locally mirrored IEEE section website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: ieee-section
*/

html {
  scroll-behavior: smooth;
}

body.container {
  margin: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ieee-page-default {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.ieee-page-default__title {
  margin: 0 0 24px;
  color: #0a4e7c;
  font-size: 32px;
  line-height: 1.2;
}

.ieee-page-default__content {
  color: #333;
  line-height: 1.8;
}

.ieee-index-default {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.ieee-index-default__title {
  margin: 0 0 24px;
  color: #0a4e7c;
}

.ieee-index-default__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ieee-index-default__item + .ieee-index-default__item {
  margin-top: 24px;
}

.ieee-index-default__link {
  color: #006699;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
}

.ieee-index-default__link:hover {
  text-decoration: underline;
}

.ieee-index-default__meta {
  margin: 8px 0 0;
  color: #666;
  font-size: 14px;
}

.ieee-index-default__excerpt {
  margin: 12px 0 0;
  color: #333;
  line-height: 1.8;
}
