/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/

/* Hava durumu - uzun il adları */
.posts--filter-bar .nav > li.hava-durumu-item {
    width: 140px;
    overflow: hidden;
}

.posts--filter-bar .nav > li.hava-durumu-item > a.hava-durumu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    padding: 0 6px 0 0 !important;
    border-bottom: 0 !important;
    overflow: hidden;
}

.hava-durumu-text {
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.hava-durumu-text .derece {
    font-family: "PT Sans", "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    height: auto;
    margin: 0;
    text-align: left;
    font-weight: 700;
}

.hava-il {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "PT Sans", "Source Sans Pro", sans-serif;
    font-size: 11px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.hava-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    object-fit: contain;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .posts--filter-bar .nav > li.hava-durumu-item {
        width: 46% !important;
    }
}
