<!--
/**
 * Curalate extension modifier
 *
 * Curalate Fanreel customizations by ImaginationMedia
 *
 * @category  ImaginationMedia
 * @package   ImaginationMedia_Curalate
 * @author    Antonio Lolić <antonio@imaginationmedia.com>
 * @copyright Copyright (c) 2021 Imagination Media (https://www.imaginationmedia.com/)
 * @license https://opensource.org/licenses/OSL-3.0.php Open Software License 3.0
 */
-->

.bg-grey {
    background-color: #f7f7f7;
    box-sizing: border-box;
    justify-content: center;
    webkit-font-smoothing: antialiased;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;

}
.ad-curalate-container {
    width: 100%;
    display: block;
    box-sizing: border-box;
    flex-basis: 58.6667%;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: left;
    position: relative;
    max-width: 100%;
}

.ad-curalate-hashtag {
    box-sizing: border-box;
    display: block;
    flex-basis: 33.333%;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 8px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
}

.ad-curalate-hashtag .share-style {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.ad-curalate-hashtag .hash {
    font-size: 63px;
    font-weight: 500;
    line-height: 63px;
}

.ad-curalate-hashtag .description {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.ad-curalate-hashtag .links {
    display: flex;
    justify-content: center;
    gap: 14px;
}

.ad-curalate-hashtag .links .links-btn {
    width: 220px;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.ad-curalate-hashtag .links .links-btn.button-primary {
    background: #444444;
}

.ad-curalate-hashtag .links .links-btn.button-primary a {
    color: #FFFFFF;
}

.ad-curalate-hashtag .links .links-btn.upload-media {
    background: none;
    border: 1px solid #444444;
    color: #444444;
}

/* Mobile */
@media only screen and (max-width: 643px) {

    .ad-curalate-hashtag {
        flex-basis: auto;
    }

    .ad-curalate-container {
        flex-basis: auto;
        max-width: 100%;
    }

    .bg-grey {
        width: 100vw;
        padding: 20px 0 0 0;
        margin: -15px;
    }

    .ad-curalate-hashtag .share-style {
        font-size: 14px;
        line-height: 16px;
    }

    .ad-curalate-hashtag .hash {
        font-size: 25px;
        line-height: 25px;
    }

    .ad-curalate-hashtag .description {
        font-size: 12px;
        line-height: 16px;
    }

    .ad-curalate-hashtag .links {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        gap: 17px;
    }

    .ad-curalate-hashtag .links .links-btn {
        width: 100%;
    }
}
