.home-modelo-entry .entry-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.page__header {
  margin: 0 !important;
}

.page__header .page__title {
  padding: 8px 14px 6px !important;
}

.bwgr__author {
  display: inline-flex;
  gap: 2px;
  font-size: 12px;
}

.bwgr__author-prefix {
  color: var(--wp--preset--color--text-light);
}

.bwgr__author-name {
  font-weight: 400;
  color: var(--wp--preset--color--text);
}

.bwgr__main-title {
  font-size: 26px;
  color: var(--wp--preset--color--text, #212121);
}

.bwgr__main-title a,
.bwgr__item-title a {
  color: inherit;
  text-decoration: none;
}

.bwgr__item-title {
  font-size: var(--wp--preset--font-size--lg, 18px);
}

.bwgr__item-separator {
  border: 0;
  height: 1px;
  margin: 0;
  background: var(--wp--preset--color--divider, #f0f0f0);
}

.bwgr__more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 8px 16px;
	border-radius: 4px;
	border: 1px solid var(--wp--preset--color--divider, #f0f0f0);
	color: inherit;
	text-decoration: none;
	font-size: 14px;
	line-height: 1;
}

.bwgr__more:hover,
.bwgr__more:focus-visible {
	border-color: var(--wp--preset--color--secondary, #0093E7);
}

@media (max-width: 900px) {
  .bwgr__main-title {
    letter-spacing: -2%;
  }
}


@media (prefers-reduced-motion: reduce) {

  :where([class^="bwgr-n"], [class*=" bwgr-n"]) *,
  :where([class^="bwgr-n"], [class*=" bwgr-n"]) *::before,
  :where([class^="bwgr-n"], [class*=" bwgr-n"]) *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}