.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-98bf942 *//* Paste in Elementor's Custom CSS tab */
.rr-blog-header {
  background-color: #1E2A38;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #4AAE9B;
  font-family: 'Poppins', sans-serif;
}

.rr-logo {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.rr-nav-link {
  margin-left: 20px;
  color: #E7C27D;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.rr-nav-link:hover {
  color: #4AAE9B;
}/* End custom CSS */