/* Public institutions pages */
.institutions-heading {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(243, 247, 255, 0.98)),
        radial-gradient(circle at 92% 10%, rgba(47, 96, 239, 0.14), transparent 30%);
}

.institution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.institution-entry-card,
.institution-panel,
.institution-timeline-panel,
.institution-source-strip,
.institution-stat-grid article,
.institution-profile-head,
.country-history-card {
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 18px 50px rgba(17, 30, 67, 0.07);
}

.institution-entry-card {
    min-height: 280px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    color: #18243f;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.institution-entry-card:hover {
    transform: translateY(-4px);
    border-color: rgba(47, 96, 239, 0.32);
    box-shadow: 0 24px 64px rgba(17, 30, 67, 0.12);
}

.institution-entry-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, #17337f, #2f60ef);
    font-size: 1.35rem;
    margin-bottom: 18px;
}

.institution-entry-card span,
.country-history-body span {
    color: #2f60ef;
    font-size: 0.76rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.institution-entry-card h2 {
    margin: 8px 0 10px;
    color: #0f172a;
    font-size: 1.22rem;
    font-weight: 950;
    line-height: 1.14;
}

.institution-entry-card p {
    color: #64708c;
    line-height: 1.55;
}

.institution-entry-card strong {
    margin-top: auto;
    color: #2f60ef;
}

.institution-feature-layout,
.institution-profile-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 18px;
    margin-top: 18px;
}

.institution-panel,
.institution-timeline-panel,
.institution-source-strip {
    padding: clamp(22px, 2.6vw, 32px);
}

.institution-panel h2 {
    margin: 0 0 18px;
    color: #0f172a;
    font-weight: 950;
}

.institution-mini-timeline,
.country-name-stack,
.institution-clean-list {
    display: grid;
    gap: 12px;
}

.institution-mini-row {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px;
    color: #18243f;
    text-decoration: none;
    background: #f8fbff;
    border: 1px solid rgba(127, 144, 182, 0.13);
}

.institution-mini-row > span {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background: #17337f;
    font-weight: 950;
}

.institution-mini-row strong,
.country-name-stack strong {
    display: block;
    color: #0f172a;
    font-weight: 950;
}

.institution-mini-row small,
.country-name-stack small {
    color: #64708c;
}

.country-name-stack > div {
    padding: 14px 16px;
    background: #f8fbff;
    border-left: 4px solid #2f60ef;
}

.country-name-stack span {
    color: #2f60ef;
    font-size: 0.82rem;
    font-weight: 950;
}

.institution-source-strip {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 18px;
    align-items: start;
    margin-top: 18px;
}

.institution-source-strip h2 {
    margin: 0 0 8px;
    color: #0f172a;
    font-weight: 950;
}

.institution-source-strip p {
    margin: 0;
    color: #64708c;
    line-height: 1.55;
}

.institution-source-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.institution-source-list a {
    padding: 9px 12px;
    color: #2f60ef;
    background: rgba(47, 96, 239, 0.08);
    text-decoration: none;
    font-weight: 850;
}

.institution-source-list-muted span {
    padding: 9px 12px;
    color: #2f60ef;
    background: rgba(47, 96, 239, 0.08);
    font-weight: 850;
}

.institution-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

.institution-stat-grid article {
    padding: 22px;
}

.institution-stat-grid strong {
    display: block;
    color: #2f60ef;
    font-size: 2rem;
    line-height: 1;
    font-weight: 950;
}

.institution-stat-grid span {
    display: block;
    margin-top: 8px;
    color: #64708c;
    font-weight: 800;
}

.institution-era-line {
    position: relative;
    display: grid;
    gap: 18px;
    padding-left: 28px;
}

.institution-era-line::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(180deg, #2f60ef, #10b981, #f59e0b);
}

.institution-era-card {
    position: relative;
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
    background: #f8fbff;
    border: 1px solid rgba(127, 144, 182, 0.13);
}

.institution-era-marker {
    position: relative;
}

.institution-era-marker::before {
    content: "";
    position: absolute;
    left: -42px;
    top: 12px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 5px solid #2f60ef;
    border-radius: 50%;
}

.institution-era-marker span {
    display: inline-flex;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #17337f;
    font-weight: 950;
}

.institution-era-content small {
    color: #2f60ef;
    font-weight: 950;
}

.institution-era-content h2 {
    margin: 4px 0 14px;
    color: #0f172a;
    font-weight: 950;
}

.institution-era-leader {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.institution-portrait,
.institution-profile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(10, 23, 64, 0.32), rgba(47, 96, 239, 0.15)),
        url("../img/institution.png") center / cover;
    border: 3px solid #fff;
    box-shadow: 0 12px 26px rgba(17, 30, 67, 0.16);
    text-decoration: none;
    font-weight: 950;
}

.institution-portrait {
    width: 68px;
    height: 68px;
    font-size: 1.4rem;
}

.institution-profile-avatar {
    width: 120px;
    height: 120px;
    border-width: 5px;
    box-shadow: 0 18px 40px rgba(17, 30, 67, 0.18);
    font-size: 2.6rem;
}

.institution-era-leader strong {
    display: block;
    color: #0f172a;
    font-weight: 950;
}

.institution-era-leader p {
    margin: 4px 0 0;
    color: #64708c;
    line-height: 1.55;
}

.institution-profile-head {
    display: flex;
    gap: 22px;
    align-items: center;
    padding: clamp(24px, 3vw, 38px);
    margin-bottom: 18px;
}

.institution-profile-head h1 {
    margin: 12px 0 6px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 4rem);
    font-weight: 950;
    line-height: 1;
}

.institution-profile-head p {
    margin: 0;
    color: #64708c;
    font-size: 1.05rem;
}

.institution-profile-wide {
    grid-column: 1 / -1;
}

.institution-profile-facts {
    display: grid;
    gap: 12px;
    margin: 0 0 18px;
}

.institution-profile-facts div,
.institution-clean-list li,
.institution-achievement-grid div {
    background: #f8fbff;
}

.institution-profile-facts div {
    padding: 13px 14px;
}

.institution-profile-facts dt {
    color: #2f60ef;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.institution-profile-facts dd {
    margin: 4px 0 0;
    color: #18243f;
    font-weight: 850;
}

.institution-profile-summary {
    color: #64708c;
    line-height: 1.65;
}

.institution-clean-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.institution-clean-list li {
    padding: 13px 14px;
    color: #263350;
    border-left: 4px solid #2f60ef;
    font-weight: 760;
}

.institution-achievement-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.institution-achievement-grid div {
    min-height: 120px;
    padding: 18px;
    color: #263350;
    font-weight: 800;
    line-height: 1.45;
}

.institution-achievement-grid i {
    display: block;
    margin-bottom: 10px;
    color: #10b981;
    font-size: 1.4rem;
}

.country-history-line {
    display: grid;
    gap: 18px;
}

.country-history-card {
    display: grid;
    grid-template-columns: 140px 74px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    padding: 18px;
    position: relative;
    overflow: hidden;
}

.country-history-card.has-flag-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 23, 64, 0.82), rgba(10, 23, 64, 0.54)),
        var(--country-flag) center / cover;
    opacity: 0.9;
}

.country-history-card.has-flag-bg > * {
    position: relative;
    z-index: 1;
}

.country-history-card.has-flag-bg .country-history-body h2,
.country-history-card.has-flag-bg .country-history-body p {
    color: #fff;
}

.country-history-card.has-flag-bg .country-history-body span {
    color: #a8c4ff;
}

.country-history-year {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #17337f;
    font-size: 1.05rem;
    font-weight: 950;
    text-align: center;
}

.country-history-symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
    background: rgba(248, 251, 255, 0.94);
    font-size: 2rem;
}

.country-history-symbol img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.country-history-body h2 {
    margin: 6px 0 10px;
    color: #0f172a;
    font-weight: 950;
}

.country-history-body p {
    color: #64708c;
    line-height: 1.6;
}

.country-history-meta {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.country-history-meta strong,
.country-history-meta small {
    padding: 8px 11px;
    color: #2f60ef;
    background: rgba(47, 96, 239, 0.08);
    font-weight: 850;
}

.anthem-center-stage {
    width: min(860px, 100%);
    margin: 0 auto 22px;
    padding: clamp(28px, 4vw, 52px);
    text-align: center;
    background:
        radial-gradient(circle at 50% 0%, rgba(47, 96, 239, 0.14), transparent 32%),
        linear-gradient(135deg, #ffffff, #f7faff);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 22px 70px rgba(17, 30, 67, 0.08);
}

.anthem-disc {
    width: 92px;
    height: 92px;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        radial-gradient(circle, #f8fbff 0 11%, #17337f 12% 38%, #2f60ef 39% 100%);
    box-shadow: 0 18px 44px rgba(47, 96, 239, 0.24);
    font-size: 2rem;
}

.anthem-center-stage > span,
.anthem-state {
    color: #2f60ef;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.anthem-center-stage h2 {
    margin: 10px 0 12px;
    color: #0f172a;
    font-size: clamp(2rem, 4vw, 3.3rem);
    font-weight: 950;
    line-height: 1;
}

.anthem-center-stage p {
    max-width: 680px;
    margin: 0 auto;
    color: #64708c;
    line-height: 1.7;
}

.anthem-timeline {
    width: min(960px, 100%);
    margin: 0 auto;
    display: grid;
    gap: 16px;
}

.anthem-card {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 18px 50px rgba(17, 30, 67, 0.07);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.anthem-card:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 96, 239, 0.3);
    box-shadow: 0 24px 64px rgba(17, 30, 67, 0.12);
}

.anthem-period {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    color: #fff;
    background: linear-gradient(135deg, #17337f, #2f60ef);
    text-align: center;
    font-size: 1rem;
    font-weight: 950;
}

.anthem-body h2 {
    margin: 5px 0 10px;
    color: #0f172a;
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 950;
}

.anthem-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.anthem-tags span {
    padding: 7px 10px;
    color: #2f60ef;
    background: rgba(47, 96, 239, 0.08);
    font-size: 0.8rem;
    font-weight: 900;
}

.anthem-body blockquote {
    margin: 0 0 12px;
    padding: 14px 16px;
    color: #17337f;
    background: #f8fbff;
    border-left: 4px solid #2f60ef;
    font-size: 1.08rem;
    font-weight: 900;
}

.anthem-body p {
    margin: 0 0 10px;
    color: #64708c;
    line-height: 1.6;
}

.anthem-body small {
    color: #263350;
    font-weight: 850;
}

.anthem-open-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 12px;
    color: #2f60ef;
}

.anthem-detail-stage {
    width: min(920px, 100%);
    margin: 0 auto 22px;
    padding: clamp(30px, 5vw, 64px);
    text-align: center;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(47, 96, 239, 0.16), transparent 34%),
        linear-gradient(135deg, #ffffff, #f7faff);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 22px 70px rgba(17, 30, 67, 0.08);
}

.anthem-detail-stage.has-anthem-arms::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(247, 250, 255, 0.9)),
        var(--anthem-arms) center / 330px no-repeat;
    opacity: 0.92;
}

.anthem-detail-stage > * {
    position: relative;
    z-index: 1;
}

.anthem-detail-disc {
    width: 108px;
    height: 108px;
    margin: 0 auto 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        radial-gradient(circle, #f8fbff 0 10%, #17337f 11% 40%, #2f60ef 41% 100%);
    box-shadow: 0 18px 44px rgba(47, 96, 239, 0.24);
    font-size: 2.2rem;
}

.anthem-detail-disc img {
    width: 78px;
    height: 78px;
    object-fit: contain;
    filter: drop-shadow(0 10px 18px rgba(17, 30, 67, 0.24));
}

.anthem-detail-stage > span {
    color: #2f60ef;
    font-size: 0.8rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.anthem-detail-stage h1 {
    margin: 10px 0 12px;
    color: #0f172a;
    font-size: clamp(2.4rem, 6vw, 5rem);
    font-weight: 950;
    line-height: 0.95;
}

.anthem-detail-stage p {
    max-width: 720px;
    margin: 0 auto 18px;
    color: #64708c;
    line-height: 1.7;
}

.anthem-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 18px;
    margin-bottom: 18px;
}

.anthem-lyrics-panel,
.anthem-audio-panel {
    padding: clamp(22px, 2.6vw, 32px);
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 18px 50px rgba(17, 30, 67, 0.07);
}

.anthem-lyrics-placeholder {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 28px;
    background: #f8fbff;
    border: 1px dashed rgba(47, 96, 239, 0.28);
}

.anthem-lyrics-placeholder i {
    color: #2f60ef;
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.anthem-lyrics-placeholder h3,
.anthem-audio-panel h2 {
    color: #0f172a;
    font-weight: 950;
}

.anthem-lyrics-intro {
    margin-bottom: 18px;
    color: #64708c;
    font-weight: 760;
}

.anthem-lyrics-versions {
    width: min(680px, 100%);
    display: grid;
    gap: 18px;
}

.anthem-lyrics-version h4 {
    margin: 0;
    padding: 12px 14px;
    color: #fff;
    background: linear-gradient(135deg, #17337f, #2f60ef);
    font-size: 1rem;
    font-weight: 950;
    text-align: left;
}

.anthem-lyrics-placeholder p {
    max-width: 560px;
    color: #64708c;
    line-height: 1.6;
}

.anthem-lyrics-placeholder blockquote {
    width: min(520px, 100%);
    margin: 12px 0 0;
    padding: 16px 18px;
    color: #17337f;
    background: #fff;
    border-left: 4px solid #2f60ef;
    font-weight: 950;
}

.anthem-lyrics-text {
    width: min(620px, 100%);
    margin-top: 8px;
    padding: clamp(18px, 3vw, 30px);
    color: #18243f;
    background: #fff;
    border: 1px solid rgba(127, 144, 182, 0.14);
    text-align: center;
}

.anthem-lyrics-text p {
    margin: 0 0 8px;
    color: #18243f;
    font-size: 1.05rem;
    line-height: 1.8;
    font-weight: 760;
}

.anthem-lyrics-text hr {
    width: 90px;
    margin: 18px auto;
    border: 0;
    border-top: 2px solid rgba(47, 96, 239, 0.18);
    opacity: 1;
}

.anthem-audio-player {
    width: 100%;
    margin-bottom: 14px;
}

.anthem-audio-empty {
    padding: 24px;
    color: #64708c;
    background: #f8fbff;
    text-align: center;
}

.anthem-audio-empty i {
    display: block;
    color: #2f60ef;
    font-size: 2.4rem;
    margin-bottom: 12px;
}

.anthem-audio-empty strong {
    display: block;
    color: #0f172a;
    font-weight: 950;
    margin-bottom: 6px;
}

.anthem-audio-empty p {
    margin: 0;
    line-height: 1.55;
}

.anthem-audio-credit {
    margin: 12px 0 0;
    color: #64708c;
    font-size: 0.88rem;
    line-height: 1.5;
}

.anthem-related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.anthem-related-grid a {
    display: grid;
    gap: 5px;
    padding: 15px;
    color: #18243f;
    background: #f8fbff;
    text-decoration: none;
    border: 1px solid rgba(127, 144, 182, 0.12);
}

.anthem-related-grid span {
    color: #2f60ef;
    font-size: 0.8rem;
    font-weight: 950;
}

.anthem-related-grid strong {
    color: #0f172a;
    font-weight: 950;
}

.anthem-related-grid small {
    color: #64708c;
}

.institution-archive-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 18px;
}

.institution-archive-list {
    display: grid;
    gap: 12px;
}

.institution-archive-list > div,
.institution-archive-list > a {
    display: grid;
    gap: 4px;
    padding: 14px;
    color: #18243f;
    background: #f8fbff;
    border: 1px solid rgba(127, 144, 182, 0.12);
    text-decoration: none;
}

.institution-archive-list span,
.institution-legislature-grid span,
.ministry-grid span {
    color: #2f60ef;
    font-size: 0.78rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.institution-archive-list strong,
.institution-legislature-grid strong,
.ministry-grid h2 {
    color: #0f172a;
    font-weight: 950;
}

.institution-archive-list small,
.institution-legislature-grid small {
    color: #64708c;
    line-height: 1.5;
}

.institution-legislature-grid,
.ministry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.institution-legislature-grid a,
.ministry-grid a {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 20px;
    color: #18243f;
    background: #f8fbff;
    border: 1px solid rgba(127, 144, 182, 0.12);
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.institution-legislature-grid a:hover,
.ministry-grid a:hover {
    transform: translateY(-3px);
    border-color: rgba(47, 96, 239, 0.3);
    box-shadow: 0 18px 48px rgba(17, 30, 67, 0.1);
}

.ministry-grid h2 {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.18;
}

.ministry-grid p {
    margin: 0;
    color: #64708c;
    line-height: 1.5;
}

.ministry-grid strong {
    margin-top: auto;
    color: #2f60ef;
}

.prime-minister-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.pm-card {
    min-height: 100%;
    display: grid;
    gap: 16px;
    padding: 22px;
    background:
        radial-gradient(circle at top right, rgba(47, 96, 239, 0.08), transparent 34%),
        rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(127, 144, 182, 0.14);
    box-shadow: 0 18px 46px rgba(17, 30, 67, 0.08);
}

.pm-card-head {
    display: grid;
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
}

.pm-photo {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(23, 51, 127, 0.96), rgba(47, 96, 239, 0.88)),
        url("../img/institution.png") center / cover;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 24px;
    box-shadow: 0 18px 38px rgba(17, 30, 67, 0.18);
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.pm-photo span {
    font-size: 2rem;
    font-weight: 950;
}

.pm-card-title strong,
.pm-card-stat b {
    display: block;
    color: #0f172a;
    font-weight: 950;
}

.pm-card-title span,
.pm-card-stat small,
.pm-card-title small {
    color: #64708c;
    font-weight: 800;
}

.pm-card-title small {
    display: block;
    margin-top: 8px;
}

.pm-card-stat {
    padding: 14px 16px;
    background: #f8fbff;
    border: 1px solid rgba(127, 144, 182, 0.12);
}

.pm-card p {
    margin: 0;
    color: #64708c;
    line-height: 1.6;
}

.institution-empty-state {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    color: #64708c;
    background: #f8fbff;
    border: 1px dashed rgba(47, 96, 239, 0.3);
}

.institution-empty-state i {
    color: #2f60ef;
    font-size: 2rem;
    margin-bottom: 10px;
}

.institution-empty-state strong {
    color: #0f172a;
    font-weight: 950;
}

@media (max-width: 1100px) {
    .institution-grid,
    .institution-achievement-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .institution-feature-layout,
    .institution-profile-grid,
    .institution-source-strip,
    .institution-stat-grid {
        grid-template-columns: 1fr;
    }

    .country-history-card {
        grid-template-columns: 1fr;
    }

    .anthem-card {
        grid-template-columns: 1fr;
    }

    .anthem-detail-layout,
    .anthem-related-grid,
    .institution-archive-grid,
    .institution-legislature-grid,
    .ministry-grid,
    .prime-minister-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .institution-grid,
    .institution-achievement-grid {
        grid-template-columns: 1fr;
    }

    .institution-era-card {
        grid-template-columns: 1fr;
    }

    .institution-era-leader,
    .institution-profile-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
