@font-face {
  font-family: 'BE Article Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-ext-italic.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'BE Article Open Sans';
  font-style: italic;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'BE Article Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-ext-normal.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'BE Article Open Sans';
  font-style: normal;
  font-weight: 300 800;
  font-stretch: 100%;
  font-display: swap;
  src: url(../fonts/open-sans-latin-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Artículos: proporciones y contenedores de la referencia. */
.be-single--reference {
	--be-post-bg: #f5eff7;
	--be-post-ink: #1a202c;
	--be-post-copy: #48464c;
	background: var(--be-post-bg); color: var(--be-post-ink); padding: 48px 0 72px;
	font-family: Arial, Helvetica, sans-serif;
}
.be-post-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 54px; width: min(calc(100% - 48px),1080px); margin: 0 auto; align-items: start; }
.be-post-layout--sidebar { width: min(calc(100% - 48px),1340px); grid-template-columns: minmax(0,1fr) 300px; gap: 60px; }
.be-post-main { min-width: 0; }
.be-post-panel { padding: 54px 32px 40px; border-radius: 26px; background: #fff; min-width: 0; box-shadow: none; }
.be-post-panel + .be-post-panel { margin-top: 32px; }
.be-post-header { margin: 0 0 20px; padding: 0; text-align: left; }
.be-post-header h1 { margin: 0; font-family: 'BE Article Open Sans', 'Open Sans', Arial, sans-serif; font-size: 24px; line-height: 1.2; font-weight: 750; letter-spacing: .24px; color: var(--be-post-ink); overflow-wrap: anywhere; }
.be-post-content { --be-post-intro-size: 16px; --be-post-intro-leading: 1.15; min-width: 0; font-family: 'BE Article Open Sans', 'Open Sans', Arial, sans-serif; font-size: 16px; font-weight: 400; line-height: 24.3px; color: var(--be-post-copy); overflow-wrap: anywhere; }
.be-post-content > * { max-width: 100%; }
.be-post-content p { margin: 10px 0 20px; font-family: inherit; color: inherit; }
.be-post-content > p:first-child:where(:not([class*="-font-size"]):not([style*="font-size"])) { font-size: var(--be-post-intro-size); line-height: var(--be-post-intro-leading); letter-spacing: .24px; color: #4a5568; }
.be-post-content h2, .be-post-content h3, .be-post-content h4 { color: var(--be-post-copy); font-family: inherit; letter-spacing: normal; }
.be-post-content h2 { margin: 27.2px 0 16px; font-weight: 750; line-height: 29px; color: #322f35; }
.be-post-content :where(h2:not([class*="-font-size"]):not([style*="font-size"])) { font-size: 20px; }
.be-post-content h3 { margin: 0 0 12px; font-weight: 600; line-height: 1.3; }
.be-post-content h4 { margin: 24px 0 12px; font-weight: 600; line-height: 1.3; }
.be-post-content :where(h3:not([class*="-font-size"]):not([style*="font-size"]), h4:not([class*="-font-size"]):not([style*="font-size"])) { font-size: 16px; }
.be-post-content a { color: #4054df; text-decoration: underline; text-underline-offset: 3px; }
.be-post-content ul, .be-post-content ol { margin: 0 0 28px; padding-inline-start: 1.4em; }
.be-post-content :where(ul) { font-size: inherit; }
.be-post-content :where(ul > li) { margin: 0 0 16px; line-height: 19px; }
.be-post-content :where(ol) { line-height: 1.51875; }
.be-post-content :where(ol:not([class*="-font-size"]):not([style*="font-size"])) { font-size: 16px; }
.be-post-content :where(ol > li) { margin: 0; }
.be-post-content figure { margin: 24px auto; }
.be-post-content .be-post-featured { width: min(100%,620px); margin: 14px auto 36px; }
.be-post-content .be-post-featured img { display: block; width: 100%; height: auto; border-radius: 0; }
.be-post-content .wp-block-image { text-align: center; }
.be-post-content .wp-block-image img { display: block; max-width: min(100%,620px); height: auto; margin: 0 auto; border-radius: 0; }
.be-post-content .wp-block-image.alignwide img, .be-post-content .wp-block-image.alignfull img { max-width: 100%; }
.be-post-content .alignwide, .be-post-content .alignfull { width: 100%; max-width: 100%; margin-left: 0; margin-right: 0; }
.be-post-content figcaption { margin-top: 9px; color: #737780; font-size: 14px; line-height: 1.5; text-align: center; }
.be-post-content .wp-block-table { overflow-x: auto; margin: 28px 0; }
.be-post-content table { display: block; max-width: 100%; width: 100%; overflow-x: auto; border-collapse: collapse; line-height: 1.5; }
.be-post-content :where(table:not([class*="-font-size"]):not([style*="font-size"]), blockquote:not([class*="-font-size"]):not([style*="font-size"])) { font-size: 16px; }
.be-post-content th, .be-post-content td { min-width: 100px; padding: 14px 18px; border: 1px solid #e3dfe8; text-align: left; }
.be-post-content th { background: #f5eff7; color: var(--be-post-ink); font-weight: 700; }
.be-post-content blockquote { margin: 28px 0; padding: 22px 26px; border: 0; border-left: 4px solid #4b5eff; border-radius: 0 12px 12px 0; background: #f7f5fb; line-height: 1.5; }
.be-post-content blockquote > :last-child { margin-bottom: 0; }
.be-post-content .wp-block-group.has-background { padding: 24px; border-radius: 16px; }
.be-post-content .wp-block-columns { gap: 24px; }
.be-post-content .wp-block-column { min-width: 0; }
.be-post-content .wp-block-button__link { padding: 15px 28px; border-radius: 999px; background: #4b5eff; color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; }
.be-post-content .wp-block-buttons { margin-block: 28px; }
.be-post-content details { margin-block: 18px; padding: 20px; border: 1px solid #e3dfe8; border-radius: 12px; }
.be-post-content summary { cursor: pointer; font-weight: 700; color: var(--be-post-ink); }
.be-post-content details[open] summary { margin-bottom: 15px; }
.be-post-content pre { overflow-x: auto; padding: 20px; border-radius: 10px; background: #f4f4f6; font-size: 16px; white-space: pre; }
.be-post-content iframe, .be-post-content video { max-width: 100%; }
.be-post-end { margin-top: 36px; padding-top: 32px; border-top: 1px solid #e0e0e0; }
.be-post-meta { margin: 0 0 22px; color: #777; font-size: 14px; line-height: 1.5; }
.be-post-meta:last-child { margin-bottom: 0; }
.be-author-box { padding: 24px 26px 28px; border: 1px solid #dedede; border-radius: 9px; background: #f5f5f5; color: #222; }
.be-author-box h2 { margin: 0 0 18px; font-family: inherit; font-size: 24px; font-weight: 700; line-height: 1.3; letter-spacing: -.02em; }
.be-author-box__row { display: flex; align-items: center; gap: 28px; }
.be-author-box__picture { flex: 0 0 64px; width: 64px; }
.be-author-box__picture img, .be-author-box__fallback { display: block; width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.be-author-box__details { min-width: 0; overflow-wrap: anywhere; }
.be-author-box__name { margin: 0 0 8px; font-size: 20px; font-weight: 400; line-height: 1.4; }
.be-author-box__name:last-child { margin-bottom: 0; }
.be-author-box__bio { color: #62676b; font-size: 18px; line-height: 1.6; }
.be-author-box__bio p { margin: 0 0 10px; }
.be-author-box__bio > :last-child { margin-bottom: 0; }
.be-author-box__bio a { color: #4054df; text-decoration: underline; }
.be-post-pages { display: flex; flex-wrap: wrap; gap: 12px; margin-block: 28px; font-size: 18px; }
.be-post-related { padding-top: 32px; }
.be-post-related > h2 { margin: 0 0 26px; font-size: 26px; letter-spacing: 0; }
.be-post-related .be-card { border-radius: 16px; }
.be-post-related .be-card__body { padding: 18px; }
.be-post-related .be-card__title { font-size: 20px; }
.be-post-related .be-card__excerpt { font-size: 14px; }

/* La cuadrícula conserva el espacio lateral; solo se muestran widgets propios. */
.be-post-sidebar { display: grid; grid-template-columns: minmax(0,1fr); gap: 24px; min-width: 0; align-items: start; }
.be-post-widget { min-width: 0; margin: 0; padding: 26px; border: 1px solid #e9e3ed; border-radius: 18px; background: #fff; font-size: 17px; line-height: 1.5; overflow-wrap: anywhere; }
.be-post-widget__title { margin: 0 0 20px; font-family: inherit; font-size: 22px; line-height: 1.3; color: var(--be-post-ink); }
.be-post-widget ul, .be-post-widget ol { padding-left: 22px; }
.be-post-widget li + li { margin-top: 12px; }
.be-post-widget img, .be-post-widget iframe { max-width: 100%; }
.be-post-widget .be-sidebar-posts, .be-post-widget .be-sidebar-categories { list-style: none; margin: 0; padding: 0; }
.be-sidebar-posts > li + li { padding-top: 16px; border-top: 1px solid #ebe8ee; }
.be-post-widget .be-sidebar-posts > li + li { margin-top: 16px; }
.be-sidebar-post { display: grid; grid-template-columns: 80px minmax(0,1fr); gap: 14px; align-items: center; }
.be-sidebar-post__image { display: block; width: 80px; height: 64px; overflow: hidden; border-radius: 8px; background: #ece9f3; }
.be-sidebar-post__image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.be-sidebar-post__placeholder { display: block; width: 100%; height: 100%; background: linear-gradient(135deg,#dedff4,#f0edf6); }
.be-sidebar-post__title { font-size: 16px; font-weight: 600; line-height: 1.4; }
.be-sidebar-post:hover .be-sidebar-post__title, .be-sidebar-post:focus-visible .be-sidebar-post__title { color: #4054df; text-decoration: underline; }
.be-sidebar-categories a { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-block: 8px; border-bottom: 1px solid #ebe8ee; }
.be-sidebar-categories a:hover { color: #4054df; }
.be-sidebar-search .search-form { display: flex; flex-wrap: wrap; gap: 10px; }
.be-sidebar-search .search-form label { flex: 1 1 150px; min-width: 0; }
.be-sidebar-search .search-field { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #ddd8e2; border-radius: 6px; font-size: 15px; background: #fff; color: #222; }
.be-sidebar-search .search-submit { padding: 10px 15px; border: 0; border-radius: 6px; background: #4b5eff; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.be-post-comments { padding-top: 32px; color: #555; font-size: 17px; line-height: 1.6; }
.be-post-comments .comments-area { width: 100%; margin: 0; padding: 0; }
.be-post-comments input:not([type="checkbox"]):not([type="submit"]), .be-post-comments textarea { max-width: 100%; width: 100%; padding: 12px; border: 1px solid #ded8e1; border-radius: 8px; background: #fff; }
.be-post-comments textarea { min-height: 160px; }
.be-post-comments input[type="submit"] { padding: 12px 22px; border: 0; border-radius: 999px; background: #4b5eff; color: #fff; cursor: pointer; }
.be-post-comments .comment-list { margin: 0; padding-left: 22px; }
.be-post-comments .children { padding-left: 20px; }

@media (max-width: 1360px) {
	.be-post-layout--sidebar { grid-template-columns: minmax(0,1fr) 300px; gap: 32px; }
	.be-post-panel { padding: 36px 30px; }
	.be-post-related .be-post-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 1024px) {
	.be-post-layout--sidebar { grid-template-columns: minmax(0,1fr); max-width: 960px; }
	.be-post-sidebar { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 680px) {
	.be-single--reference { padding: 24px 0 40px; }
	.be-post-layout, .be-post-layout--sidebar { width: calc(100% - 24px); gap: 26px; }
	.be-post-panel { padding: 28px 20px; border-radius: 20px; }
	.be-post-content .wp-block-columns { flex-wrap: wrap !important; }
	.be-post-content .wp-block-column { flex-basis: 100% !important; }
	.be-post-content .be-post-featured { margin-bottom: 28px; }
	.be-post-content blockquote { padding: 18px; }
	.be-post-sidebar { grid-template-columns: minmax(0,1fr); }
	.be-post-related .be-post-grid { grid-template-columns: minmax(0,1fr); }
	.be-post-end { margin-top: 26px; padding-top: 24px; }
	.be-post-meta { font-size: 13px; }
	.be-author-box { padding: 20px; }
	.be-author-box h2 { font-size: 22px; }
	.be-author-box__row { gap: 16px; align-items: flex-start; }
	.be-author-box__picture { flex-basis: 48px; width: 48px; }
	.be-author-box__picture img, .be-author-box__fallback { width: 48px; height: 48px; }
	.be-author-box__name { font-size: 18px; }
	.be-author-box__bio { font-size: 16px; }
}

/* La referencia amplía la tipografía del artículo a partir de 1024 px. */
@media (min-width: 1024px) {
	.be-post-header h1 { font-size: 32px; }
	.be-post-content { --be-post-intro-size: 24px; --be-post-intro-leading: 1.4; font-size: 18px; line-height: 27px; }
	.be-post-content :where(h2:not([class*="-font-size"]):not([style*="font-size"])) { font-size: 24px; }
}
