/* RFQ promo block — v1A "table" layout */

.news-rfq-promo-v3 {
    background: #ffffff;
    border: 1px solid #dcdfdd;
    border-radius: 10px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 20px 0 24px;
    overflow: hidden;
}

.news-rfq-promo-v3__head {
    align-items: flex-end;
    border-top: 3px solid #008d81;
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 20px 28px 18px;
}

.news-rfq-promo-v3__head-main {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.news-rfq-promo-v3__head-main h2 {
    color: #202124;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0;
}

.news-rfq-promo-v3__all {
    align-items: center;
    border-bottom: 1px solid #cfd3d1;
    color: #202124;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: 8px;
    padding-bottom: 3px;
    text-decoration: none;
    white-space: nowrap;
}

.news-rfq-promo-v3__all:hover {
    border-color: #008d81;
    color: #008d81;
    text-decoration: none;
}

.news-rfq-promo-v3__all-arrow {
    font-size: 15px;
}

.news-rfq-promo-v3__cols,
.news-rfq-promo-v3__row {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 2.4fr) minmax(0, .9fr) minmax(0, 1.1fr) minmax(0, .9fr) minmax(0, .9fr);
}

.news-rfq-promo-v3__cols {
    background: #f7f8f7;
    border-bottom: 1px solid #e6e9e7;
    border-top: 1px solid #e6e9e7;
    color: #7b807d;
    font-family: 'Roboto', 'SF Mono', Menlo, Consolas, monospace;
    font-size: 11px;
    letter-spacing: .12em;
    padding: 9px 28px;
    text-transform: uppercase;
}

.news-rfq-promo-v3__cols-volume {
    text-align: right;
}

.news-rfq-promo-v3__row {
    border-bottom: 1px solid #edefee;
    padding: 10px 28px;
}

.news-rfq-promo-v3__row:last-child {
    border-bottom: 0;
}

.news-rfq-promo-v3__row:hover {
    background: #f9fbfa;
}

.news-rfq-promo-v3__product {
    min-width: 0;
}

.news-rfq-promo-v3__name {
    color: #202124;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-rfq-promo-v3__size {
    color: #7b807d;
    font-family: 'Roboto', 'SF Mono', Menlo, Consolas, monospace;
    font-size: 14px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-rfq-promo-v3__volume {
    color: #202124;
    font-size: 19px;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    text-align: right;
}

.news-rfq-promo-v3__unit {
    color: #7b807d;
    font-size: 14px;
    font-weight: 400;
}

.news-rfq-promo-v3__country {
    color: #3c4043;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-rfq-promo-v3__badge {
    background: #f1f3f2;
    border-radius: 999px;
    color: #5f6368;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 4px 9px;
}

.news-rfq-promo-v3__badge.is-first {
    background: #e6f4f2;
    color: #007066;
}

.news-rfq-promo-v3__reply {
    align-items: center;
    border: 1px solid #008d81;
    border-radius: 6px;
    color: #008d81;
    display: inline-flex;
    font-size: 15px;
    font-weight: 500;
    height: 36px;
    justify-self: end;
    padding: 0 16px;
    text-decoration: none;
}

.news-rfq-promo-v3__reply:hover {
    background: #008d81;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1023px) {
    .news-rfq-promo-v3__head {
        padding: 16px 18px 14px;
    }

    .news-rfq-promo-v3__cols,
    .news-rfq-promo-v3__row {
        gap: 10px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 767px) {
    .news-rfq-promo-v3 {
        margin: 18px 0;
    }

    .news-rfq-promo-v3__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .news-rfq-promo-v3__cols {
        display: none;
    }

    .news-rfq-promo-v3__row {
        gap: 6px 14px;
        grid-template-columns: 1fr auto;
        padding: 12px 18px;
    }

    .news-rfq-promo-v3__name,
    .news-rfq-promo-v3__size,
    .news-rfq-promo-v3__country {
        white-space: normal;
    }

    .news-rfq-promo-v3__product {
        grid-column: 1 / -1;
    }

    .news-rfq-promo-v3__volume {
        font-size: 17px;
        text-align: left;
    }

    .news-rfq-promo-v3__reply {
        align-self: end;
        grid-column: 2;
        grid-row: 2 / 5;
    }
}
