.is-style-custombuttondesign .wp-block-button__link {
    padding: 20px 40px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    background-color: var(--wp--preset--color--renovater-accent);
    color: var(--wp--preset--color--renovater-primary);
    border-radius: 0px;
}

.is-style-custombuttondesign:hover .wp-block-button__link {
    background-color: var(--wp--preset--color--renovater-primary);
    color: #ffffff;
}

.is-style-custombuttondesign2 .wp-block-button__link {
    padding: 20px 40px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 500;
    background-color: var(--wp--preset--color--renovater-accent);
    color: var(--wp--preset--color--renovater-primary);
    border-radius: 0px;
}

.is-style-custombuttondesign2:hover .wp-block-button__link {
    background-color: #ffffff;
    color: var(--wp--preset--color--renovater-primary);
}

.is-style-customboxshadow,
.is-style-customboxshadowhover:hover {
    box-shadow: 0px 3px 15px 0px #1010101a;
}

.is-style-lineseparator {
    display: flex;
    align-items: center;
    gap: 10px;
}

.is-style-lineseparator:before {
    content: "";
    width: 70px;
    margin-right: 20px;
    border-top-width: 3px;
    border-top-color: var(--wp--preset--color--renovater-accent);
    border-top-style: solid;
    display: inline-block;
}

.is-style-customborderhover {
    border: 2px solid #121212;
}

.is-style-customborderhover:hover {
    border: 2px solid var(--wp--preset--color--renovater-accent);
}

.is-style-customborderbottom {
    border-bottom: 5px solid var(--wp--preset--color--white);
}

.is-style-customborderbottomhover {
    border-bottom: 5px solid var(--wp--preset--color--white);
}

.is-style-customborderbottomhover:hover {
    border-bottom: 5px solid var(--wp--preset--color--renovater-accent);
}

.is-style-iconsborderhover.wp-block-social-links {
    gap: 20px;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link {
    font-size: 20px;
    background-color: #ffffff00;
    border: 2px solid var(--wp--preset--color--renovater-accent);
    color: #ffffff;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link {
    padding: 8px;
}

.is-style-iconsborderhover.wp-block-social-links .wp-block-social-link:hover {
    background-color: #ffffff;
    border: 2px solid var(--wp--preset--color--white);
    color: #082222;
}

.wp-block-separator{
  border-top: 1px solid;
}

.custom-ul-padding {
    padding-inline-start: 16px;
}

@media (max-width: 1024px) {
  body .hide-in-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body .hide-in-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {

    .wp-block-navigation.is-style-customnav > .wp-block-navigation-item,
    .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item {
     height: 65px;
     color: var(--wp--preset--color--white);
    }
    
    .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
      color: var(--wp--preset--color--renovater-accent);
    }
    
    body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
      background-color: var(--wp--preset--color--white);
      border: none;
      border-radius: 0px;
      color: var(--wp--preset--color--renovater-primary);
      padding: 10px;
      min-width: 160px !important;
    }
    
    body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
       color: var(--wp--preset--color--renovater-accent);
    }
    
    .wp-block-navigation .wp-block-navigation__submenu-icon {
          align-self: center;
          background-color: inherit;
          display: inline-block;
          font-size: 24px;
          height: 0.6em;
          line-height: 0;
          margin-left: 0.25em;
          padding: 0;
          width: 0.6em;
     }
  }
  
body .wp-block-post-comments {
    padding: 0px;
    border: none;
    border-radius: 0px;
  }
  
  body .wp-block-post-comments h2 {
    font-size: 32px;
    font-weight: 600;
    color: var(--wp--preset--color--renovater-primary);
    margin-bottom: 20px;
  }
  
  body .wp-block-post-comments p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--wp--preset--color--renovater-body-text);
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .wp-block-post-comments label {
    display: block;
    margin-top: 16px;
    margin-bottom: 10px !important;
    font-family: var(--wp--preset--font-family--roboto);
    font-size: 14px;
    font-weight: 500;
    color: var(--wp--preset--color--renovater-primary);
  }
  
  .wp-block-post-comments [class^="comment-form-"] input:not([type=checkbox]) {
    padding: 15px;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    border-radius: 0px;
    border: 1px solid var(--wp--preset--color--renovater-background-2);
    margin-bottom: 20px;
    font-size: 16px;
  }
  
  .wp-block-post-comments textarea {
    padding: 15px;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--black);
    border-radius: 0px;
    border: 1px solid var(--wp--preset--color--renovater-background-2);
    font-size: 16px;
    resize: vertical; 
    min-height: 100px;
  }
  
  body .wp-block-post-comments input[type=submit] {
    margin-top: 0px;
    background-color:var(--wp--preset--color--renovater-accent);
    color: var(--wp--preset--color--renovater-primary);
    font-family: var(--wp--preset--font-family--roboto);
    font-weight: 500;
    font-size: 18px;
    padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 18px;
    padding-left: 25px;
    border-radius: 0px;
    border: none;
    transition: all 0.3s ease;
  }
  
  body .wp-block-post-comments [type=submit]:hover {
    background-color: var(--wp--preset--color--renovater-primary);
    color: var(--wp--preset--color--white);
  }
  
p.wp-block-post-excerpt__excerpt {
    margin-bottom: 10px;
}


.wp-block-query-pagination .wp-block-query-pagination-numbers {
  margin: 0 3px;
  display: inline-block;
}

.wp-block-query-pagination .page-numbers,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous{
  margin: 0 6px;
}

.wp-block-template-part:has(.renovater-footer-container) {
    margin-block-start: 0 !important;
}