/* Estilos das classes WordPress / Hello Elementor — política de privacidade */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
    Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-main {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
}

.page-header {
  margin-bottom: 1.5rem;
}

.entry-title {
  font-family: 'Roboto Slab', Roboto, Georgia, serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
  margin: 0;
}

.page-content {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  text-align: left;
}

.page-content p {
  margin: 0 0 1rem;
  text-align: left;
  white-space: normal;
}

.page-content p:last-child {
  margin-bottom: 0;
}

.wp-block-heading {
  font-family: 'Roboto Slab', Roboto, Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  color: #333333;
  margin: 0 0 1rem;
  text-align: left;
}

.wp-block-spacer {
  clear: both;
}

.page-content strong {
  font-weight: 700;
}

.page-content a {
  color: #019cd5;
  text-decoration: underline;
}

.page-content a:hover,
.page-content a:focus {
  color: #017aa8;
}

.post-tags:empty,
.comments-area:empty {
  display: none;
}

@media (max-width: 767px) {
  .site-main {
    padding: 2rem 1rem 3rem;
  }

  .wp-block-heading {
    font-size: 1.25rem;
  }
}
