a.widget-column {
    border: none!important;
    box-shadow: none!important;
    box-sizing: border-box!important;
    font-weight: 400;
    /*font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    overflow: hidden!important;
    font-family:Arial, sans-serif;
    position: relative!important;
    text-decoration: none!important;
    display: block!important;
    margin: auto!important;
}
a.widget-column > .place {
    font-size: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-column_item {
    border-bottom: 1px solid #f6f4f4;
    margin-left: 5px;
    margin-right: 5px;
}
.widget-column_item img {
    width: 40px;
    height: 100%;
}
.widget-column_item_week, .widget-column_item_place {
    display: flex;
    padding: 2px 0;
    align-items: center;
}
.widget-column_item:last-child {
    border-bottom: none;
}
.widget-column_item_week > .column-date {
    width: 40%;
    font-size: 13px;
    text-align: left;
}
.widget-column_item_place > .name-place {
    width: 45%;
    font-size: 15px;
    text-align: left;
}
.widget-column_item_place > .name-place > .city-name-place, a.widget-column p {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widget-column_item_week > .column-date p:first-child{
    font-size: 12px;
}
.widget-column_item_week > .column-img, .widget-column_item_place > .column-img {
    width: 20%;
}
.widget-column_item_week > .column-temp {
    width: 40%;
    text-align: right;
}
.widget-column_item_place > .column-temp {
    width: 35%;
    text-align: right;
}
.column-temp > .temp-line {
    font-size: 15px;
    font-weight: 400;
}
.column-temp > .other-line {
    font-size: 11px;
    padding-right: 5px;
}
