/* Nuclear option - kills all borders and gaps site-wide */
* {
  border-color: transparent !important;
}

/* Fix the specific cross-pattern white lines from PressBook theme */
.site {
  border: none !important;
}

#page {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#content {
  border: none !important;
  padding: 0 !important;
}

/* Kill the WordPress admin bar white gap */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

/* Elementor canvas/section gaps */
.elementor-location-single,
.elementor-template-canvas {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* PressBook theme specific separators */
.pressbook-separator,
.wp-block-separator,
hr {
  display: none !important;
}

/* Fix body background so no white bleeds through */
body {
  background: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.site-main 
{
	border: 1px solid #000000 !important;
}
.c-sidebar .widget, .site-main {
    padding: 14px;
	background: #000000!important;}
h1.entry-title
 {
	 color: #ebebeb; !important
}
.primary-navbar
{
background: #000000!important;
}
.site-branding {
    background-color: #000000 !important;
}
/* ── Remove white border/outline lines ── */
* {
  border-color: transparent !important;
}

#page {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

#content {
  border: none !important;
  padding: 0 !important;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

body {
  background: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ── Center the header ── */
.site-header,
.site-branding,
.pressbook-header-inner,
.site-header .site-branding {
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ── Site title PURPLE ── */
.site-title a,
.site-title {
  color: #e3c375 !important;
}
/* ── Site title bigger ── */
.site-title a,
.site-title {
  font-size: 1.8rem !important;
}

/* ── Search button background and text ── */
.search-submit,
.searchform input[type="submit"],
button[type="submit"] {
  background-color: #e3c375 !important;
  background: #e3c375 !important;
  color: #1a1a1a !important;
  border: none !important;
}

.search-submit:hover,
button[type="submit"]:hover {
  background-color: #c9a84c !important;
  color: #1a1a1a !important;
}
.pressbook-credit {
  display: none !important;
}