/* JR Memory Challenge Share Privacy Reminder */

.jr-mcs-privacy-reminder {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 14px;
    padding: 10px 14px;
    background: #fffaf3;
    border: 0;
    border-left: 4px solid #c86f3d;
    border-radius: 12px;
    box-shadow: none !important;
    color: #342f2a;
    font-size: 14px;
    line-height: 1.45;
}

.jr-mcs-privacy-reminder__title {
    margin: 0 0 3px;
    padding: 0;
    color: #282421;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
}

.jr-mcs-privacy-reminder__text {
    margin: 0;
    padding: 0;
    color: #514941;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .jr-mcs-privacy-reminder {
        margin: 8px 0 12px;
        padding: 9px 12px;
        border-left-width: 3px;
        border-radius: 10px;
        font-size: 13px;
    }

    .jr-mcs-privacy-reminder__title,
    .jr-mcs-privacy-reminder__text {
        font-size: 13px;
    }
}
