.wp-block-custom-post-type-widget-blocks-calendar {
  text-align: center;
}
.wp-block-custom-post-type-widget-blocks-calendar th,
.wp-block-custom-post-type-widget-blocks-calendar tbody td {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-custom-post-type-widget-blocks-calendar tfoot td {
  border: none;
}
.wp-block-custom-post-type-widget-blocks-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-custom-post-type-widget-blocks-calendar table th {
  font-weight: 400;
  text-align: center;
  background: #ddd;
}
.wp-block-custom-post-type-widget-blocks-calendar a {
  text-decoration: underline;
}
.wp-block-custom-post-type-widget-blocks-calendar table tbody,
.wp-block-custom-post-type-widget-blocks-calendar table caption {
  color: #40464d;
}

.wp-block-custom-post-type-widget-blocks-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-custom-post-type-widget-blocks-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}

ol.wp-block-custom-post-type-widget-blocks-latest-comments {
  padding-left: 0;
}

.wp-block-custom-post-type-widget-blocks-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-custom-post-type-widget-blocks-latest-comments__comment {
  margin-block-end: 0.8rem;
}
.has-avatars .wp-block-custom-post-type-widget-blocks-latest-comments__comment .wp-block-custom-post-type-widget-blocks-latest-comments__comment-meta,
.has-avatars .wp-block-custom-post-type-widget-blocks-latest-comments__comment .wp-block-custom-post-type-widget-blocks-latest-comments__comment-excerpt {
  margin-left: 3.25em;
}
.has-dates .wp-block-custom-post-type-widget-blocks-latest-comments__comment, .has-excerpts .wp-block-custom-post-type-widget-blocks-latest-comments__comment {
  line-height: 1.5;
}

.wp-block-custom-post-type-widget-blocks-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}

.wp-block-custom-post-type-widget-blocks-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}

.wp-block-custom-post-type-widget-blocks-latest-comments .avatar,
.wp-block-custom-post-type-widget-blocks-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}

.wp-block-custom-post-type-widget-blocks-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em;
}
.wp-block-custom-post-type-widget-blocks-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em;
}
.wp-block-custom-post-type-widget-blocks-latest-posts.wp-block-custom-post-type-widget-blocks-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-custom-post-type-widget-blocks-latest-posts.wp-block-custom-post-type-widget-blocks-latest-posts__list li {
  clear: both;
}
.wp-block-custom-post-type-widget-blocks-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-custom-post-type-widget-blocks-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-2 li {
    width: calc(100% / 2 - 1.25em + 1.25em / 2);
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-3 li {
    width: calc(100% / 3 - 1.25em + 1.25em / 3);
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-4 li {
    width: calc(100% / 4 - 1.25em + 1.25em / 4);
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-5 li {
    width: calc(100% / 5 - 1.25em + 1.25em / 5);
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-6 li {
    width: calc(100% / 6 - 1.25em + 1.25em / 6);
  }
  .wp-block-custom-post-type-widget-blocks-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}

.wp-block-custom-post-type-widget-blocks-latest-posts__post-date,
.wp-block-custom-post-type-widget-blocks-latest-posts__post-author {
  display: block;
  color: #555;
  font-size: 0.8125em;
}

.wp-block-custom-post-type-widget-blocks-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image {
  line-height: 1;
}
.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image.alignleft {
  /*rtl:ignore*/
  margin-right: 1em;
}
.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image.alignright {
  /*rtl:ignore*/
  margin-left: 1em;
}
.wp-block-custom-post-type-widget-blocks-latest-posts__featured-image.aligncenter {
  text-align: center;
}

.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__button.has-icon {
  line-height: 0;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__label {
  width: 100%;
}
.wp-block-custom-post-type-widget-blocks-search .wp-block-custom-post-type-widget-blocks-search__input {
  flex-grow: 1;
  min-width: 3em;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-only .wp-block-custom-post-type-widget-blocks-search__button {
  margin-left: 0;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-inside .wp-block-custom-post-type-widget-blocks-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-inside .wp-block-custom-post-type-widget-blocks-search__inside-wrapper .wp-block-custom-post-type-widget-blocks-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-inside .wp-block-custom-post-type-widget-blocks-search__inside-wrapper .wp-block-custom-post-type-widget-blocks-search__input:focus {
  outline: none;
}
.wp-block-custom-post-type-widget-blocks-search.wp-block-custom-post-type-widget-blocks-search__button-inside .wp-block-custom-post-type-widget-blocks-search__inside-wrapper .wp-block-custom-post-type-widget-blocks-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-custom-post-type-widget-blocks-search.aligncenter .wp-block-custom-post-type-widget-blocks-search__inside-wrapper {
  margin: auto;
}

.wp-block-custom-post-type-widget-blocks-tag-cloud {
  box-sizing: border-box;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.aligncenter {
  text-align: center;
  justify-content: center;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.is-style-outline a {
  border: 1px solid currentColor;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.is-style-hash-tag a {
  font-size: unset !important;
}
.wp-block-custom-post-type-widget-blocks-tag-cloud.is-style-hash-tag a:before {
  content: "#";
}
