/*
Theme Name: ProcessDeck
Author: processdeck.ai
Author URI: https://processdeck.ai
Version: 1.0
*/
main {
  padding: 60px 0;
}
.widget_block {
  margin-bottom: 16px;
}
.wp-block-heading {
  font-size: 24px;
  line-height: 28px;
  margin-top: 32px;
  margin-bottom: 16px;
} h3{

    font-size: 18px !important;
    line-height: 20px !important;
    margin-top: 20px !important;
    margin-bottom: 16px !important;
    font-weight: 600 !important;
}
.post-info,
.breadcrumb {
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb a {
  margin: 0 4px;
}
.breadcrumb span {
  margin-left: 4px;
}
.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;
}


