.theme-word-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    gap: 10px 22px;
    text-align: center;
    padding: 0 20px;
    max-width: 871px;
    margin-top: 51px;
}
.cloud-word-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 17px 26px;
    justify-content: center;
    max-width: 796px;
    margin: auto;
}
.cloud-word {
    color: #12294c;
    font-weight: 700;
    white-space: nowrap;
    font-family: "Source Serif 4";
    line-height: 1;
}

.cloud-large {
    font-size: 36px;
    letter-spacing: -0.72px;
}

.cloud-medium {
    font-size: 24px;
    letter-spacing: -0.48px;
}

.cloud-small {
    font-size: 18px;
    letter-spacing: -0.36px;
}

.pub-wrap {
    padding: 56px 24px 80px;
}

.pub-eyebrow {
    font-family: 'Outfit';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 2.64px;
    text-transform: uppercase;
    color: #DAA520;
}

.pub-heading {
    font-family: 'Outfit';
    font-family: Outfit;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.72px;
}

.pub-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}

.pub-filter {
    padding: 10px 20px;
    border-radius: 999px;
    border: 1px solid #E4E9F1;
    background: #fff !important;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
    color: #1A365D !important;
    text-align: center;
    font-family: Outfit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.pub-filter:hover, .pub-filter.active {
    background: #1A365D !important;
    border-color: #1A365D !important;
    color: #fff !important;
}

.pub-card {
    transition: opacity 0.15s ease;
}

.pub-card.is-hidden {
    display: none;
}

.pub-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.pub-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--border);
}

.pub-thumb {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 14px 16px;
    background: linear-gradient(122deg, #1A365D 0%, #2C5180 100%);
    height: 250px;
}

.pub-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(132.08% 82.55% at 70% 30%, rgba(218, 165, 32, 0.60) 0%, rgba(218, 165, 32, 0.00) 50%);
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.pub-avatar {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #DAA520;
    color: #1A365D;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pub-thumb-label {
    position: relative;
    color: rgba(255, 255, 255, 0.70);
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pub-body {
    padding: 18px 20px 20px;
}

.pub-tag {
    color: #B8860B;
    font-family: 'Outfit';
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.pub-title {
    color: #1A365D;
    font-family: 'Outfit';
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
}

p.pub-desc, .pub-meta span {
    color: #5A6A82;
    font-family: 'Outfit';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
}

.pub-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
}

.pub-link {
    color: #DAA520;
    font-family: 'Outfit';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pub-link svg { width: 13px; height: 13px; }