/* ============================================
   HEADER / NAVIGATION
   ============================================ */

/* Desktop: hide the menu and the leftover bar under the header */
@media (min-width: 768px) {
  .main-navigation,
  #site-navigation,
  .menu-toggle {
    display: none !important;
  }

  .site-header {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
}

/* Mobile: keep the menu, remove the divider bar, add breathing room */
@media (max-width: 767px) {
  .main-navigation {
    border-top: none !important;
    border-bottom: none !important;
  }

  .site-header {
    border-bottom: none !important;
    padding-bottom: 30px !important;
    margin-bottom: 0 !important;
  }

  .menu-toggle {
    margin-bottom: 0 !important;
  }
}


/* ============================================
   SIDEBAR WIDGETS
   ============================================ */

#secondary .widget {
  margin-bottom: 1em !important;
  padding-bottom: 0 !important;
}

#secondary .widget-title,
#secondary .widget h2,
#secondary .widget h4 {
  margin: 0 0 0.4em !important;
  padding-bottom: 0 !important;
  line-height: 1.3 !important;
}

#secondary .widget ul {
  margin: 0 !important;
  padding: 0 !important;
}

#secondary .widget ul li {
  margin: 0 0 0.35em !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

#secondary .widget p {
  margin: 0 0 0.5em !important;
  line-height: 1.45 !important;
}

#secondary .widget > *:last-child {
  margin-bottom: 0 !important;
}


/* ============================================
   BLOG POST SPACING
   ============================================ */

.site-main .hentry {
  margin-bottom: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.entry-title {
  margin-top: 0 !important;
  margin-bottom: 0.4em !important;
}

.entry-meta {
  margin: 0.5em 0 0.8em !important;
}

.post-thumbnail {
  margin-bottom: 0 !important;
}

.entry-summary {
  margin-bottom: 0 !important;
}

.entry-summary p:last-child {
  margin-bottom: 0 !important;
}


/* ============================================
   CUSTOM PROFILE BOX (sidebar)
   ============================================ */

.my-profile {
  text-align: center;
}

.my-profile img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 12px;
}

.my-profile h4 {
  margin: 0 0 6px;
}

.my-profile p {
  font-size: 0.9em;
  line-height: 1.5;
}