article {

}
.article__back {
    display: block;
    padding: 20px 0 20px 30px;
    font-family: 'Lato', sans-serif;
    margin: 0 0 0 20px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    color: #8e8e8e;
}
.article__back:before {
    font-size: 12px;
    font-weight: 400;
    background: url('/bundles/app/images/theme2020/pic_chevron_left_white.png') var(--bf-primary-color) no-repeat 3px center;
    background-size: auto 13px;
    color: #ffffff;
    border-radius: 100%;
    left: 0;
    line-height: 22px;
    text-align: center;
    width: 22px;
    height: 22px;
    display: block;
    position: absolute;
    content: '';
    /* ❮ ❯ */
    text-decoration: none;
}

.article__thumb {
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
}

.breakflip .article__thumb,
.breakflip-awe .article__thumb {
    line-height: 0;
    padding: 0;
}

.article__thumb .article__thumb__image {
    position: absolute;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.breakflip .article__thumb img,
.breakflip-awe .article__thumb img {
    max-width: 100%;
    width: 100%;
}

.article__thumb__back {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    background: url('/bundles/app/images/theme2020/pic_arrow_left_white.png') no-repeat 5px 5px;
    padding-left: 26px;
    background-size: 16px 16px;
    line-height: 26px;
    font-size: 12px;
    text-decoration: none;
    z-index: 10;
}
.article__body {
    padding: 0 40px;
}
.article__intro {
    margin: 20px 0 30px 0;
    padding: 0 40px;
    font-size: 19px;
    font-weight: 600;
}
article h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 0 40px;
    line-height: 40px;
    margin: 20px 0;
    color: #000000;
    text-transform: uppercase;
}
article h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}
article h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
}
article, .article__body, article p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 25px 0;
}

article b, article strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

body .twitter-tweet {
    margin: 10px auto !important;
}

ul.read-also {
    margin: 10px -20px;
    background: #eff3f6;
    padding: 10px 20px;
    list-style-type: none;
}
ul.read-also {
    list-style-type: none;
}
ul.read-also li {
    padding-bottom: 10px;
}
ul.read-also li.read-also__title {
    padding-bottom: 10px;
}
ul.read-also li:last-child {
    padding-bottom: 10px;
}
ul.read-also li.read-also__title p {
    text-transform: uppercase;
    font-weight: 600;
    color: #6D6D6D;
    font-size: 18px;
    margin: 0;
}
ul.read-also li.read-also__title p:before {
    color: var(--bf-primary-color);
    content: "|";
    font-size: 18px;
    padding: 0 10px 0 0;
}
ul.read-also .article-embed {
    padding: 20px;
    border-radius: 7px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.read-also .article-embed > .article-embed__image {
    flex: 1;
    max-width: calc(30% - 20px);
    width: calc(30% - 20px);
    min-width: calc(30% - 20px);
    height: auto;
}
ul.read-also .article-embed > .article-embed__image img {
    width: 100%;
    height: auto;
    max-height: 65px;
    text-decoration: none;
    display: block;
}
ul.read-also .article-embed > .article-embed__title {
    flex: 1;
    max-width: 70%;
    width: 70%;
    min-width: 70%;
    color: #000000;
    text-decoration: none;
    line-height: 18px;
}

.header-admin {
    text-align: center;
    margin: 20px auto;
    width: 50%;
    border-radius: 7px;
    background: #00cdf2;
    color: #ffffff;
}

.header-admin a {
    color: #ffffff;
    text-decoration: underline;
}

    /* ------------------------------------------------ */
/* Css patches for editor */
/* ------------------------------------------------ */
.article__body img {
    max-width: 100% !important;
    height: auto;
}
.article__body a {
    color: var(--bf-primary-color);
    text-decoration: none;
}
.article__body a:hover {
    color: var(--bf-primary-color);
    text-decoration: underline;
}
.article__body figure {
    margin: 0 auto;
}
.article__body ul {
    padding-left: 40px;
}
.article__body table {
    width: 100% !important;
    border-collapse: collapse;
}

.article__author {
    display: flex;
    height: 7.5rem;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0 2rem;
    text-align: right;
}
.article__author .article__author__title {
    flex: 1;
    padding: 0 1rem;
    color: #000000;
    font-size: 14px;
}
.article__author .article__author__title a {
    color: var(--bf-primary-color);
    font-weight: 600;
    text-decoration: none;
}
.article__author .article__author__title a:hover {
    text-decoration: underline;
}

.comments {
    margin: 20px 0 40px 0;
    padding: 0 20px 20px 20px;
    background: #ffffff;
}
.comments-inner {
    background: #eff3f6;
    padding: 20px;
}
.comments__title {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0;
    text-transform: uppercase;
}
.comments__title:before {
    font-size: 20px;
    font-weight: 800;
    padding: 0 5px 0 0;
    content: "|";
    color: var(--bf-primary-color);
}

.comments__form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.comments__form textarea {
    flex: 1;
    width: calc(100% - 45px);
    max-width: calc(100% - 45px);
    height: 35px;
    display: block;
    line-height: 25px;
    font-size: 16px;
    padding: 5px 15px;
    border: 0;
    outline: 0;
    font-family: 'Roboto', Arial, sans-serif;
    border-radius: 15px;
}
.comments__form input[type="submit"] {
    display: block;
    flex: 1;
    width: 35px;
    height: 35px;
    max-width: 35px;
    min-width: 35px;
    border: 0;
    border-radius: 100%;
    background: url('/bundles/app/images/theme2020/pic_send.png') var(--bf-primary-color) no-repeat center center;
    background-size: 60% auto;
    outline: 0;
    cursor: pointer;
    resize: none;
}

.comments__elt {
    min-height: 130px;
    position: relative;
    margin: 0 0 10px 0;
    background: #ffffff;
    border-radius: 15px;
    padding: 10px 15px;
}
.comments__elt__heading {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.comments__elt:nth-child(even) {
}
.comments__elt__heading__thumb {
    flex: 1;
    background-size: cover;
    background-position: center center;
    max-width: 35px;
    min-height: 35px;
}
.comments__elt__heading__thumb__image {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background: url('/bundles/app/images/theme2020/pic_account.png') var(--bf-primary-color) no-repeat center center;
    background-size: 40% auto;

}
.comments__elt__heading__title {
    flex: 1;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
}
.comments__elt__heading__title a {
    color: #000000;
}
.comments__elt__heading__title span {
    font-weight: 600;
}
.comments__elt__vote {
    position: absolute;
    top: 62px;
    left: 14px;
    width: 35px;
    height: 60px;
}
.comments__elt__vote__up {
    background: url('/bundles/app/images/theme2020/pic_chevron_up_black.png') no-repeat center center;
    background-size: contain;
    width: 35px;
    height: 20px;
    cursor: pointer;
}
.comments__elt__vote__score {
    width: 35px;
    height: 20px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 21px;
}
.comments__elt__vote__down {
    background: url('/bundles/app/images/theme2020/pic_chevron_down_black.png') no-repeat center center;
    background-size: contain;
    width: 35px;
    height: 20px;
    cursor: pointer;
}
.comments__elt__body {
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 10px 50px;
}

.comments__elt.comments__elt_reply {
    margin-left: 60px;
}
.comments__elt.comments__elt_reply .comments__elt__heading__thumb__image {
    width: 35px;
    height: 35px;
    margin: 5px;
}
.comments__more {
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: center;
    background: #def6ff;
    color: #56abca;
    border: 1px #6cc9eb solid;
    border-radius: 4px;
    margin: 20px 0 0 0;
    padding: 10px 0;
}

article.staticpage {
    margin: 0;
    padding: 20px;
    font-size: 12px;
}
article.staticpage h1 {
    font-size: 22px;
    text-transform: uppercase;
}
article.staticpage a {
    color: var(--bf-primary-color);
    text-decoration: underline;
}

.taboola-container {
    margin: 20px;
    background: #f4f4f4;
}

/* ------------------------------------------------------------------------------------
 Desktop
--------------------------------------------------------------------------------------- */
@media screen and (min-width: 1024px) {
    #floating .floating__link {
        font-size: 1.6rem;
    }

    .article__back {
        margin: 0 20px;
    }

    ul.read-also {
        margin: 0;
    }

    article h1 {
        padding: 0 40px;
    }

    article h2 {
        font-size: 30px;
        line-height: 42px;
    }
}

.tombola-block {
    padding: 10px 0;
}

.tombola-block .tombola-inputs {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
}

.tombola-block .tombola-inputs input:not([type='checkbox']),
.tombola-block .tombola-inputs .tombola-checkbox {
    max-width: 100%;
    width: 400px;
}

.tombola-block .tombola-inputs input:not([type='checkbox']) {
    height: 35px;
}

.tombola-block .tombola-inputs .tombola-checkbox {
    margin-top: 20px;
}

.tombola-block .tombola-inputs input:not(:first-child) {
    margin-top: 10px;
}

.tombola-block .tombola-inputs .tombola-checkbox .tombola-checkbox-text {
    cursor: pointer;
    font-size: 14px;
}

.wot-key-button,
.elyon-key-button,
.tombola-button {
    background: var(--bf-primary-color);
    border: 0;
    border-radius: 7px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 30px;
    margin: 0 auto;
    outline: 0;
    padding: 0 20px;
    text-transform: uppercase;
}

.tombola-button {
    margin-top: 15px;
}

.wot-key-message,
.elyon-key-message,
.tombola-message {
    margin-top: 10px;
    text-align: center;
}

.tombola-message {
    font-style: italic;
}
