/* Simple clean header styling */

/* ===== Disable old Blogger Simple theme header & menu ===== */

/* Main Blogger header (logo + title) */
.header,
.header h1,
.header .description {
  display: none !important;
}

/* Blogger menu / tabs */
.tabs-outer,
.tabs-inner,
.PageList {
  display: none !important;
}

/* Extra safety: hide blogger navbar */
#navbar {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* Reduce top spacing left by Blogger header */
.body-fauxcolumns-outer {
  padding-top: 0 !important;
  margin-top: 0 !important;
}



/* Hide old Blogger header (Simple theme faux columns) */
.body-fauxcolumn-outer {
  display: none !important;
}


/* Hide old Blogger header */
.header-outer,
.header-inner,
.header,
#header {
  display: none !important;
}


.oc-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 10px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.oc-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.oc-logo img {
  width: 55px;
  height: 55px;
  border-radius: 6px;
}

.oc-title {
  font-family: Arial, sans-serif;
  font-size: 44px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #999;
  line-height: 1;
}

.oc-title span {
  color: #19b7c3;
  font-weight: 600;
}

.oc-tagline {
  margin-top: 6px;
  font-size: 14px;
  letter-spacing: 2px;
  color: #999;
}

.oc-tagline span {
  color: #19b7c3;
}

.oc-nav {
  margin: 18px auto 10px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.oc-nav a {
  text-decoration: none;
  color: #888;
  font-size: 15px;
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
}

.oc-nav a:hover {
  color: #19b7c3;
  border-bottom-color: #19b7c3;
}
