.eb-page-about {
background: var(--eb-bg);
} .eb-about-hero {
position: relative;
min-height: clamp(360px, 44vh, 460px);
display: flex;
flex-direction: column;
background: var(--eb-dark);
overflow: hidden;
}
.eb-about-hero-bg {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: auto;
width: 60%;
z-index: 0;
}
.eb-about-hero-bg img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: right 38%;
}
.eb-about-hero-bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
var(--eb-dark) 0%,
rgba(7, 42, 99, 0.85) 12%,
rgba(13, 59, 142, 0.35) 28%,
transparent 48%
);
pointer-events: none;
}
.eb-about-hero::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 38%;
background: linear-gradient(90deg, var(--eb-dark) 0%, var(--eb-dark) 75%, transparent 100%);
z-index: 1;
pointer-events: none;
}
.eb-about-hero-content {
flex: 1;
display: flex;
align-items: center;
padding: 2.75rem 0 3.25rem;
position: relative;
z-index: 5;
color: var(--eb-white);
}
.eb-about-hero-text {
max-width: 32rem;
}
.eb-about-hero-dots {
width: 22px;
height: 22px;
margin-bottom: 1rem;
background-image: radial-gradient(var(--eb-accent) 2px, transparent 2px);
background-size: 11px 11px;
opacity: 0.95;
}
.eb-about-hero-label {
display: block;
font-size: 0.75rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--eb-accent);
margin-bottom: 0.75rem;
}
.eb-about-hero-text h1 {
font-size: clamp(1.75rem, 4.2vw, 2.5rem);
font-weight: 700;
line-height: 1.15;
margin-bottom: 1rem;
color: var(--eb-white);
text-shadow: 0 2px 18px rgba(7, 42, 99, 0.4);
}
.eb-about-hero-text h1 span {
color: var(--eb-accent);
}
.eb-about-hero-text p {
font-size: clamp(0.9rem, 1.35vw, 1rem);
line-height: 1.75;
color: rgba(255, 255, 255, 0.9);
max-width: 28rem;
text-shadow: 0 1px 10px rgba(7, 42, 99, 0.3);
}
@media (max-width: 767px) {
.eb-about-hero {
min-height: clamp(420px, 54vh, 500px);
}
.eb-about-hero-content {
align-items: flex-start;
padding: 2rem 0 5rem;
}
.eb-about-hero-bg {
top: 26%;
width: 100%;
left: 0;
right: 0;
}
.eb-about-hero-bg img {
object-position: center 32%;
}
.eb-about-hero::before {
width: 100%;
background: linear-gradient(
180deg,
var(--eb-dark) 0%,
rgba(7, 42, 99, 0.9) 34%,
rgba(7, 42, 99, 0.5) 54%,
rgba(7, 42, 99, 0.15) 72%,
transparent 88%
);
}
.eb-about-hero-bg::after {
background: linear-gradient(180deg, rgba(7, 42, 99, 0.55) 0%, transparent 40%);
}
.eb-about-hero + .eb-about-subnav-wrap,
.eb-news-hero + .eb-about-subnav-wrap,
.eb-vol-hero + .eb-about-subnav-wrap {
margin-top: -2.75rem;
}
.eb-about-subnav {
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
gap: 0.25rem;
padding: 0.5rem;
border-radius: var(--eb-radius);
}
.eb-about-subnav a {
width: 100%;
justify-content: flex-start;
padding: 0.8125rem 1rem;
font-size: 0.6875rem;
line-height: 1.35;
white-space: normal;
border-radius: var(--eb-radius-sm);
}
.eb-about-subnav a i {
width: 1.125rem;
flex-shrink: 0;
text-align: center;
} .eb-about-subnav-wrap:has(+ .eb-news-filters-wrap) .eb-about-subnav {
border-radius: var(--eb-radius) var(--eb-radius) 0 0;
padding-bottom: 0.375rem;
}
.eb-about-subnav-wrap + .eb-news-filters-wrap .eb-news-filters {
flex-direction: column;
align-items: stretch;
gap: 0.25rem;
padding: 0.5rem;
border-radius: 0 0 var(--eb-radius) var(--eb-radius);
}
.eb-about-subnav-wrap + .eb-news-filters-wrap .eb-news-filter {
width: 100%;
justify-content: flex-start;
padding: 0.75rem 1rem;
font-size: 0.6875rem;
white-space: normal;
line-height: 1.35;
border-radius: var(--eb-radius-sm);
}
.eb-about-section:first-of-type,
.eb-about-subnav-wrap + .eb-about-section {
padding-top: 2.25rem;
}
} .eb-about-subnav-wrap {
margin-top: 0;
position: relative;
z-index: 10;
padding-bottom: 0.5rem;
}
.eb-about-hero + .eb-about-subnav-wrap,
.eb-news-hero + .eb-about-subnav-wrap,
.eb-vol-hero + .eb-about-subnav-wrap {
margin-top: -1.75rem;
}
.eb-about-subnav-wrap .eb-container {
display: flex;
justify-content: center;
}
.eb-about-subnav {
display: flex;
flex-wrap: wrap;
justify-content: center;
width: fit-content;
max-width: 100%;
gap: 0.375rem;
padding: 0.625rem;
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius-pill);
box-shadow: var(--eb-shadow);
}
.eb-about-subnav a {
display: inline-flex;
align-items: center;
gap: 0.375rem;
padding: 0.5rem 0.875rem;
font-size: 0.625rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--eb-text-light);
border-radius: var(--eb-radius-pill);
transition: background 0.2s, color 0.2s;
white-space: nowrap;
}
.eb-about-subnav a i {
font-size: 0.75rem;
}
.eb-about-subnav a:hover {
color: var(--eb-secondary);
background: var(--eb-bg-soft);
}
.eb-about-subnav a.is-active {
background: var(--eb-secondary);
color: var(--eb-white);
}
@media (min-width: 768px) {
.eb-about-subnav a {
font-size: 0.6875rem;
padding: 0.5625rem 1rem;
}
} .eb-about-section {
padding: 3rem 0;
}
.eb-about-section--white {
background: var(--eb-white);
}
.eb-about-section--soft {
background: var(--eb-bg-programs);
}
.eb-about-intro {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
align-items: center;
}
.eb-about-intro-text p {
font-size: 0.9375rem;
line-height: 1.8;
color: var(--eb-text);
margin-bottom: 1rem;
}
.eb-about-intro-text p:last-child {
margin-bottom: 0;
}
.eb-about-intro-img {
border-radius: var(--eb-radius);
overflow: hidden;
box-shadow: var(--eb-shadow-card);
}
.eb-about-intro-img img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
display: block;
}
.eb-about-stats {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1rem;
margin-top: 2rem;
}
.eb-about-stat {
text-align: center;
padding: 1.25rem 0.75rem;
background: var(--eb-bg);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius-sm);
}
.eb-about-stat strong {
display: block;
font-size: 1.5rem;
font-weight: 800;
color: var(--eb-dark);
line-height: 1.1;
margin-bottom: 0.25rem;
}
.eb-about-stat span {
font-size: 0.75rem;
color: var(--eb-text-light);
line-height: 1.4;
} .eb-about-mvv-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1.25rem;
}
.eb-about-mvv-card {
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius);
padding: 1.75rem 1.5rem;
box-shadow: var(--eb-shadow);
text-align: center;
}
.eb-about-mvv-card--highlight {
background: linear-gradient(160deg, var(--eb-primary) 0%, var(--eb-dark) 100%);
border: none;
color: var(--eb-white);
}
.eb-about-mvv-icon {
width: 56px;
height: 56px;
margin: 0 auto 1rem;
border-radius: 50%;
background: color-mix(in srgb, var(--eb-secondary) 14%, var(--eb-white));
color: var(--eb-secondary);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.375rem;
}
.eb-about-mvv-card--highlight .eb-about-mvv-icon {
background: rgba(255, 255, 255, 0.12);
color: var(--eb-accent);
border: 2px solid var(--eb-accent);
}
.eb-about-mvv-card h2 {
font-size: 1.125rem;
font-weight: 700;
margin-bottom: 0.75rem;
color: var(--eb-dark);
}
.eb-about-mvv-card--highlight h2 {
color: var(--eb-white);
}
.eb-about-mvv-card p {
font-size: 0.875rem;
line-height: 1.75;
color: var(--eb-text-light);
}
.eb-about-mvv-card--highlight p {
color: rgba(255, 255, 255, 0.85);
}
.eb-about-values-grid {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
margin-top: 2.5rem;
}
.eb-about-value {
display: flex;
gap: 1rem;
align-items: flex-start;
padding: 1.25rem;
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius-sm);
}
.eb-about-value i {
width: 40px;
height: 40px;
flex-shrink: 0;
border-radius: 50%;
background: var(--eb-secondary);
color: var(--eb-white);
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
}
.eb-about-value h3 {
font-size: 0.9375rem;
font-weight: 700;
color: var(--eb-dark);
margin-bottom: 0.25rem;
}
.eb-about-value p {
font-size: 0.8125rem;
color: var(--eb-text-light);
line-height: 1.65;
} .eb-about-team-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 1.25rem;
}
.eb-about-team-card {
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius);
overflow: hidden;
text-align: center;
box-shadow: var(--eb-shadow);
transition: transform 0.2s, box-shadow 0.2s;
}
.eb-about-team-card:hover {
transform: translateY(-4px);
box-shadow: var(--eb-shadow-card);
}
.eb-about-team-card img {
width: 100%;
aspect-ratio: 1;
object-fit: cover;
display: block;
}
.eb-about-team-card-body {
padding: 1rem 0.875rem 1.125rem;
}
.eb-about-team-card h3 {
font-size: 0.875rem;
font-weight: 700;
color: var(--eb-dark);
margin-bottom: 0.25rem;
}
.eb-about-team-card span {
font-size: 0.6875rem;
color: var(--eb-secondary);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.04em;
} .eb-about-gallery {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.eb-about-gallery-item {
border-radius: var(--eb-radius-sm);
overflow: hidden;
position: relative;
box-shadow: var(--eb-shadow);
}
button.eb-about-gallery-item {
display: block;
width: 100%;
padding: 0;
border: none;
background: none;
font: inherit;
text-align: inherit;
cursor: zoom-in;
}
.eb-about-gallery-item img {
width: 100%;
aspect-ratio: 16 / 10;
object-fit: cover;
display: block;
transition: transform 0.4s;
}
.eb-about-gallery-item:hover img {
transform: scale(1.03);
}
.eb-about-gallery-item-caption,
.eb-about-gallery-item figcaption {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 0.75rem 1rem;
background: linear-gradient(transparent, rgba(7, 42, 99, 0.88));
color: var(--eb-white);
font-size: 0.8125rem;
font-weight: 600;
}
.eb-about-gallery-expand {
position: absolute;
top: 0.75rem;
right: 0.75rem;
width: 2rem;
height: 2rem;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--eb-dark);
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
opacity: 0;
transform: scale(0.92);
transition: opacity 0.2s, transform 0.2s;
pointer-events: none;
}
.eb-about-gallery-expand .eb-i {
width: 1rem;
height: 1rem;
}
.eb-about-gallery-item:hover .eb-about-gallery-expand,
.eb-about-gallery-item:focus-visible .eb-about-gallery-expand {
opacity: 1;
transform: scale(1);
}
.eb-about-gallery-item:focus-visible {
outline: 2px solid var(--eb-accent);
outline-offset: 3px;
} .eb-facilities-lightbox {
position: fixed;
inset: 0;
z-index: 10001;
display: flex;
align-items: center;
justify-content: center;
padding: 1rem;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.3s ease, visibility 0.3s ease;
}
.eb-facilities-lightbox.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.eb-facilities-lightbox-backdrop {
position: absolute;
inset: 0;
padding: 0;
border: none;
background: rgba(7, 42, 99, 0.92);
cursor: pointer;
}
.eb-facilities-lightbox-dialog {
position: relative;
z-index: 1;
width: min(1200px, 100%);
max-height: calc(100vh - 2rem);
display: flex;
flex-direction: column;
align-items: center;
}
.eb-facilities-lightbox-close {
position: absolute;
top: -0.5rem;
right: -0.5rem;
z-index: 3;
width: 42px;
height: 42px;
border: none;
border-radius: 50%;
background: var(--eb-white);
color: var(--eb-dark);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
.eb-facilities-lightbox-close svg {
width: 18px;
height: 18px;
}
.eb-facilities-lightbox-nav {
position: absolute;
top: 50%;
z-index: 3;
width: 44px;
height: 44px;
margin-top: -22px;
border: none;
border-radius: 50%;
background: rgba(255, 255, 255, 0.92);
color: var(--eb-dark);
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
.eb-facilities-lightbox-nav svg {
width: 18px;
height: 18px;
}
.eb-facilities-lightbox-nav--prev {
left: 0.5rem;
}
.eb-facilities-lightbox-nav--next {
right: 0.5rem;
}
.eb-facilities-lightbox-nav:disabled {
opacity: 0.35;
cursor: default;
}
.eb-facilities-lightbox-figure {
width: 100%;
margin: 0;
display: flex;
flex-direction: column;
align-items: center;
gap: 0;
}
.eb-facilities-lightbox-media {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
max-height: calc(100vh - 11rem);
}
.eb-facilities-lightbox-media img {
display: block;
max-width: 100%;
max-height: calc(100vh - 11rem);
width: auto;
height: auto;
object-fit: contain;
border-radius: var(--eb-radius-sm);
box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}
.eb-facilities-lightbox-figure figcaption {
position: static;
width: 100%;
max-width: 48rem;
margin: 0;
padding: 1rem 1.25rem 0;
background: none;
color: var(--eb-white);
font-size: 0.9375rem;
font-weight: 600;
line-height: 1.5;
text-align: center;
}
.eb-facilities-lightbox-counter {
margin: 0.75rem 0 0;
color: rgba(255, 255, 255, 0.75);
font-size: 0.8125rem;
font-weight: 600;
letter-spacing: 0.04em;
}
@media (min-width: 768px) {
.eb-facilities-lightbox {
padding: 2rem;
}
.eb-facilities-lightbox-close {
top: -1rem;
right: -1rem;
}
.eb-facilities-lightbox-nav--prev {
left: -1.25rem;
}
.eb-facilities-lightbox-nav--next {
right: -1.25rem;
}
} .eb-about-docs {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
}
.eb-about-doc {
display: flex;
align-items: center;
gap: 1rem;
padding: 1.25rem;
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius-sm);
box-shadow: var(--eb-shadow);
transition: border-color 0.2s, transform 0.2s;
}
.eb-about-doc:hover {
border-color: var(--eb-secondary);
transform: translateY(-2px);
}
.eb-about-doc-icon {
width: 48px;
height: 48px;
flex-shrink: 0;
border-radius: var(--eb-radius-sm);
background: var(--eb-bg-programs);
color: var(--eb-secondary);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
}
.eb-about-doc-text {
flex: 1;
min-width: 0;
}
.eb-about-doc-text h3 {
font-size: 0.9375rem;
font-weight: 700;
color: var(--eb-dark);
margin-bottom: 0.25rem;
}
.eb-about-doc-text p {
font-size: 0.75rem;
color: var(--eb-text-light);
line-height: 1.5;
}
.eb-about-doc .eb-link-arrow {
flex-shrink: 0;
font-size: 0.6875rem;
}
.eb-about-principles {
display: grid;
grid-template-columns: 1fr;
gap: 1rem;
margin-top: 2rem;
}
.eb-about-principle {
display: flex;
align-items: flex-start;
gap: 0.75rem;
padding: 1rem 1.125rem;
background: var(--eb-bg);
border-radius: var(--eb-radius-sm);
border-left: 4px solid var(--eb-accent);
}
.eb-about-principle i {
color: var(--eb-accent);
font-size: 1.125rem;
margin-top: 0.125rem;
}
.eb-about-principle p {
font-size: 0.875rem;
line-height: 1.65;
color: var(--eb-text);
}
@media (min-width: 640px) {
.eb-about-stats {
grid-template-columns: repeat(4, 1fr);
}
.eb-about-gallery {
grid-template-columns: repeat(2, 1fr);
}
.eb-about-team-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 768px) {
.eb-about-intro {
grid-template-columns: 1fr 1fr;
gap: 3rem;
}
.eb-about-mvv-grid {
grid-template-columns: repeat(3, 1fr);
}
.eb-about-values-grid {
grid-template-columns: repeat(2, 1fr);
}
.eb-about-team-grid {
grid-template-columns: repeat(4, 1fr);
}
.eb-about-docs {
grid-template-columns: repeat(2, 1fr);
}
.eb-about-principles {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1024px) {
.eb-about-hero + .eb-about-subnav-wrap,
.eb-news-hero + .eb-about-subnav-wrap,
.eb-vol-hero + .eb-about-subnav-wrap {
margin-top: -2.25rem;
}
.eb-about-gallery {
grid-template-columns: repeat(3, 1fr);
}
}.eb-article-page {
background: var(--eb-bg);
} .eb-breadcrumbs {
background: var(--eb-white);
border-bottom: 1px solid var(--eb-border);
padding: 0.875rem 0;
}
.eb-breadcrumbs ol {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.375rem 0.5rem;
font-size: 0.75rem;
color: var(--eb-text-light);
}
.eb-breadcrumbs li {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.eb-breadcrumbs li + li::before {
content: "›";
color: var(--eb-text-light);
font-size: 0.875rem;
line-height: 1;
}
.eb-breadcrumbs a {
color: var(--eb-secondary);
font-weight: 500;
transition: color 0.2s;
}
.eb-breadcrumbs a:hover {
color: var(--eb-dark);
}
.eb-breadcrumbs [aria-current="page"] {
color: var(--eb-text);
font-weight: 600;
} .eb-article-layout {
display: grid;
grid-template-columns: 1fr;
gap: 2.5rem;
padding: 2.5rem 0 3.5rem;
}
.eb-article {
min-width: 0;
}
.eb-article-tag {
margin-bottom: 1rem;
}
.eb-article-title {
font-size: clamp(1.5rem, 3.5vw, 2rem);
font-weight: 700;
color: var(--eb-dark);
line-height: 1.25;
margin-bottom: 1rem;
}
.eb-article-meta {
display: flex;
flex-wrap: wrap;
gap: 0.75rem 1.25rem;
margin-bottom: 1.5rem;
font-size: 0.8125rem;
color: var(--eb-text-light);
}
.eb-article-meta span {
display: inline-flex;
align-items: center;
gap: 0.375rem;
}
.eb-article-meta svg,
.eb-article-meta .eb-i {
width: 15px;
height: 15px;
stroke: var(--eb-secondary);
color: var(--eb-secondary);
flex-shrink: 0;
}
.eb-article-hero {
border-radius: var(--eb-radius);
overflow: hidden;
margin-bottom: 1.75rem;
box-shadow: var(--eb-shadow);
}
.eb-article-hero img {
width: 100%;
aspect-ratio: 16 / 9;
object-fit: cover;
display: block;
}
.eb-article-hero-caption {
margin: 0;
padding: 0.75rem 1rem;
background: var(--eb-white);
border-top: 1px solid var(--eb-border);
font-size: 0.8125rem;
line-height: 1.55;
color: var(--eb-text-light);
text-align: center;
font-style: italic;
}
.eb-article-content {
font-size: 0.9375rem;
line-height: 1.8;
color: var(--eb-text);
overflow-wrap: break-word;
}
.eb-article-content img,
.eb-article-content figure,
.eb-article-content .wp-caption,
.eb-entry-content img,
.eb-entry-content figure,
.eb-entry-content .wp-caption {
box-sizing: border-box;
max-width: 100% !important;
width: auto !important;
height: auto !important;
}
.eb-article-content figure,
.eb-article-content .wp-caption,
.eb-entry-content figure,
.eb-entry-content .wp-caption {
margin: 1.5rem auto;
}
.eb-article-content figure img,
.eb-article-content .wp-caption img,
.eb-entry-content figure img,
.eb-entry-content .wp-caption img {
display: block;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
}
.eb-article-content .wp-caption-text,
.eb-article-content figcaption,
.eb-entry-content .wp-caption-text,
.eb-entry-content figcaption {
margin-top: 0.625rem;
padding: 0 0.25rem;
font-size: 0.8125rem;
line-height: 1.5;
color: var(--eb-text-light);
text-align: center;
}
.eb-article-content iframe,
.eb-article-content video,
.eb-article-content embed,
.eb-entry-content iframe,
.eb-entry-content video,
.eb-entry-content embed {
display: block;
max-width: 100%;
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
.eb-article-content p {
margin-bottom: 1.125rem;
}
.eb-article-content ul,
.eb-article-content ol,
.eb-entry-content ul,
.eb-entry-content ol {
margin: 15px 0;
padding-left: 1.75rem;
}
.eb-article-content ul > li,
.eb-article-content ol > li,
.eb-entry-content ul > li,
.eb-entry-content ol > li {
position: relative;
margin-bottom: 0.65rem;
padding-left: 0.35rem;
line-height: 1.75;
color: var(--eb-text);
}
.eb-article-content ul > li:last-child,
.eb-article-content ol > li:last-child,
.eb-entry-content ul > li:last-child,
.eb-entry-content ol > li:last-child {
margin-bottom: 0;
}
.eb-article-content ul > li::before,
.eb-entry-content ul > li::before {
content: "";
position: absolute;
left: -1.35rem;
top: 0.62em;
width: 8px;
height: 8px;
border-radius: 50%;
background: var(--eb-secondary);
box-shadow: 0 0 0 3px color-mix(in srgb, var(--eb-secondary) 18%, transparent);
transform: translateY(-50%);
}
.eb-article-content ul ul,
.eb-entry-content ul ul {
margin: 0.5rem 0 0.25rem;
padding-left: 1.5rem;
}
.eb-article-content ul ul > li::before,
.eb-entry-content ul ul > li::before {
width: 6px;
height: 6px;
background: var(--eb-accent);
box-shadow: 0 0 0 2px color-mix(in srgb, var(--eb-accent) 35%, transparent);
}
.eb-article-content ol,
.eb-entry-content ol {
counter-reset: eb-article-ol;
list-style: none;
}
.eb-article-content ol > li,
.eb-entry-content ol > li {
counter-increment: eb-article-ol;
padding-left: 0.5rem;
}
.eb-article-content ol > li::before,
.eb-entry-content ol > li::before {
content: counter(eb-article-ol) ".";
position: absolute;
left: -1.75rem;
top: 0;
min-width: 1.35rem;
font-size: 0.875rem;
font-weight: 700;
line-height: 1.75;
color: var(--eb-secondary);
text-align: right;
}
.eb-article-content a:where(:not(.eb-btn):not(.wp-block-button__link)),
.eb-entry-content a:where(:not(.eb-btn):not(.wp-block-button__link)) {
color: var(--eb-link);
font-weight: 600;
text-decoration: underline;
text-decoration-color: rgba(7, 116, 226, 0.45);
text-decoration-thickness: 1.5px;
text-underline-offset: 0.18em;
transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.eb-article-content a:where(:not(.eb-btn):not(.wp-block-button__link)):hover,
.eb-article-content a:where(:not(.eb-btn):not(.wp-block-button__link)):focus-visible,
.eb-entry-content a:where(:not(.eb-btn):not(.wp-block-button__link)):hover,
.eb-entry-content a:where(:not(.eb-btn):not(.wp-block-button__link)):focus-visible {
color: var(--eb-link-hover);
text-decoration-color: currentColor;
}
.eb-article-lead {
font-size: 1rem;
font-weight: 600;
color: var(--eb-dark);
line-height: 1.75;
}
.eb-article-quote {
margin: 1.75rem 0;
padding: 1.5rem 1.5rem 1.375rem;
background: color-mix(in srgb, var(--eb-secondary) 10%, var(--eb-white));
border-left: 4px solid var(--eb-secondary);
border-radius: 0 var(--eb-radius-sm) var(--eb-radius-sm) 0;
position: relative;
}
.eb-article-quote::before {
content: "\201C";
position: absolute;
top: 0.25rem;
left: 1rem;
font-size: 2.5rem;
line-height: 1;
color: var(--eb-secondary);
opacity: 0.35;
font-family: Georgia, serif;
}
.eb-article-quote p {
font-style: italic;
color: var(--eb-dark);
margin-bottom: 0.75rem;
padding-left: 1.5rem;
}
.eb-article-quote cite {
display: block;
padding-left: 1.5rem;
font-size: 0.8125rem;
font-style: normal;
font-weight: 600;
color: var(--eb-secondary);
}
.eb-article-subhead {
display: flex;
align-items: center;
gap: 0.5rem;
font-size: 1.125rem;
font-weight: 700;
color: var(--eb-dark);
margin: 2rem 0 1rem;
}
.eb-article-subhead .eb-i,
.eb-article-subhead i {
color: var(--eb-accent);
width: 20px;
height: 20px;
flex-shrink: 0;
}
.eb-article-list {
margin-bottom: 1.75rem;
}
.eb-article-list li {
display: flex;
align-items: flex-start;
gap: 0.625rem;
margin-bottom: 0.75rem;
font-size: 0.9375rem;
line-height: 1.65;
color: var(--eb-text);
}
.eb-article-list li i {
color: var(--eb-accent);
font-size: 1rem;
margin-top: 0.2rem;
flex-shrink: 0;
}
.eb-article-footer {
margin-top: 2rem;
padding-top: 1.75rem;
border-top: 1px solid var(--eb-border);
}
.eb-article-share {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 0.75rem;
margin-bottom: 1.5rem;
}
.eb-article-share > span {
font-size: 0.8125rem;
font-weight: 600;
color: var(--eb-dark);
}
.eb-article-share-links {
display: flex;
gap: 0.5rem;
}
.eb-article-share-links a {
width: 36px;
height: 36px;
border-radius: 50%;
border: 1px solid var(--eb-border);
background: var(--eb-white);
display: flex;
align-items: center;
justify-content: center;
color: var(--eb-secondary);
transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}
.eb-article-share-links a:hover {
background: var(--eb-secondary);
border-color: var(--eb-secondary);
color: var(--eb-white);
transform: translateY(-2px);
}
.eb-article-share-links a i {
font-size: 0.875rem;
}
.eb-article-tags {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 1rem 1.25rem;
margin-top: 0.25rem;
padding: 1.125rem 1.25rem;
background: linear-gradient(135deg, var(--eb-bg-soft) 0%, var(--eb-white) 100%);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius-sm);
box-shadow: 0 4px 18px rgba(13, 59, 142, 0.06);
}
.eb-article-tags-head {
display: inline-flex;
align-items: center;
gap: 0.5rem;
flex-shrink: 0;
padding-top: 0.35rem;
}
.eb-article-tags-icon {
width: 2rem;
height: 2rem;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
background: color-mix(in srgb, var(--eb-secondary) 12%, var(--eb-white));
color: var(--eb-secondary);
font-size: 0.8125rem;
}
.eb-article-tags-label {
font-size: 0.8125rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
color: var(--eb-dark);
}
.eb-article-tags-list {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
flex: 1;
min-width: min(100%, 12rem);
}
.eb-article-tag {
display: inline-flex;
align-items: center;
gap: 0.3rem;
padding: 0.4375rem 0.875rem;
font-size: 0.75rem;
font-weight: 600;
line-height: 1.2;
color: var(--eb-secondary);
background: var(--eb-white);
border: 1px solid color-mix(in srgb, var(--eb-secondary) 24%, transparent);
border-radius: var(--eb-radius-pill);
transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.eb-article-tag i {
font-size: 0.625rem;
opacity: 0.75;
}
.eb-article-tag:hover,
.eb-article-tag:focus-visible {
color: var(--eb-white);
background: var(--eb-secondary);
border-color: var(--eb-secondary);
transform: translateY(-1px);
box-shadow: 0 6px 16px rgba(7, 116, 226, 0.22);
}
.eb-article-tag:focus-visible {
outline: 2px solid var(--eb-accent);
outline-offset: 2px;
}
@media (max-width: 479px) {
.eb-article-tags {
flex-direction: column;
gap: 0.75rem;
}
.eb-article-tags-head {
padding-top: 0;
}
} .eb-article-sidebar {
display: flex;
flex-direction: column;
gap: 1.5rem;
}
.eb-sidebar-card {
background: var(--eb-white);
border: 1px solid var(--eb-border);
border-radius: var(--eb-radius);
padding: 1.375rem 1.25rem;
box-shadow: var(--eb-shadow);
}
.eb-sidebar-card h3 {
font-size: 1rem;
font-weight: 700;
color: var(--eb-dark);
margin-bottom: 1rem;
}
.eb-sidebar-card--donate {
background: linear-gradient(160deg, var(--eb-dark) 0%, var(--eb-primary) 100%);
border: none;
color: var(--eb-white);
text-align: center;
padding: 1.75rem 1.25rem;
position: relative;
overflow: hidden;
}
.eb-sidebar-card--donate::after {
content: "";
position: absolute;
right: -1rem;
bottom: -1rem;
width: 120px;
height: 120px;
background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
pointer-events: none;
}
.eb-sidebar-card--donate h3 {
color: var(--eb-white);
font-size: 1.125rem;
margin-bottom: 0.5rem;
}
.eb-sidebar-card--donate p {
font-size: 0.8125rem;
color: rgba(255, 255, 255, 0.78);
margin-bottom: 1.25rem;
line-height: 1.6;
}
.eb-sidebar-card--donate .eb-btn {
width: 100%;
position: relative;
z-index: 1;
}
.eb-sidebar-recent {
display: flex;
flex-direction: column;
gap: 1rem;
}
.eb-sidebar-recent-item {
display: grid;
grid-template-columns: 72px 1fr;
gap: 0.75rem;
align-items: start;
}
.eb-sidebar-recent-item img {
width: 72px;
height: 56px;
object-fit: cover;
border-radius: var(--eb-radius-sm);
}
.eb-sidebar-recent-item time {
display: block;
font-size: 0.6875rem;
color: var(--eb-text-light);
margin-bottom: 0.25rem;
}
.eb-sidebar-recent-item a {
font-size: 0.8125rem;
font-weight: 600;
color: var(--eb-dark);
line-height: 1.4;
transition: color 0.2s;
}
.eb-sidebar-recent-item a:hover {
color: var(--eb-secondary);
}
.eb-sidebar-cats {
display: flex;
flex-direction: column;
gap: 1rem;
}
.eb-sidebar-cats-group {
border-bottom: 1px solid var(--eb-border);
padding-bottom: 0.75rem;
}
.eb-sidebar-cats-group:last-child {
border-bottom: none;
padding-bottom: 0;
}
.eb-sidebar-cats-parent,
.eb-sidebar-cats a {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
padding: 0.5rem 0;
font-size: 0.84375rem;
color: var(--eb-text);
transition: color 0.2s, padding-left 0.2s;
}
.eb-sidebar-cats-parent {
font-weight: 700;
color: var(--eb-dark);
}
.eb-sidebar-cats-children {
list-style: none;
margin: 0.25rem 0 0;
padding: 0 0 0 1rem;
border-left: 2px solid var(--eb-border);
}
.eb-sidebar-cats-children li + li {
margin-top: 0.125rem;
}
.eb-sidebar-cats-children a {
padding: 0.375rem 0;
font-size: 0.8125rem;
font-weight: 500;
}
.eb-sidebar-cats-parent:hover,
.eb-sidebar-cats-children a:hover {
color: var(--eb-secondary);
padding-left: 0.25rem;
}
.eb-sidebar-cats-parent.is-active,
.eb-sidebar-cats-children a.is-active {
color: var(--eb-secondary);
}
.eb-sidebar-cats-parent span:first-child,
.eb-sidebar-cats-children a span:first-child {
display: inline-flex;
align-items: center;
gap: 0.5rem;
}
.eb-sidebar-cats-parent span:first-child i {
width: 16px;
color: var(--eb-secondary);
font-size: 0.875rem;
}
.eb-sidebar-cats .count {
font-size: 0.75rem;
color: var(--eb-text-light);
font-weight: 500;
}
.eb-news-filters-wrap--links {
background: var(--eb-white);
border-bottom: 1px solid var(--eb-border);
padding: 0.75rem 0 1rem;
}
.eb-news-filters--links .eb-news-filter {
text-decoration: none;
}
.eb-news-filters--links .eb-news-filter.is-active {
pointer-events: none;
}
.eb-sidebar-card--newsletter {
background: linear-gradient(160deg, var(--eb-primary) 0%, var(--eb-dark) 100%);
border: none;
color: var(--eb-white);
}
.eb-sidebar-card--newsletter h3 {
color: var(--eb-white);
}
.eb-sidebar-card--newsletter p {
font-size: 0.8125rem;
color: rgba(255, 255, 255, 0.78);
margin-bottom: 1rem;
line-height: 1.6;
}
.eb-sidebar-newsletter-form {
display: flex;
flex-direction: column;
gap: 0.625rem;
}
.eb-sidebar-newsletter-form input {
width: 100%;
padding: 0.6875rem 1rem;
border: none;
border-radius: var(--eb-radius-pill);
font-family: inherit;
font-size: 0.8125rem;
color: var(--eb-text);
}
.eb-sidebar-newsletter-form input::placeholder {
color: var(--eb-text-light);
}
.eb-sidebar-newsletter-form .eb-btn {
width: 100%;
gap: 0.5rem;
}
.eb-sidebar-social-text {
font-size: 0.8125rem;
color: var(--eb-text-light);
margin-bottom: 1rem;
line-height: 1.55;
}
.eb-sidebar-social {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 0.625rem;
}
.eb-sidebar-social a {
height: 44px;
border-radius: var(--eb-radius-sm);
display: flex;
align-items: center;
justify-content: center;
color: var(--eb-white);
font-size: 1.125rem;
transition: transform 0.2s, opacity 0.2s;
}
.eb-sidebar-social a:hover {
transform: translateY(-2px);
opacity: 0.92;
}
.eb-sidebar-social a:nth-child(1) { background: #1877f2; }
.eb-sidebar-social a:nth-child(2) { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.eb-sidebar-social a:nth-child(3) { background: #ff0000; }
.eb-sidebar-social a:nth-child(4) { background: #25d366; }
@media (min-width: 1024px) {
.eb-article-layout {
grid-template-columns: minmax(0, 1fr) 320px;
gap: 2.5rem;
align-items: start;
}
.eb-article-sidebar {
position: sticky;
top: 1.25rem;
}
}