.is-style-custombuttonfill .wp-block-button__link {
    padding: 20px 40px;
    background-color: var(--wp--preset--color--theme-2);
    color: var(--wp--preset--color--white);
    border-radius: 0px;
    font-family: 'Heebo';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.is-style-custombuttonfill:hover .wp-block-button__link {
    background-color: var(--wp--preset--color--white);
    color: #0B0B0B;
}

.is-style-custombuttonfill2 .wp-block-button__link {
    padding: 20px 40px;
    background-color: var(--wp--preset--color--theme-2);
    color: var(--wp--preset--color--white);
    border-radius: 0px;
    font-family: 'Heebo';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.is-style-custombuttonfill2:hover .wp-block-button__link {
    background-color: var(--wp--preset--color--theme-0);
    color: var(--wp--preset--color--white);
}

.is-style-custombuttonfill3 .wp-block-button__link {
    padding: 20px 40px;
    background-color: var(--wp--preset--color--white);
    color: var(--wp--preset--color--theme-2);
    border-radius: 0px;
    font-family: 'Heebo';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    transition: color 0.5s, background-color 0.5s, border-radius 0.5s;
}

.is-style-custombuttonfill3:hover .wp-block-button__link {
    background-color: var(--wp--preset--color--theme-0);
    color: var(--wp--preset--color--white);
}

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

@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: 80px;
   color: var(--wp--preset--color--theme-3);
  }
    
   .wp-block-navigation.is-style-customnav .wp-block-navigation__container > .wp-block-navigation-item:hover {
    color: var(--wp--preset--color--theme-2);
}
    
   body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--white);
    border-radius: 0px;
    border: none;
    color: var(--wp--preset--color--black);
    padding: 10px;
    min-width: 200px !important;
 }

   body .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container li:hover {
     color: var(--wp--preset--color--theme-2);
   }
   
   .wp-block-navigation .wp-block-navigation__submenu-icon svg{
        align-self: center;
        background-color: inherit;
        display: inline-block;
        font-size: 24px;
        height: 0.6em;
        line-height: 0;
        margin-top: -0.2em;
        margin-left: 0.25em;
        padding: 0;
        width: 0.6em;
   }
}

p.wp-block-post-excerpt__excerpt {
    margin-bottom: 15px;
}

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

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

body .wp-block-post-comments {
    padding: 0px;
    border: none;
    border-radius: 0px;
  }
  
  body .wp-block-post-comments h2 {
    font-size: 38px;
    font-weight: 600;
    color: var(--wp--preset--color--theme-0);
    margin-bottom: 20px;
  }
  
  body .wp-block-post-comments p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--wp--preset--color--theme-4);
    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--prata);
    font-size: 14px;
    font-weight: normal;
    color: var(--wp--preset--color--theme-0);
  }
  
  .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--theme-6);
    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--theme-6);
    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--theme-2);
    color: var(--wp--preset--color--white);
    font-family: var(--wp--preset--font-family--heebo);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    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--theme-0);
  }
  
  .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;
}