/* ---- Global Site Template ---- */

#page-wrap html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll globally */
  width: 100%;
}

#page-wrap {
  max-width: 100vw;       /* ensures content doesn't overflow viewport */
  overflow-x: hidden;     /* hide horizontal overflow inside the container */
  box-sizing: border-box; /* ensures padding/border don't increase size */
}

/* Set up full height layout */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
font-family: Inter, Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: #1b1b1a;
  color: #fff;
}
main {
  margin-top: 0;
}
/* Main wrapper using flex */
.page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Content should grow to fill space */
.main-content {
  flex: 1;
  padding: 1em;
}

/* Footer stays at bottom */
.site-footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 1em;
}



*,
*::before,
*::after {
  box-sizing: inherit;
}

/* Layout Wrappers */
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.page-header {
  background-color: #1b1b1a;
  text-align: center;
}

.menu-wrap {
  width: 100%;
  text-align: center;
}

.main-content {
  flex: 1;
  background-color: #1b1b1a;
  color: white;
  width: 100%;
  margin: 0 auto;
}

/* Footer */
.page-footer {
  background-color: #1b1b1a;
  padding: 1em;
  color: #ccc;
  text-align: center;
  font-size: 0.9rem;
  border-top: 1px solid #333;
}

/* Headings */
h1, h2, h3, h4 {
  margin-bottom: 0.5em;
  text-align: center;
  color: #fff;
}

/* Paragraphs */
p {
  line-height: 1.6;
  text-align: center;
  color: #e0e0e0;
}

/* Lists */
ul, ol {
  padding-left: 1.5em;
  color: #ddd;
}

li {
  padding-bottom: 0.5em;
}

/* Links */
a {
  color: #89c4ff;
  text-decoration: none;
  transition: color 0.2s ease-in-out;
}

a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Centered Helpers */
.center-text {
  text-align: center;
}

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Float Image Helpers */
.float-left {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 200px;
}

.float-right {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 200px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Layout */
@media (max-width: 768px) {
  .main-content {
    padding: 0;
  }

  .float-left,
  .float-right {
    float: none;
    margin: 0 auto 1em auto;
    display: block;
  }
}

.update-scope body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.update-scope .update_link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1b1b1a;
  color: white;
  border-radius: 5px;
  text-align: center;
  border: 2px solid white;
  text-decoration: none;
}

.update-scope p,
.update-scope h2,
.update-scope h3,
.update-scope h4,
.update-scope #update_content a.update_link {
  text-align: center;
}

.update-scope li {
  list-style: none;
  padding-bottom: 20px;
}

.update-scope .centered_image img {
  display: block;
  margin: 0 auto 15px;
  max-width: 100%;
}

.update-scope .float-img {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 200px;
  height: auto;
}

.update-scope .float-left {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 200px;
}

.update-scope .float-right {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 200px;
}

.update-scope .text-wrap {
  overflow: hidden;
}

.update-scope * {
  box-sizing: border-box;
}

.update-scope .image-container {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}

.update-scope .responsive-image {
  width: 45vw;
  height: auto;
  display: block;
}

.update-scope .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.update-scope .center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.update-scope .link-container {
  text-align: center;
}

.update-scope .center-text {
  text-align: center;
}

.update-scope .padding-top {
  padding-top: 1em;
}

.description {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #f1f1f1;
  line-height: 1.6;
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.description p {
  margin: 1em 0;
}

.description strong {
  font-weight: bold;
  color: #ffc107;
}

.description em {
  font-style: italic;
  color: #dddddd;
}

.description a {
  color: #00c0ff;
  text-decoration: underline;
}

.description a:hover {
  color: #66e0ff;
  text-decoration: none;
}

.description ul,
.description ol {
  padding-left: 1.5em;
  margin: 1em 0;
}

.description li {
  margin-bottom: 0.5em;
}

.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  color: #ffffff;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

.description h1 { font-size: 2em; }
.description h2 { font-size: 1.75em; }
.description h3 { font-size: 1.5em; }
.description h4 { font-size: 1.3em; }
.description h5 { font-size: 1.1em; }
.description h6 { font-size: 1em; }

.description code {
  font-family: monospace;
  background-color: #222;
  padding: 0.2em 0.4em;
  border-radius: 4px;
  color: #fffa;
  font-size: 0.95em;
}

.description blockquote {
  margin: 1em 0;
  padding: 0.8em 1.2em;
  background: #1e1e1e;
  border-left: 4px solid #ccc;
  color: #ccc;
  font-style: italic;
}