/**
 * Blocks
 */

/**
 * Support US Block
 */
:root {
	--block-supportus-background: #353133;
    --block-supportus-title-color: #66ffff;
    --block-supportus-text-color: #66ffff;
    --block-supportus-button-color: #66ffff;
    --block-supportus-button-color-hover: #66ffff;
    --block-supportus-elbow-color: #66ffff;
}
.thenewtab-block-supportus {
    position: relative;
    border-radius: 16px;
    background-color: var(--block-supportus-background);
    margin-top: 30px;
    margin-bottom: 30px;
}

body.night .thenewtab-block-supportus {
    background-color: #4d4d4d;
}

.entry-content .thenewtab-block-supportus:first-child {
    margin-top: 0;
}

.single .thenewtab-block-supportus {
    grid-column: 2 / 3;
}

@media (max-width: 1919px) {
    .single .thenewtab-block-supportus {
        grid-column: 1 / 2;
    }
}

.thenewtab-block-supportus:after {
	content: '';
	position: absolute;
	right: 0; 
	bottom: 0;
	width: 60px;
	height: 60px;
	background-image: -webkit-linear-gradient(135deg, white 50%, var(--block-supportus-elbow-color) 50%);
}

body.night .thenewtab-block-supportus:after {
    background-image: -webkit-linear-gradient(135deg, #333333 50%, var(--block-supportus-elbow-color) 50%);
}

.thenewtab-block-supportus .block-supportus-title {
    font-size: 32px;
    font-weight: bold;
    font-family: "Soyuz Grotesk", sans-serif;
    line-height: 1em;
    color: var(--block-supportus-title-color);
    margin-bottom: 15px;
}
.thenewtab-block-supportus .block-supportus-text {
    font-size: 18px;
    font-weight: bold;
    font-family: "NAMU 1990", sans-serif;
    line-height: 1.2em;
    color: var(--block-supportus-text-color);
    margin-bottom: 35px;
}
.thenewtab-block-supportus .block-supportus-button {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "NAMU 1990", sans-serif;
    line-height: 1em;
    color: var(--block-supportus-button-color) !important;
    background-color: var(--block-supportus-background);
    border-radius: 50rem;
    border: 1px solid var(--block-supportus-button-color);
    text-transform: uppercase;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-flex;
    text-align: center;
    transition: all .3s;
}
.thenewtab-block-supportus .block-supportus-button:hover {
    color: var(--block-supportus-background) !important;
    background-color: var(--block-supportus-button-color-hover);
    border: 1px solid var(--block-supportus-button-color-hover);
}
.thenewtab-block-supportus .block-supportus-action {
    margin-top: auto;

    @media (max-width: 960px) {
        margin: 0 auto;
    }
}
.thenewtab-block-supportus .block-supportus-inner {
    display: flex;
}
.thenewtab-block-supportus .block-supportus-content {
    padding: 58px 44px 86px 44px;
	width: 100%;
    min-height: 330px;
    display: flex;
    flex-direction: column;
}
.thenewtab-block-supportus .block-supportus-content:not(:last-child) {
    flex: 0 0 42%;
	max-width: 42%;

    @media (max-width: 960px) {
        flex: initial;
        max-width: initial;
    }
}
.thenewtab-block-supportus .block-supportus-figure {
    padding: 15px 15px 30px 0;
    display: flex;
    flex: auto;
    justify-content: flex-end;
    align-items: flex-start;
}
.thenewtab-block-supportus .block-supportus-figure > img {
    display: block;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
}
@media (max-width: 960px) {
    .thenewtab-block-supportus .block-supportus-figure {
        display: none;
    }
    .thenewtab-block-supportus .block-supportus-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 767px) {
    .thenewtab-block-supportus {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.editor-styles-wrapper .thenewtab-block-supportus,
.editor-styles-wrapper .thenewtab-block-supportus * {
    box-sizing: border-box;
}
@media (min-width: 1540px) {
    .editor-styles-wrapper .thenewtab-block-supportus {
        margin-left: -188px;
        margin-right: -188px;
    }
}

.thenewtab-supportus-section {
    max-width: 1336px;
	margin: 1.8rem auto;
	padding: 0 60px;

    @media (max-width: 960px) {
        padding: 0;
    }
}
