/*
Theme Name: TaxMap
Author: taxmap.ai
Author URI: https://taxmap.ai
Version: 1.0
*/
main {
  padding: 60px 0;
}
.widget_block {
  margin-bottom: 16px;
}
.wp-block-heading {
  font-size: 24px;
  line-height: 28px;
}
.post .post-title {
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  line-height: 28px;
  letter-spacing: 0px;
  word-spacing: 0em;
  margin: 0 0 10px 0;
}
.post .post-title a {
  color: #21409a;
  text-decoration: none;
}
.wp-post-image {
  max-width: 100%;
  max-height: 250px;
  object-fit: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.sidebar-widget {
  margin-bottom: 30px;
}
.sidebar-widget h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 15px;
}
.author-photo {
  margin-bottom: 15px;
}
.author-photo img {
  min-width: 160px;
  max-width: 160px;
  min-height: 160px;
  border-radius: 8px;
}
.author-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}


