

/* Start:/bitrix/templates/personaudit/components/bitrix/news/contracts/bitrix/news.list/.default/style.css?17782032651206*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

@media (max-width: 768px) {
    div.news-list img.preview_picture {
        float: none;
        display: block;
        max-width: 100%;
        height: auto;
        margin: 0 0 8px 0;
    }

    /* Contracts list: 2 columns → 1 column on mobile */
    table.item_list {
        width: 100% !important;
        display: block;
    }
    table.item_list tbody {
        display: block;
        width: 100%;
    }
    table.item_list > tbody > tr {
        display: block;
        width: 100%;
    }
    table.item_list > tbody > tr > td {
        display: block;
        width: 100% !important;
        padding-bottom: 16px;
        box-sizing: border-box;
    }

    /* Inner item table: also full width */
    table.item_list table.item {
        width: 100% !important;
    }

    /* Image+price column: ensure price text always fits horizontally */
    table.item_list table.item td.img {
        min-width: 90px;
        width: 90px;
    }

    /* Price text: prevent wrapping */
    table.item_list table.item td.img .price {
        white-space: nowrap;
        font-size: 13px;
    }
}

/* End */
/* /bitrix/templates/personaudit/components/bitrix/news/contracts/bitrix/news.list/.default/style.css?17782032651206 */
