/* Podvaldagi maqolalar ro'yxati. Ranglar va shriftlar shablondan keladi —
   bu yerda faqat joylashuv: rasm chapga oqadi, matn uning yonidan boshlanadi. */

.allmode-default [class^="allmode-"],
.allmode-default img,
.allmode-default a {
    margin: 0;
    padding: 0;
    background: transparent none;
    border: 0 none;
    box-sizing: border-box;
}

.allmode-default a {
    color: #cc1f1f;
    text-decoration: none;
}

.allmode-default .allmode-itemsbox {
    margin: 0 8px;
}

.allmode-default .allmode-item {
    clear: left;
    overflow: hidden;
    padding: 12px 0 6px;
    border-top: 1px dashed #dddddd;
}

.allmode-default .allmode-img img {
    display: block;
    float: left;
    max-width: 100%;
    height: auto;
    margin: 0 16px 8px 0;
    padding: 3px;
    background-color: #f6f5f5;
    border: 1px solid #8e8c8c;
    border-radius: 2px;
    transition: border-color 0.4s ease;
}

.allmode-default .allmode-title {
    margin: 0 0 3px !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}

.allmode-default .allmode-title a {
    font-weight: bold;
}

.allmode-default .allmode-text {
    font-size: 12px;
    line-height: 17px;
}

.allmode-default .allmode-showall {
    margin: 0 8px;
    padding: 3px 4px 0;
    text-align: right;
    border-top: 1px solid #dddddd;
}

@media (max-width: 480px) {
    .allmode-default .allmode-item img {
        width: 50%;
    }
}
