.elementor-681 .elementor-element.elementor-element-d47a8be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}/* Start custom CSS */.yoast-sitemap h1 {
  font-size: 24px;
  color: #333;
}

.yoast-sitemap ul {
  list-style: none;
  padding-left: 20px;
  margin-left: 0;
  position: relative;
}

.yoast-sitemap ul ul {
  margin-left: 15px;
  padding-left: 20px;
}

.yoast-sitemap ul::before {
  content: '';
  border-left: 2px solid #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
}

.yoast-sitemap li {
  position: relative;
  margin-bottom: 15px;
}

.yoast-sitemap li::before {
    content: '';
    border-top: 2px solid #ccc;
    position: absolute;
    width: 15px;
    left: -9px;
    top: 13px;
}

.yoast-sitemap h3 {
     font-size: 21px;
    color: #007bff;
    margin-bottom: 10px;
    margin-left: 12px;
}

.yoast-sitemap a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}


.yoast-sitemap a:hover {
  color: #007bff;
}/* End custom CSS */