.insights-premium-members-only-row {
    border-top: 3px solid #d88dca;
    padding-top: 15px;
}

.insights-premium-members-only-content {
    font-family: 'Atlas Grotesk Medium';
    color: #1D082A;
}

.insights-premium-members-only-content::before {
    font-family: icomoon;
    color: #1d082a;
    font-size: 14px;
    content: "\e9012";
    text-align: center;
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    background-color: #edb308;
    border-radius: 100%;
}

.insights-premium-members-only-content span {
    text-decoration: underline;
}

.insights-gated-content-not-logged-in-row {
    display: flex;
    flex-direction: row;
}

.insights-gated-content-col {
    padding: 40px;
    border-radius: 15px;
}

.insights-gated-content-login-col {
    background: #F9F9F9;
    margin-right: 5px;
}

.insights-gated-content-signup-col {
    background: #F7F6F1;
}

.insights-gated-upgrade-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.insights-gated-content-icon-section {
    position: relative;
    top: -20px;
    right: -20px;
}

.insights-gated-content-icon-section img {
    width: 140px;
}

.insights-gated-content-title {
    font-family: 'Atlas Grotesk Medium';
    margin-bottom: 10px !important;
    font-size: 14px;
    color: #1D082A;
}

.insights-gated-content-desc {
    font-size: 13px;
    color: #1D082A;
}

.insights-gated-content-col a {
    font-family: 'Atlas Grotesk Medium';
    padding: 10px 20px;
    border-radius: 28px;
    font-size: 14px;
}

.insights-gated-content-login-col a {
    border: 2px solid #1D082A;
    color: #1D082A !important;
    text-decoration: none !important;
}

.insights-gated-content-signup-col a {
    border: 2px solid #006eb8;
    background: #006eb8;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 1200px) {
    .insights-gated-content-col {
        padding: 30px;
    }
}

@media (max-width: 1024px) {
    .insights-gated-content-not-logged-in-row {
        flex-direction: column;
    }

    .insights-gated-content-login-col {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .insights-gated-content-icon-section {
        display: none;
    }
}