.wp-block-table .has-fixed-layout {
 table-layout: fixed;
width: 100%;
}
label.error {
 display: none !important;
}

.form-control.error {
    border: 1px solid #cb0808 !important;
}

div#sucess_msg, div#project_msg, div#contact_msg {
    text-align: center;
    margin-top: 50px;
}

div#sucess_msg font, div#project_msg font, div#contact_msg font {
    text-align: center;
    background: #559155;
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
}


/*.grecaptcha-badge { visibility: hidden; }*/

.blog-single-content .blog-content p {
max-width: 100%;
}

.voice-block {
    width: 80%;
    margin-bottom: 30px;
    background: #11191b;
    padding: 15px;
    display: flex;
}

.voice-block audio {
    width: 100%;
    margin: 0;
}


.author-details {
  display: flex;
  gap: 24px;
  background-color: #0c151a;
  padding: 24px 24px;
  border-radius: 15px;
  width: 50%;

  .author-image {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    flex: none;
  }

  .author-content {
    display: flex;
    flex-direction: column;
    gap: 10px;

    .author-name {
      color: #06b0d8;
    }

    .author-bio {
      font-size: 15px;
      line-height: 30px;
      color: rgba(255, 255, 255, 0.75);
    }
  }
}
.wp-block-table .has-fixed-layout {
 table-layout: fixed;
width: 80%;
}


.footer-top-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}