.public-module-empty {
    padding: 28px;
    border: 1px solid #dfe8f5;
    border-radius: 14px;
    color: #5f6f8a;
    background: #fff;
    font-weight: 700;
}

.public-module-card .img-wrapper {
    background: #eef4fb;
}

.public-module-placeholder {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 170px;
    color: #1c458b;
    font-size: 42px;
    background: linear-gradient(135deg, #edf4ff, #ffffff);
}

.public-module-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 22px 0;
}

.public-module-meta-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e3ebf7;
    border-radius: 14px;
    background: #fff;
}

.public-module-meta-card i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #1c458b;
    background: #edf4ff;
    font-size: 18px;
}

.public-module-meta-card span {
    display: block;
    color: #7a879c;
    font-size: 12px;
    font-weight: 800;
}

.public-module-meta-card strong {
    display: block;
    margin-top: 2px;
    color: #172747;
    font-size: 14px;
    font-weight: 900;
}

.public-attachment-list {
    display: grid;
    gap: 10px;
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #dfe8f5;
    border-radius: 16px;
    background: #f8fbff;
}

.public-attachment-list h3 {
    margin: 0 0 4px;
    color: #1c458b;
    font-size: 18px;
    font-weight: 900;
}

.public-attachment-list a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 10px;
    color: #173f7e;
    background: #fff;
    font-weight: 800;
    text-decoration: none;
}

.public-attachment-list a:hover {
    color: #fff;
    background: #1c458b;
}

.public-status-pill {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    color: #0c7a49;
    background: #e9f8ef;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .public-module-meta-grid {
        grid-template-columns: 1fr;
    }
}

/* Public tender list */
.tender-public-listing {
    color: #263754;
    font-family: Quicksand, Arial, sans-serif;
}

.tender-public-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 26px;
}

.tender-public-filters {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tender-filter {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid #dce4ef;
    border-radius: 8px;
    color: #3564ff;
    background: #f1f5fb;
    box-shadow: 0 8px 18px rgba(31, 59, 100, .04);
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.tender-filter:hover,
.tender-filter.is-active {
    border-color: #cfdcff;
    background: #eaf0ff;
    transform: translateY(-1px);
}

.tender-filter--completed {
    color: #3265ff;
}

.tender-filter--ongoing {
    color: #53bba4;
}

.tender-filter--cancelled {
    color: #ff3152;
}

.tender-filter--postponed {
    color: #ff541d;
}

.tender-public-search {
    position: relative;
    flex: 0 0 236px;
}

.tender-public-search input {
    width: 100%;
    height: 46px;
    padding: 0 42px 0 15px;
    border: 1px solid #d9e0ec;
    border-radius: 8px;
    color: #2d3f5d;
    background: #fff;
    font-family: Quicksand, Arial, sans-serif;
    font-size: 12px;
    outline: 0;
}

.tender-public-search input:focus {
    border-color: #94aceb;
}

.tender-public-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 46px;
    border: 0;
    color: #91a2c3;
    background: transparent;
    cursor: pointer;
    font-size: 15px;
}

.tender-public-table__head,
.tender-public-row {
    display: grid;
    grid-template-columns: 62px minmax(240px, 1.5fr) minmax(150px, .82fr) minmax(160px, .82fr) 112px;
    gap: 14px;
    align-items: center;
}

.tender-public-table__head {
    min-height: 47px;
    padding: 0 16px;
    border-bottom: 1px solid #dce3ee;
    color: #7f8798;
    font-size: 13px;
    font-weight: 900;
}

.tender-public-table__body {
    display: grid;
    gap: 12px;
    padding-top: 18px;
}

.tender-public-row {
    min-height: 72px;
    padding: 12px 16px;
    border: 1px solid #e1e7f0;
    border-radius: 8px;
    color: #31425e;
    background: #fff;
    box-shadow: 0 9px 21px rgba(26, 47, 79, .05);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.tender-public-row:hover {
    border-color: #c8d7f0;
    box-shadow: 0 13px 26px rgba(26, 47, 79, .09);
    transform: translateY(-2px);
}

.tender-public-row__no {
    color: #536882;
    font-size: 13px;
    font-weight: 900;
}

.tender-public-row strong {
    color: #554c47;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    text-transform: uppercase;
}

.tender-public-status {
    font-size: 13px;
    font-weight: 900;
}

.tender-public-status--0 {
    color: #52bda5;
}

.tender-public-status--1 {
    color: #3564ff;
}

.tender-public-status--2 {
    color: #ff3152;
}

.tender-public-status--3 {
    color: #ff541d;
}

.tender-public-row time {
    color: #32445f;
    font-size: 13px;
    font-weight: 900;
}

.tender-public-detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #3564ff;
    font-size: 13px;
    font-weight: 900;
}

.tender-public-detail i {
    font-size: 12px;
}

@media (max-width: 1200px) {
    .tender-public-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .tender-public-search {
        flex-basis: auto;
        width: min(100%, 360px);
    }

    .tender-public-table {
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .tender-public-table__head,
    .tender-public-row {
        min-width: 850px;
    }
}

/* Public announcement list */
.announcement-public-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.announcement-public-search {
    position: relative;
    width: min(100%, 280px);
}

.announcement-public-search input {
    width: 100%;
    height: 42px;
    padding: 0 42px 0 14px;
    border: 1px solid #dce5f1;
    border-radius: 8px;
    color: #29405f;
    background: #fff;
    font-family: Quicksand, Arial, sans-serif;
    font-size: 12px;
    outline: 0;
}

.announcement-public-search input:focus {
    border-color: #9db4db;
}

.announcement-public-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 0;
    color: #94a4bd;
    background: transparent;
    cursor: pointer;
}

.announcement-public-listing {
    font-family: Quicksand, Arial, sans-serif;
}

.announcement-public-list {
    display: grid;
    gap: 16px;
}

.announcement-public-row {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 94px;
    padding: 16px 22px;
    border: 1px solid #dce6f2;
    border-radius: 14px;
    color: #0f4a83;
    background: #fff;
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.announcement-public-row:hover {
    border-color: #c1d4ec;
    box-shadow: 0 14px 28px rgba(21, 64, 112, .08);
    transform: translateY(-2px);
}

.announcement-public-row__icon {
    display: grid;
    place-items: center;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    color: #00457e;
    background: #f0f5fb;
    font-size: 23px;
}

.announcement-public-row__content {
    min-width: 0;
}

.announcement-public-row strong {
    display: block;
    color: #06487f;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.3;
}

.announcement-public-row time {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 9px;
    color: #95a3b8;
    font-size: 12px;
    font-weight: 700;
}

.announcement-public-row time i {
    font-size: 13px;
}

@media (max-width: 720px) {
    .announcement-public-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .announcement-public-search {
        width: 100%;
    }

    .announcement-public-row {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        min-height: 80px;
        padding: 12px;
        border-radius: 11px;
    }

    .announcement-public-row__icon {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
}

/* Public activity report list */
.report-public-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.report-public-heading p {
    margin: 8px 0 0;
    color: #71809a;
    font-size: 13px;
    font-weight: 700;
}

.report-public-search {
    position: relative;
    flex: 0 0 280px;
}

.report-public-search input {
    width: 100%;
    height: 44px;
    padding: 0 42px 0 14px;
    border: 1px solid #dce5f1;
    border-radius: 8px;
    color: #29405f;
    background: #fff;
    font-family: Quicksand, Arial, sans-serif;
    font-size: 12px;
    outline: 0;
}

.report-public-search input:focus {
    border-color: #9db4db;
}

.report-public-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 44px;
    border: 0;
    color: #94a4bd;
    background: transparent;
    cursor: pointer;
}

.report-public-listing {
    font-family: Quicksand, Arial, sans-serif;
}

.report-public-list {
    display: grid;
    gap: 14px;
}

.report-public-row {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr) 92px;
    gap: 18px;
    align-items: center;
    min-height: 124px;
    padding: 14px;
    border: 1px solid #dfe7f2;
    border-radius: 12px;
    color: #183e74;
    background: #fff;
    box-shadow: 0 10px 24px rgba(30, 60, 99, .05);
    text-decoration: none;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.report-public-row:hover {
    border-color: #bfd0ea;
    box-shadow: 0 16px 30px rgba(30, 60, 99, .1);
    transform: translateY(-2px);
}

.report-public-row__visual {
    display: grid;
    place-items: center;
    width: 112px;
    height: 92px;
    overflow: hidden;
    border-radius: 8px;
    color: #1c458b;
    background: #edf4ff;
    font-size: 32px;
}

.report-public-row__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.report-public-row__content {
    min-width: 0;
}

.report-public-row__content small {
    display: block;
    color: #3a71cc;
    font-size: 10px;
    font-weight: 900;
}

.report-public-row__content strong {
    display: block;
    margin-top: 5px;
    color: #173f7e;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.3;
}

.report-public-row__content em {
    display: -webkit-box;
    margin-top: 7px;
    overflow: hidden;
    color: #728099;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.report-public-row__meta {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 10px;
    color: #8794a8;
    font-size: 11px;
    font-weight: 700;
}

.report-public-row__meta time,
.report-public-row__meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.report-public-row__detail {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    color: #245ccd;
    font-size: 12px;
    font-weight: 900;
}

.report-sidebar-icon {
    display: grid;
    place-items: center;
    color: #1c458b;
    background: #edf4ff;
    font-size: 21px;
}

@media (max-width: 760px) {
    .report-public-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .report-public-search {
        flex-basis: auto;
        width: 100%;
    }

    .report-public-row {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
        min-height: 96px;
        padding: 11px;
    }

    .report-public-row__visual {
        width: 72px;
        height: 72px;
        font-size: 24px;
    }

    .report-public-row__detail {
        display: none;
    }
}
.tender-detail-page {
    padding: 30px 0 54px;
    background: #f3f7fc;
    color: #0a234f;
    font-family: Quicksand, sans-serif;
}

.tender-detail-page *:not(i),
.tender-detail-page button,
.tender-detail-page input,
.tender-detail-page select,
.tender-detail-page textarea {
    font-family: Quicksand, sans-serif !important;
    letter-spacing: 0;
}

.tender-detail-shell {
    width: min(1380px, calc(100% - 42px));
    margin: 0 auto;
    padding: 22px 30px 32px;
    border: 1px solid #e6edf7;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(22, 61, 111, .07);
}

.tender-detail-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(1380px, calc(100% - 42px));
    min-height: 74px;
    margin: 0 auto 24px;
    padding: 0 18px 0 14px;
    border: 1px solid #e7edf6;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(24, 55, 96, .05);
    color: #7789a8;
    font-size: 15px;
}

.tender-detail-breadcrumb__links {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.tender-detail-breadcrumb a {
    color: #60779c;
    font-weight: 700;
    text-decoration: none;
}

.tender-detail-breadcrumb__home {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    border-radius: 10px;
    color: #86a2c9 !important;
    background: #eaf0f8;
    font-size: 18px;
}

.tender-detail-breadcrumb strong {
    overflow: hidden;
    color: #10234b;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tender-detail-breadcrumb > i {
    color: #a2afc3;
    font-size: 11px;
}

.tender-detail-breadcrumb__links > i {
    color: #9eb0ca;
    font-size: 10px;
}

.tender-detail-breadcrumb__back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 78px;
    min-height: 42px;
    flex: 0 0 auto;
    border-radius: 11px;
    color: #5f79a2 !important;
    background: #dfe8f3;
    font-size: 14px;
    font-weight: 800 !important;
}

.tender-detail-header {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 24px 0 10px;
}

.tender-detail-header__icon {
    display: grid;
    place-items: center;
    width: 68px;
    height: 68px;
    border-radius: 16px;
    color: #fff;
    background: #0753e7;
    box-shadow: 0 14px 28px rgba(7, 83, 231, .22);
    font-size: 29px;
}

.tender-detail-header h1 {
    margin: 0;
    color: #071a43;
    font-size: 35px;
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: 0;
}

.tender-detail-header p {
    max-width: 780px;
    margin: 6px 0 10px;
    color: #617397;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.tender-detail-header__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tender-detail-header__pills span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 32px;
    padding: 0 16px;
    border-radius: 999px;
    color: #31518e;
    background: #f0f4fb;
    font-size: 14px;
    font-weight: 600;
}

.tender-detail-header__pills span:last-child {
    color: #1550ce;
    background: #ecf2ff;
}

.tender-detail-header__actions {
    display: flex;
    gap: 10px;
    align-self: start;
    padding-top: 5px;
}

.tender-detail-header__actions a,
.tender-detail-header__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid #cbd8ea;
    border-radius: 13px;
    color: #0c2556;
    background: #fff;
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.tender-detail-header__actions .is-primary {
    border-color: #0852de;
    color: #fff;
    background: #0852de;
    box-shadow: 0 12px 23px rgba(8, 82, 222, .18);
}

.tender-detail-hero {
    position: relative;
    min-height: 288px;
    overflow: hidden;
    margin-top: 3px;
    border-radius: 17px;
    background: #0c3762;
}

.tender-detail-hero > img,
.tender-detail-hero__shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.tender-detail-hero > img {
    object-fit: cover;
}

.tender-detail-hero__shade {
    background: linear-gradient(90deg, rgba(2, 30, 47, .88) 0, rgba(2, 41, 44, .58) 31%, rgba(1, 29, 48, .08) 72%);
}

.tender-detail-hero__content {
    position: absolute;
    left: 36px;
    bottom: 92px;
    z-index: 1;
    color: #fff;
}

.tender-detail-hero__content h2 {
    max-width: 620px;
    margin: 18px 0 9px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
}

.tender-detail-hero__content p {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.tender-status-pill,
.tender-inline-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #0b914e;
}

.tender-status-pill {
    min-height: 38px;
    padding: 0 19px;
    border-radius: 999px;
    color: #fff;
    background: rgba(14, 130, 57, .88);
    font-size: 14px;
    font-weight: 700;
}

.tender-status-pill i,
.tender-inline-status i {
    font-size: 10px;
}

.tender-status-pill.is-completed { background: rgba(19, 92, 213, .9); }
.tender-status-pill.is-cancelled { background: rgba(221, 48, 65, .9); }
.tender-status-pill.is-postponed { background: rgba(225, 117, 22, .92); }
.tender-inline-status.is-completed { color: #155cd5; }
.tender-inline-status.is-cancelled { color: #dc3041; }
.tender-inline-status.is-postponed { color: #d56d16; }

.tender-detail-hero__facts {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(940px, 82%);
    min-height: 74px;
    padding: 12px 18px;
    border-radius: 0 18px 0 0;
    background: rgba(3, 25, 42, .84);
    backdrop-filter: blur(12px);
}

.tender-detail-hero__fact {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 0 13px;
    border-right: 1px solid rgba(255, 255, 255, .45);
}

.tender-detail-hero__fact:last-child {
    border-right: 0;
}

.tender-detail-hero__fact > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    color: #fff;
    background: #0753e7;
    font-size: 18px;
}

.tender-detail-hero__fact small,
.tender-detail-hero__fact strong {
    display: block;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tender-detail-hero__fact small {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
}

.tender-detail-hero__fact strong {
    font-size: 13px;
    font-weight: 700;
}

.tender-detail-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    padding: 18px 0 20px;
}

.tender-detail-meta-grid article {
    display: grid;
    grid-template-columns: 43px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    min-height: 76px;
    padding: 13px 15px;
    border: 1px solid #e3e9f2;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(28, 60, 103, .05);
}

.tender-detail-meta-grid article > i {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    color: #0a54d8;
    background: #eaf2ff;
    font-size: 20px;
}

.tender-detail-meta-grid span,
.tender-detail-meta-grid strong {
    display: block;
}

.tender-detail-meta-grid span {
    margin-bottom: 6px;
    color: #567096;
    font-size: 13px;
    font-weight: 500;
}

.tender-detail-meta-grid strong {
    color: #0e224d;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.tender-detail-lower {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    gap: 18px;
}

.tender-detail-summary-card,
.tender-detail-documents {
    overflow: hidden;
    border: 1px solid #e0e8f2;
    border-radius: 16px;
    background: #fff;
}

.tender-detail-tabs {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #e0e8f2;
}

.tender-detail-tabs button {
    position: relative;
    flex: 0 0 auto;
    min-height: 50px;
    padding: 0 20px;
    border: 0;
    color: #526486;
    background: transparent;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
}

.tender-detail-tabs button.is-active {
    color: #0851df;
}

.tender-detail-tabs button.is-active::after {
    position: absolute;
    right: 18px;
    bottom: 0;
    left: 18px;
    height: 3px;
    background: #0851df;
    content: "";
}

.tender-detail-tab-panel {
    display: none;
}

.tender-detail-tab-panel.is-active {
    display: block;
}

.tender-detail-summary-card__body {
    padding: 17px 22px 16px;
}

.tender-detail-tab-copy {
    min-height: 220px;
    padding: 24px 26px;
}

.tender-detail-tab-copy p {
    margin: 0 0 12px;
    color: #486081;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.65;
}

.tender-detail-tab-copy p:last-child {
    margin-bottom: 0;
}

.tender-detail-inline-documents {
    display: grid;
    gap: 10px;
}

.tender-detail-inline-documents a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #dce5f2;
    border-radius: 11px;
    color: #0d4fcc;
    background: #f8fbff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tender-detail-inline-documents i {
    font-size: 21px;
}


.tender-detail-summary-card__intro {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e8f1;
}

.tender-detail-summary-card__intro > i {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 13px;
    color: #0c55d8;
    background: #e9f1ff;
    font-size: 29px;
}

.tender-detail-summary-card__intro p {
    margin: 0 0 8px;
    color: #486081;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.55;
}

.tender-detail-summary-card__intro p:last-child {
    margin-bottom: 0;
}

.tender-detail-summary-card__mini {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    padding-top: 14px;
}

.tender-detail-summary-card__mini > div {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px 13px;
    align-items: center;
}

.tender-detail-summary-card__mini i {
    grid-row: span 2;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #0753df;
    background: #e8f1ff;
}

.tender-detail-summary-card__mini span,
.tender-detail-summary-card__mini strong {
    display: block;
}

.tender-detail-summary-card__mini span {
    color: #65799b;
    font-size: 13px;
    font-weight: 500;
}

.tender-detail-summary-card__mini strong {
    color: #10244e;
    font-size: 14px;
    font-weight: 700;
}

.tender-detail-documents__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 55px;
    padding: 0 27px;
    border-bottom: 1px solid #e0e8f2;
}

.tender-detail-documents__head h2 {
    margin: 0;
    color: #10224d;
    font-size: 17px;
    font-weight: 800;
}

.tender-detail-documents__head a {
    color: #0753df;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.tender-detail-documents__list {
    padding: 0 26px;
}

.tender-detail-documents__list a {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 36px;
    gap: 12px;
    align-items: center;
    min-height: 56px;
    border-bottom: 1px solid #e2e8f0;
    color: #10234e;
    text-decoration: none;
}

.tender-detail-documents__list a:last-child {
    border-bottom: 0;
}

.tender-detail-documents__list > a > i {
    color: #0b56da;
    font-size: 26px;
}

.tender-detail-documents__list a:first-child > i {
    color: #e12d36;
}

.tender-detail-documents__list span,
.tender-detail-documents__list strong,
.tender-detail-documents__list small {
    display: block;
}

.tender-detail-documents__list strong {
    font-size: 14px;
    font-weight: 700;
}

.tender-detail-documents__list small {
    margin-top: 3px;
    color: #6f80a0;
    font-size: 12px;
    font-weight: 500;
}

.tender-detail-documents__list em {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid #d7e1ee;
    border-radius: 9px;
    color: #0753df;
    font-style: normal;
}

.tender-detail-documents__empty {
    display: grid;
    place-items: center;
    min-height: 185px;
    padding: 20px;
    color: #7b8aa4;
    text-align: center;
}

.tender-detail-documents__empty i {
    color: #bac7d9;
    font-size: 40px;
}

.tender-detail-documents__empty p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 1280px) {
    .tender-detail-shell {
        padding: 22px 25px 28px;
    }

    .tender-detail-header {
        grid-template-columns: 67px minmax(0, 1fr);
    }

    .tender-detail-header__icon {
        width: 67px;
        height: 67px;
    }

    .tender-detail-header__actions {
        grid-column: 1 / -1;
        padding-top: 0;
    }

    .tender-detail-hero__facts {
        width: min(1000px, 92%);
    }

    .tender-detail-meta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tender-detail-lower {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .tender-detail-page {
        padding: 16px 0 35px;
    }

    .tender-detail-breadcrumb {
        width: min(100% - 16px, 720px);
        min-height: auto;
        padding: 10px;
        margin-bottom: 14px;
        align-items: flex-start;
        flex-direction: column;
    }

    .tender-detail-breadcrumb__links {
        width: 100%;
        gap: 8px;
        font-size: 12px;
    }

    .tender-detail-breadcrumb__home {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .tender-detail-breadcrumb__back {
        min-height: 36px;
        align-self: flex-end;
    }

    .tender-detail-shell {
        width: min(100% - 16px, 720px);
        padding: 16px;
        border-radius: 15px;
    }

    .tender-detail-header {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 13px;
        padding: 18px 0 8px;
    }

    .tender-detail-header__icon {
        width: 54px;
        height: 54px;
        border-radius: 13px;
        font-size: 24px;
    }

    .tender-detail-header h1 {
        font-size: 27px;
    }

    .tender-detail-header p {
        font-size: 14px;
    }

    .tender-detail-header__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tender-detail-header__actions a,
    .tender-detail-header__actions button {
        min-height: 43px;
        padding: 0 11px;
        font-size: 12px;
    }

    .tender-detail-hero {
        min-height: 350px;
    }

    .tender-detail-hero__content {
        left: 21px;
        bottom: 177px;
    }

    .tender-detail-hero__content h2 {
        max-width: calc(100vw - 80px);
        margin-top: 14px;
        font-size: 26px;
    }

    .tender-status-pill {
        min-height: 35px;
        padding: 0 16px;
        font-size: 13px;
    }

    .tender-detail-hero__facts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        min-height: 164px;
        padding: 8px;
        border-radius: 0;
    }

    .tender-detail-hero__fact {
        grid-template-columns: 33px minmax(0, 1fr);
        gap: 8px;
        padding: 6px;
        border-right: 0;
    }

    .tender-detail-hero__fact > span {
        width: 32px;
        height: 32px;
        font-size: 15px;
    }

    .tender-detail-hero__fact small {
        font-size: 11px;
    }

    .tender-detail-hero__fact strong {
        font-size: 12px;
    }

    .tender-detail-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .tender-detail-meta-grid article {
        grid-template-columns: 35px minmax(0, 1fr);
        gap: 8px;
        min-height: 69px;
        padding: 10px;
    }

    .tender-detail-meta-grid article > i {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .tender-detail-meta-grid span {
        font-size: 11px;
    }

    .tender-detail-meta-grid strong {
        font-size: 12px;
    }

    .tender-detail-tabs button {
        min-height: 47px;
        padding: 0 14px;
        font-size: 12px;
    }

    .tender-detail-summary-card__body {
        padding: 15px;
    }

    .tender-detail-summary-card__intro {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .tender-detail-summary-card__intro > i {
        width: 52px;
        height: 52px;
        font-size: 25px;
    }

    .tender-detail-lower {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tender-detail-meta-grid {
        grid-template-columns: 1fr;
    }

    .tender-detail-header__actions {
        grid-template-columns: 1fr;
    }

    .tender-detail-summary-card__mini {
        grid-template-columns: 1fr;
    }
}
