/*
Theme Name: iEdit Network Marketing Theme
Theme URI: https://ieditnetwork.com/
Author: OpenAI Codex
Author URI: https://openai.com/
Description: WordPress conversion starter for the iEdit Network v1 marketing website, based on the modernized Bootstrap 5 shared shell.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 6.9
Requires PHP: 8.2
Text Domain: ieditnetwork
*/

:root {
  --iedit-content-max-width: 1320px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  clip-path: none;
  display: block;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-main img {
  height: auto;
  max-width: 100%;
}

.site-main iframe {
  max-width: 100%;
}

.wp-block-group__inner-container,
.entry-content,
.entry-summary {
  word-break: break-word;
}

.entry-content > *:last-child,
.entry-summary > *:last-child {
  margin-bottom: 0;
}

.site-content .alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, var(--iedit-content-max-width));
}

.site-content .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
}

.sticky {
  outline: none;
}

.bypostauthor {
  outline: none;
}

.site-wordpress-content {
  padding-block: 2rem;
}

.site-wordpress-content .entry-title {
  margin-bottom: 1rem;
}

.site-wordpress-sidebar .widget {
  margin-bottom: 2rem;
}

.site-wordpress-sidebar .widget:last-child {
  margin-bottom: 0;
}
