/*OVERRIDES*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

.wp-block-cover__inner-container {
  width: 100%;
  height: 100%;
}
.wp-block-cover {
  width: 100%;
  height: 100%;
}
.wp-site-blocks {
  overflow-x: hidden;
}
p.wp-block-post-author__name {
  margin: 0 !important;
}

/*XSTATIC BLOCK SPECIFIC*/
.accordion-title::after {
  content: '+';
  font-weight: bold;
  margin-right: .9rem;
  font-size: 1.8em;
  transform: rotate(-.5turn);
  transform-origin: center;
  transition: transform 0.15s ease-in-out;
}
.accordion-title > * {
  padding: 0 !important;
  margin: 0 !important;
  word-break: break-word;
  width: 100%;
}
.accordion-title-edit > * {
  padding: 0 !important;
  margin: 0 !important;
}
.accordion-title-edit::after {
  content: '+';
  font-weight: bold;
  font-size: 1.8em;
  margin-right: .5rem;
}
.accordion-title {
  padding: .5rem;
  cursor: pointer;
}
.accordion-title-edit {
  padding: .5rem;
}
.accordion-title :is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}
.accordion-title-edit :is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}
.accordion-title-active::after {
  content: '‒';
  font-weight: bold;
  margin-right: .9rem;
  font-size: 1.66em;
  transform: rotate(.5turn);
  transform-origin: center;
  transition: transform 0.15s ease-in-out;
}
.accordion-body {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.accordion-body-edit {
  padding: .5rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wp-block-cabezi-flexitem .wp-block-image {
  margin: 0;
}
.wp-block-cabezi-flextainer::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 8px;
}
.wp-block-cabezi-flextainer::-webkit-scrollbar-thumb {
    background-color: rgb(199, 199, 199);
    border-radius: 7px;
}
.wp-block-cabezi-flextainer {
  overflow: auto;
}
.wp-block-spacer {
  min-width: 100%;
}

/*UTILITY CLASSES*/
.serif {
  font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
.small-rounded {
  border-radius: 4px;
}
[class*="mt-zero"] {
  margin-top: 0 !important;
}
[class*="mb-zero"] {
  margin-bottom: 0 !important;
}
[class*="clear-margins"] {
  margin: 0 !important;
}
[class*="green-check"] {
  list-style: none;
}
[class*="green-check"] li:before {
  content: '✔ ';
  color: #047E04;
}
[class*="red-x"] {
  list-style: none;
}
[class*="red-x"] li:before {
  content: '✖ ';
  color: #E41B21;
}
.box-shadow-small {
  filter: drop-shadow(3px 3px 0.2rem rgba(0,0,0,0.1));
}
.box-shadow-big {
  box-shadow: 0 15px 30px rgb(22 10 28 / 30%);
}

[class*="squash-image"] img{
  height: 12rem;
  width: 100rem;
  object-fit: cover;
  object-position: center;
}
[class*="squash-image-15"] img{
  height: 15rem;
  width: 100rem;
  object-fit: cover;
  object-position: center;
}
[class*="squash-image-18"] img{
  height: 18rem;
  width: 100rem;
  object-fit: cover;
  object-position: center;
}
[class*="squash-image-21"] img{
  height: 21rem;
  width: 100rem;
  object-fit: cover;
  object-position: center;
}
.no-decoration {
  text-decoration: none !important;
}
.no-decoration a {
  text-decoration: none !important;
}
.mb-sm {
  margin-bottom: .33rem !important;
}
.mb-md {
  margin-bottom: 1rem !important;
}
.mt-sm {
  margin-top: .33rem !important;
}
.mt-md {
  margin-top: 1rem !important;
}
.line-clamp-excerpt-3 .wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.dots .wp-block-post-excerpt__excerpt::after {
  content: '...';
}
.half-underline-purple::after {
  background-color: #277dab;
  content: "";
  display: block;
  height: 6px;
  margin-top: .7rem;
  width: 33%;
}
.stretch-flex-column-space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
[class*="cover-me-image"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
[class*="cover-me-image"] figure {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}
[class*="contain-me-image"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
[class*="contain-me-image"] figure {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
[class*="fill-me-image"] img {
  width: 100% !important;
  height: 100% !important;
  object-fit: fill !important;
}
.clear-bg-on-hover:hover {
  background-color: transparent !important;
}
.width-100 {
  width: 100% !important;
}