/*
 * Module: 04-govgr-core.css
 *
 * Purpose: GOV.GR alignment pass, header/nav refinements, hero, service cards, and general portal sections.
 *
 * Notes: This is the main portal presentation layer that aligns the custom theme with GOV.GR styling patterns.
 * Source range from former theme.css: lines 1240-1779.
 */

/* ================================================================
   GOV.GR ALIGNMENT - PHASE 1
   ================================================================ */

:root {
    --govgr-blue: #003476;
    --govgr-blue-dark: #002855;
    --govgr-blue-soft: #eaf2fb;
    --govgr-header-accent: var(--color-secondary, #2bb3ff);
    --govgr-shell-max-width: 1020px;
    --govgr-nav-max-width: 1600px;
    --govgr-sticky-offset: 0px;
    --govgr-shell-gutter: 1.5rem;
    --govgr-text: #0b0c0c;
    --govgr-muted: #4c5965;
    --govgr-border: #b1b4b6;
    --govgr-border-soft: #d8dde1;
    --govgr-bg-soft: #f3f7fb;
    --govgr-focus: #ffdd00;
}

body {
    color: var(--govgr-text);
    background: #ffffff;
}

.govgr-main-wrapper {
    display: block;
}

.govgr-header-wrapper {
    box-shadow: none !important;
    top: var(--govgr-sticky-offset, 0px) !important;
}

.admin-bar .govgr-header-wrapper {
    top: var(--govgr-sticky-offset, 32px) !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .govgr-header-wrapper {
        top: var(--govgr-sticky-offset, 46px) !important;
    }
}

.govgr-header {
    background: var(--govgr-blue) !important;
    border-bottom: 8px solid var(--govgr-header-accent) !important;
}

.govgr-header__container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1.5rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    padding-left: var(--govgr-shell-gutter) !important;
    padding-right: var(--govgr-shell-gutter) !important;
    max-width: var(--govgr-shell-max-width) !important;
    width: 100%;
    box-sizing: border-box;
}

.govgr-header__brand {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.govgr-header__service {
    min-width: 0;
    display: flex;
    align-items: center;
}

.govgr-header__eyebrow {
    margin: 0 0 0.35rem !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.govgr-header__title {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    white-space: normal !important;
}

.govgr-header__title .custom-logo-link,
.govgr-header__title .custom-logo {
    max-height: 48px;
    width: auto;
}

.govgr-site-logo {
    display: block;
    max-height: 48px;
    width: auto;
}

.govgr-header__summary {
    max-width: 42rem;
    margin: 0.45rem 0 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
}

.govgr-header__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.govgr-language-switcher {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.govgr-language-switcher__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 2.35rem;
    padding: 0.4rem 0.75rem;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    text-transform: uppercase;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    transition: color 0.15s ease, background-color 0.15s ease;
}

.govgr-language-switcher__link:last-child {
    border-right: 0;
}

.govgr-language-switcher__link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

.govgr-language-switcher__link.is-current {
    background: #ffffff;
    color: #003476 !important;
    pointer-events: none;
}

.govgr-header__account-group {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
}

.govgr-header__utility {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.govgr-header__utility p {
    margin: 0 !important;
    max-width: 19rem;
    color: rgba(255, 255, 255, 0.82) !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
}

.govgr-header__utility svg,
.govgr-hero-btns svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
    margin-left: 0.35rem;
    flex-shrink: 0;
}

.govgr-account-menu {
    position: relative;
}

.govgr-account-menu[open] {
    z-index: 220;
}

.govgr-account-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.05rem;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
    list-style: none;
}

.govgr-account-link::-webkit-details-marker {
    display: none;
}

.govgr-account-link::marker {
    content: "";
}

.govgr-account-link:hover {
    text-decoration: none !important;
    opacity: 0.9;
}

.govgr-account-link:focus-visible {
    outline: 3px solid var(--govgr-focus);
    outline-offset: 4px;
}

.govgr-account-menu[open] .govgr-account-link {
    opacity: 1;
}

.govgr-account-link__label {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.govgr-account-link__name {
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.25;
}

.govgr-account-link__meta {
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.8rem;
    line-height: 1.35;
}

.govgr-account-menu__panel {
    position: absolute;
    top: calc(100% + 0.75rem);
    right: 0;
    width: min(18rem, calc(100vw - 2rem));
    padding: 1rem;
    background: #ffffff;
    color: var(--govgr-text);
    border: 1px solid var(--govgr-border-soft);
    border-top: 4px solid var(--govgr-blue);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
}

.govgr-account-menu__panel::before {
    content: "";
    position: absolute;
    top: -0.55rem;
    right: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    background: #ffffff;
    border-left: 1px solid var(--govgr-border-soft);
    border-top: 1px solid var(--govgr-border-soft);
    transform: rotate(45deg);
}

.govgr-account-menu__label,
.govgr-account-menu__name,
.govgr-account-menu__role {
    margin: 0 !important;
}

.govgr-account-menu__label {
    color: var(--govgr-muted);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

.govgr-account-menu__name {
    margin-top: 0.35rem !important;
    color: var(--govgr-text);
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.govgr-account-menu__role {
    margin-top: 0.2rem !important;
    color: var(--govgr-muted);
    font-size: 0.86rem;
    line-height: 1.4;
}

.govgr-account-menu__dashboard {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
}

.govgr-header__logout {
    display: inline-flex;
    align-items: center;
    min-height: 0;
    padding-left: 1rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none !important;
}

.govgr-header__logout:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.govgr-nav-bar {
    border-bottom: 1px solid var(--govgr-border-soft);
    box-shadow: none;
}

.govgr-nav-bar__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    max-width: min(var(--govgr-nav-max-width), 100%) !important;
    margin: 0 auto !important;
    padding-left: var(--govgr-shell-gutter) !important;
    padding-right: var(--govgr-shell-gutter) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    min-width: 0;
}

.govgr-nav-list li a,
.govgr-nav-extras__list li a {
    display: flex;
    align-items: center;
    padding-left: 9px;
    padding-right: 9px;
    min-height: 3rem;
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
    font-family: 'Roboto', sans-serif !important;
    font-size: 0.84rem;
    font-weight: 500;
    color: #0b0c0c;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
    letter-spacing: 0;
    transition: border-color 0.15s, color 0.15s;
}

.govgr-nav-list {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    flex-wrap: wrap;
}

.govgr-nav-extras {
    flex: 0 0 auto;
    min-width: 0;
    margin-left: 0;
    white-space: nowrap;
}

.govgr-nav-extras__list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-end;
}

.govgr-nav-extras__list li {
    position: relative;
}

.govgr-nav-extra-link {
    color: #0b0c0c !important;
    text-decoration: none !important;
}

.govgr-nav-extras__list li.menu-item-has-children > .govgr-nav-extra-link::after,
.govgr-nav-extras__list li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.45rem;
    border-left: 0.26rem solid transparent;
    border-right: 0.26rem solid transparent;
    border-top: 0.34rem solid currentColor;
    transform: translateY(0.08rem);
}

.govgr-nav-extra-link:hover,
.govgr-nav-extras__list li > a:hover,
.govgr-nav-extras__list li.current-menu-item > .govgr-nav-extra-link,
.govgr-nav-extras__list li.current-menu-ancestor > .govgr-nav-extra-link,
.govgr-nav-extras__list li.current_page_item > .govgr-nav-extra-link,
.govgr-nav-extras__list li.current_page_ancestor > .govgr-nav-extra-link,
.govgr-nav-extras__list li.current-menu-item > a,
.govgr-nav-extras__list li.current-menu-ancestor > a,
.govgr-nav-extras__list li.current_page_item > a,
.govgr-nav-extras__list li.current_page_ancestor > a {
    color: #003476 !important;
    border-bottom-color: #003476;
}

.govgr-nav-extras__list .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #ffffff;
    border-top: 3px solid #003476;
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    list-style: none;
    padding: 0.4rem 0;
    margin: 0;
    z-index: 9999 !important;
}

.govgr-nav-extras__list li.menu-item-has-children:hover > .sub-menu,
.govgr-nav-extras__list li:focus-within > .sub-menu {
    display: block !important;
}

.govgr-nav-extras__list .sub-menu li a {
    padding: 9px 18px;
    border-bottom: none !important;
    border-left: 3px solid transparent;
    font-size: 0.85rem;
    font-weight: 400;
    color: #0b0c0c;
    white-space: nowrap;
}

.govgr-nav-extras__list .sub-menu li a:hover {
    border-left-color: #003476 !important;
    background: #f0f4ff;
    color: #003476;
    border-bottom: none !important;
}

@media (min-width: 769px) {
    .govgr-nav-toggle {
        display: none !important;
    }

    .govgr-nav-bar__inner {
        flex-wrap: wrap;
        gap: 0;
        align-items: stretch;
        justify-content: flex-start;
    }

    .govgr-nav-list {
        display: contents;
    }

    .govgr-nav-extras,
    .govgr-nav-extras__list {
        display: contents;
    }

    .govgr-nav-list li a,
    .govgr-nav-extras__list li a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 0.84rem;
    }
}

@media (max-width: 980px) {
    .govgr-nav-extras__list li a {
        padding-left: 0.58rem;
        padding-right: 0.58rem;
        font-size: 0.76rem;
    }
}

@media (max-width: 768px) {
    body.govgr-mobile-nav-open {
        overflow: hidden;
    }

    body.govgr-mobile-nav-open .govgr-header-wrapper {
        max-height: calc(100vh - var(--govgr-sticky-offset, 0px));
        overflow-y: auto !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .govgr-nav-toggle {
        display: flex;
        align-items: center;
    }

    .govgr-nav-bar__inner {
        flex-wrap: wrap;
        align-items: center;
        gap: 0.75rem;
    }

    .govgr-nav-list {
        display: none;
        flex-direction: column;
        width: 100%;
        flex: 0 0 100%;
        border-top: 1px solid #e0e0e0;
        margin-top: 0.25rem;
    }

    .govgr-nav-list.is-open {
        display: flex;
    }

    .govgr-nav-extras {
        display: none;
        width: 100%;
        order: 3;
        padding: 0;
        margin-left: 0;
    }

    .govgr-nav-list.is-open + .govgr-nav-extras,
    .govgr-nav-extras.is-open {
        display: block;
    }

    .govgr-nav-extras__list {
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        border-top: 1px solid #f0f0f0;
    }

    .govgr-nav-extras__list li {
        width: 100%;
    }

    .govgr-nav-list li a,
    .govgr-nav-extras__list li a {
        justify-content: flex-start;
        border-bottom: 1px solid #f0f0f0;
        border-left: none;
    }

    .govgr-nav-list li a:hover,
    .govgr-nav-extras__list li a:hover {
        border-left: none;
        background: #f0f4ff;
    }

    .govgr-nav-list .sub-menu {
        position: static;
        border-top: none;
        border-left: 4px solid #003476;
        margin-left: 1rem;
        box-shadow: none;
    }

    .govgr-nav-extras__list .sub-menu {
        position: static;
        border-top: none;
        border-left: 4px solid #003476;
        margin-left: 1rem;
        box-shadow: none;
    }
}

.govgr-nav-list .sub-menu {
    min-width: 18rem;
}

.govgr-nav-list .sub-menu li {
    position: relative;
}

.govgr-nav-list .sub-menu li a {
    align-items: flex-start;
    gap: 0.55rem;
    min-width: 18rem;
    max-width: 22rem;
    white-space: normal;
    line-height: 1.45;
}

.govgr-nav-list .sub-menu li.menu-item-has-children > a::after {
    margin-left: auto;
    transform: none;
    border-top: 0.28rem solid transparent;
    border-right: 0;
    border-bottom: 0.28rem solid transparent;
    border-left: 0.34rem solid currentColor;
}

.govgr-nav-list .sub-menu .sub-menu {
    top: -0.45rem;
    left: calc(100% - 1px);
}

@media (min-width: 769px) {
    .govgr-nav-list .sub-menu.govgr-submenu-scroll,
    .govgr-nav-extras__list .sub-menu.govgr-submenu-scroll {
        max-height: var(--govgr-submenu-max-height, max(14rem, calc(100vh - 16rem)));
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-gutter: stable;
    }

    @supports selector(:has(*)) {
        .govgr-nav-list .sub-menu:not(:has(.sub-menu)),
        .govgr-nav-extras__list .sub-menu:not(:has(.sub-menu)) {
            max-height: var(--govgr-submenu-max-height, max(14rem, calc(100vh - 16rem)));
            overflow-y: auto;
            overscroll-behavior: contain;
            scrollbar-gutter: stable;
        }
    }
}

@media (max-width: 768px) {
    .govgr-nav-list .sub-menu li a {
        min-width: 0;
        max-width: none;
    }

    .govgr-nav-list .sub-menu .sub-menu {
        position: static;
        top: auto;
        left: auto;
        margin-left: 1rem;
    }

    .govgr-nav-list .sub-menu li.menu-item-has-children > a::after {
        border-top: 0.34rem solid currentColor;
        border-right: 0.26rem solid transparent;
        border-bottom: 0;
        border-left: 0.26rem solid transparent;
        transform: translateY(0.08rem);
    }
}

.govgr-breadcrumbs-bar {
    background: #ffffff;
}

.govgr-breadcrumbs-bar .govgr-width-container {
    padding-top: 0.9rem !important;
    padding-bottom: 0.9rem !important;
}

.govgr-hero {
    background: linear-gradient(180deg, var(--govgr-blue) 0%, #0a4a94 100%);
    padding: 3rem 0 3.5rem;
}

.govgr-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 360px);
    gap: 2rem;
    align-items: start;
}

.govgr-hero-copy {
    max-width: 44rem;
}

.govgr-eyebrow,
.govgr-section-kicker,
.govgr-service-panel__eyebrow,
.govgr-footer-kicker {
    margin: 0 0 0.5rem !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.govgr-eyebrow {
    color: rgba(255, 255, 255, 0.72) !important;
}

.govgr-hero h1 {
    max-width: 18ch;
    margin-bottom: 1rem !important;
}

.govgr-hero-lead {
    max-width: 40rem;
    margin-bottom: 1.5rem !important;
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 1.125rem !important;
    line-height: 1.65 !important;
}

.govgr-hero-links {
    display: grid;
    gap: 0.65rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.govgr-hero-links a {
    color: #ffffff !important;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.15em;
}

.govgr-hero-links a:hover {
    color: #ffffff !important;
}

.govgr-service-panel {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 6px solid var(--govgr-focus);
    border-radius: 0.25rem;
    padding: 1.5rem;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.govgr-service-panel,
.govgr-service-panel p,
.govgr-service-panel li {
    color: var(--govgr-text) !important;
}

.govgr-service-panel a:not(.govgr-btn) {
    color: var(--govgr-blue) !important;
}

.govgr-service-panel__eyebrow {
    color: var(--govgr-blue) !important;
}

.govgr-service-panel__lead {
    margin: 0 0 1rem !important;
    color: var(--govgr-text) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.govgr-checklist {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: grid;
    gap: 0.75rem;
}

.govgr-checklist li {
    position: relative;
    margin: 0;
    padding-left: 1.4rem;
    color: var(--govgr-text) !important;
    font-size: 0.92rem;
    line-height: 1.55;
}

.govgr-checklist li::before {
    content: "";
    position: absolute;
    top: 0.52rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 999px;
    background: var(--govgr-blue);
}

.govgr-service-panel__actions {
    display: grid;
    gap: 0.85rem;
}

.govgr-inline-link {
    color: var(--govgr-blue);
    font-size: 0.92rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.govgr-services-section {
    background: var(--govgr-bg-soft);
    padding: 3rem 0;
}

.govgr-section-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.govgr-section-kicker {
    color: var(--govgr-blue) !important;
}

.govgr-section-intro {
    max-width: 32rem;
    margin: 0 !important;
    color: var(--govgr-muted) !important;
    font-size: 1rem !important;
    line-height: 1.6 !important;
}

.govgr-services-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.govgr-service-card {
    border: 1px solid var(--govgr-border);
    border-top: 4px solid var(--govgr-blue);
    border-radius: 0.2rem;
    padding: 1.35rem;
    box-shadow: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.govgr-service-card:hover {
    border-top-color: var(--govgr-focus);
    box-shadow: 0 10px 24px rgba(0, 34, 85, 0.08);
    transform: translateY(-1px);
}

.govgr-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 0 0.85rem !important;
    border-radius: 50%;
    background: var(--govgr-blue-soft);
    color: var(--govgr-blue);
}

.govgr-service-icon svg {
    width: 1.45rem;
    height: 1.45rem;
}

.govgr-service-card h3 {
    margin-bottom: 0.6rem !important;
    font-size: 1.05rem !important;
    line-height: 1.35 !important;
}

.govgr-service-card h3 a {
    color: var(--govgr-text);
    text-decoration: none;
}

.govgr-service-card h3 a:hover {
    color: var(--govgr-blue);
    text-decoration: underline;
}

.govgr-service-card p {
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
}

.govgr-service-arrow {
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    color: var(--govgr-blue);
    font-size: 0.92rem;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.govgr-service-arrow::after {
    content: "";
    margin-left: 0;
}

.govgr-news-section {
    padding: 3rem 0;
    background: #ffffff;
}

.govgr-news-grid {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.govgr-news-card {
    border: 1px solid var(--govgr-border-soft);
    border-top: 4px solid transparent;
}

.govgr-news-card:hover {
    border-top-color: var(--govgr-blue);
    box-shadow: 0 10px 24px rgba(0, 34, 85, 0.08);
}

.govgr-news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.govgr-news-card-body {
    padding: 1.25rem;
}

.govgr-news-card h3 {
    font-size: 1rem !important;
    line-height: 1.4 !important;
}

.govgr-news-card p {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
}

.govgr-news-empty {
    margin: 0;
    color: var(--govgr-muted);
}

.govgr-glance-section {
    padding: 0 0 3rem;
    background: #ffffff;
}

.govgr-glance-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 1fr);
    gap: 1.75rem;
    align-items: start;
    padding: 1.75rem;
    border: 1px solid var(--govgr-border-soft);
    border-top: 4px solid var(--govgr-blue);
    background: #ffffff;
}

.govgr-glance-copy .govgr-section-intro {
    max-width: none;
}

.govgr-glance-details {
    margin-top: 1.25rem;
    border: 1px solid var(--govgr-border-soft);
    background: var(--govgr-bg-soft);
}

.govgr-glance-details summary {
    cursor: pointer;
    padding: 1rem 1.1rem;
    font-weight: 700;
    color: var(--govgr-blue);
    list-style: none;
}

.govgr-glance-details summary::-webkit-details-marker {
    display: none;
}

.govgr-glance-details__content {
    padding: 0 1.1rem 1rem;
}

.govgr-glance-details__content p {
    margin: 0 !important;
    color: var(--govgr-muted) !important;
    line-height: 1.6 !important;
}

.govgr-glance-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.govgr-glance-link {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 0.95rem;
    padding: 1rem;
    border: 1px solid var(--govgr-border-soft);
    background: #f8fbff;
    color: inherit;
    text-decoration: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.govgr-glance-link:hover {
    border-color: var(--govgr-blue);
    box-shadow: 0 10px 24px rgba(0, 34, 85, 0.08);
    transform: translateY(-1px);
    text-decoration: none;
}

.govgr-glance-link__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--govgr-blue-soft);
    color: var(--govgr-blue);
}

.govgr-glance-link__icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.govgr-glance-link__body {
    display: grid;
    gap: 0.35rem;
}

.govgr-glance-link__body strong {
    color: var(--govgr-text);
    font-size: 0.98rem;
    line-height: 1.35;
}

.govgr-glance-link__body span {
    color: var(--govgr-muted);
    font-size: 0.88rem;
    line-height: 1.55;
}

.govgr-procurements-section {
    padding: 0 0 3rem;
    background: #ffffff;
}

.govgr-procurements-list {
    display: grid;
    gap: 1rem;
}

.govgr-procurement-item {
    padding: 1.15rem 1.25rem;
    border: 1px solid var(--govgr-border-soft);
    border-left: 4px solid var(--govgr-blue);
    background: #ffffff;
}

.govgr-procurement-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 0 0.55rem !important;
    color: var(--govgr-muted) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.govgr-procurement-item h3 {
    margin-bottom: 0.45rem !important;
    font-size: 1rem !important;
    line-height: 1.45 !important;
}

.govgr-procurement-item h3 a {
    color: var(--govgr-text);
    text-decoration: none;
}

.govgr-procurement-item h3 a:hover {
    color: var(--govgr-blue);
    text-decoration: underline;
}

.govgr-procurement-item p:last-child {
    margin-bottom: 0 !important;
    color: var(--govgr-muted) !important;
}
