body {
    font-family: "Mona Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 14px;
    color: #0d0c22;
}

header h1 {
    margin: 0;
}
header .slogan {
    margin:-10px 0 10px;
    font-style: italic;
}
h2, h3 {
    font-weight: 200;
}


header h1 span.b {
    color:#1f7df5
}
header h1 span.y {
    color:#fec108
}
header h1 span.r {
    color:#fb4027
}
header h1 a {
    text-decoration: none;
    font-size: 35px;
    font-weight: 100;
}
/*header h1 a {*/
/*    background: url("/s/pomidoro-3.png") no-repeat 0 0;*/
/*    background-size: cover;*/
/*    height: 60px;*/
/*    width: 300px;*/
/*    display: block;*/
/*}*/
/*header h1 a span {*/
/* display: none;*/
/*}*/
nav ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-weight: 100;
}
nav li {
    list-style: none;
}
nav .active {
    font-weight: 500;
    text-decoration: none
}

.archive {
    display: flex;
    gap: 10px;
}
.filter-sidebar {
    width: 380px;
}

footer {
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
    padding-top: 5px;
}
.gray {
    filter: grayscale(100%);
    opacity: 0.2;
}

.green {
    filter: sepia(1) saturate(8) hue-rotate(90deg);
    opacity: 0.5;
}


form {
    max-width: 800px;
    min-width: 320px;
}

form .input-wrapper {
    display: flex;
    gap: 10px;
}

form input[type="search"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #cfd7df;
    border-radius: 2px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.18s ease;
    font-family: "Mona Sans", sans-serif;
}

form input[type="search"]::placeholder {
    color: #cfd7df;
}
form input[type="search"]:focus {
    border-color: rgba(0, 107, 180, 0.72);
}

form button, button{
    font-family: "Mona Sans", sans-serif;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #006bb4;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    /*transition: background-color 0.06s ease;*/
    font-weight: 200;
}

form button strong {
    font-weight: 400;
}
form button:hover {
    background-color: #005a9c;
}

form button.checked {
    background-color: #1f81f547;
    color: #032e4c;
}

form button.selected, .news-topic-list .topic.selected {
    background-color: #1f81f51a;
    color: #032e4c;
}

mark {
    background: #fec1086e
}
form ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

form ul li button {
    padding: 3px 7px;
    background-color: #f1f1f1;
    border-radius: 2px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
    /*transition: background-color 0.06s ease, color 0.06s ease;*/
}

form ul li button:hover {
    background-color: #006bb4;
    color: #fff;
}


form button.clear {
    background-color: #e5000070;
    color: #fff;
    border-radius: 0 3px 3px 0;
    padding: 3px 6px;
}

form button.clear:hover {
    background-color: #e50000;
}

.feed-container {
    max-width: 468px;
    margin: -90px 0 0;
    padding: 0 10px;
    zoom: 1;
}
.news-card {
    border-radius: 4px;
    box-shadow: 0 4px 40px rgba(0,0,0,0.07);
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow 0.2s;
    flex-direction: column;
}
.news-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background: #e0e0e0;
    display: block;
}

.news-card-small .news-image {
    object-fit: contain;
    height: 100px;
    width: 100px;
    float: right;
    margin-bottom: 10px;
}

.news-content {
    padding: 18px 18px 0 18px;
    display: flex;
    flex-direction: column;
}
.news-content-topic {
    padding: 0 18px 0 18px;
    display: flex;
    flex-direction: column;
    clear: both;
}
.news-content-bottom {
    padding: 0 18px 12px 18px;
    display: flex;
    flex-direction: column;
}

.news-topic-list {
    display: flex;
    justify-content: flex-end;
}

.news-topic-list .topic, li .topic {
    padding: 3px 7px;
    background-color: #f1f1f1;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
    color: #333;
}
.label {
    padding: 3px 7px;
    background-color: #f1f1f1;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
}

.news-source {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    color: #222;
}
.news-title {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #222;
    line-height: 1.35;
}

.news-meta {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #888;
    font-size: 13px;
    margin-top: 4px;
}
.news-meta .icon {
    font-size: 14px;
    color: #bbb;
    margin-left: 8px;
}
._news-image {
    filter: brightness(1) grayscale(50%);
}

.news-card a {
    text-decoration: none;
    opacity: 0.95;
    transition: opacity 0.2s;
    color: #222;

}

.news-card a:hover {
    opacity: 1;
}

.news-card {
    animation: showall 0.7s forwards;
}

.news-card:nth-child(1) { animation-delay: 0.15s; }
.news-card:nth-child(2) { animation-delay: 0.30s; }
.news-card:nth-child(3) { animation-delay: 0.45s; }
.news-card:nth-child(4) { animation-delay: 0.6s; }
.news-card:nth-child(5) { animation-delay: 0.75s; }
.news-card:nth-child(6) { animation-delay: 0.9s; }
.news-card:nth-child(7) { animation-delay: 1.05s; }
.news-card:nth-child(8) { animation-delay: 1.2s; }
.news-card:nth-child(9) { animation-delay: 1.35s; }
.news-card:nth-child(10){ animation-delay: 1.5s; }
.news-card:nth-child(n+11) { animation-delay: 1.65s; }

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
