/* ============================================================
   RSS PAGE (1:1 style)
   ============================================================ */

.feedChannelList {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #2c2c2c;
}

.feedChannelList .boxBody {
    padding: 0;
}

.feedChannelList p {
    margin: 0 0 12px;
    line-height: 1.45;
}

.feedChannelList .mostImportant {
    background: url(/s/classic/sprite-rss-channels.240210.gif) no-repeat 0 5px;
    color: #202020;
    margin: 8px 0 20px;
    min-height: 26px;
    padding-left: 50px;
    padding-top: 2px;
}

.feedChannelList .mostImportant .url {
    display: block;
}

.feedChannelList .channels {
    margin-bottom: 22px;
}

.feedChannelList .channels .boxHeader h2,
.rss-help-box .boxHeader h2 {
    color: #1b3380;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.feedChannelList .list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feedChannelList .list .level-1 > li {
    margin-bottom: 10px;
}

.feedChannelList .list .level-2 {
    margin-left: 20px;
    margin-top: 3px;
}

.feedChannelList .list .level-2 > li {
    margin-bottom: 7px;
}

.feedChannelList .list .level-1 li .title,
.feedChannelList .list .level-2 li .title,
.feedChannelList .list .level-3 li .title {
    color: #202020;
    display: block;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 30px;
    text-decoration: none;
}

.feedChannelList .list .level-1 li .title {
    background: url(/s/classic/sprite-rss-channels.240210.gif) no-repeat 0 -47px;
}

.feedChannelList .list .level-2 li .title {
    background: url(/s/classic/sprite-rss-channels.240210.gif) no-repeat 5px -76px;
}

.feedChannelList .list .level-3 li .title {
    background: url(/s/classic/sprite-rss-channels.240210.gif) no-repeat 10px -121px;
}

.feedChannelList .list .url {
    color: #1b3380;
    display: block;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 1px;
    padding-left: 30px;
    text-decoration: none;
    word-break: break-all;
}

.feedChannelList .list .url:hover,
.feedChannelList .list .title:hover,
.feedChannelList .mostImportant .url:hover {
    text-decoration: underline;
}

.rss-help-box {
    margin-bottom: 16px;
}

.rss-help-box .boxBody p {
    margin: 0;
    line-height: 1.55;
}

@media (max-width: 767.98px) {
    .feedChannelList .channels .boxHeader h2,
    .rss-help-box .boxHeader h2 {
        font-size: 20px;
    }
}
