.elementor-947 .elementor-element.elementor-element-9bc4aba{--display:flex;}.elementor-947 .elementor-element.elementor-element-0e93e64{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-7c2161b */.symmetric-post-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  max-width: 1000px;
  margin: 0 auto;
  font-family: sans-serif;
  flex-wrap: wrap;
}

.nav-item {
  flex: 1;
  max-width: 45%;
  text-align: left;
}

.nav-prev {
  text-align: left;
}

.nav-next {
  text-align: right;
}

.nav-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  margin-bottom: 4px;
}

.nav-title {
  font-size: 15px;
  font-weight: 500;
  color: #00529b;
  text-decoration: none;
  display: inline-block;
}

.nav-title:hover {
  text-decoration: #ff000000;
}

.nav-divider {
  width: 1px;
  height: 40px;
  background-color: #ccc;
}

@media (max-width: 768px) {
  .symmetric-post-nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-divider {
    display: none;
  }
  .nav-item {
    max-width: 100%;
    text-align: left !important;
    margin-bottom: 20px;
  }
}/* End custom CSS */