/* THE PREVIEW ON THIS PAGE DOESN'T SHOW CUSTOM CSS, YOU MUST USE THE PREVIEW FEATURE FROM THE SIDEBAR TO CHECK OUT CUSTOM CSS CHANGES */

/* This will change the font in the entire widget */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
body, body * {
    font-family: 'Poppins',sans-serif !important;
}

/* This will change the appearance of the main widget header */
.headerTitle {
    font-weight: 600;
}

/* This will change the appearance of the post boxes */
.feature {
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    box-shadow: -5px 10px 20px 0px rgba(9, 23, 45, 0.1) !important;
    margin-bottom: 16px !important;
}

.feature .category {
    border-radius: 4px;
}

.feature .featureDate span {
    color: #656565 !important;
}

/* This will change the apparance of the title */
.feature .featureTitle a, {
    font-weight: 600 !important;
}

.featureTitle {
    color: #0E4293 !important;
    font-weight: 600 !important;
}

.feature .featureTitle:hover a,
.feature:hover .featureTitle{
    color: #2E68BF !important;
}

/* This will change the appearance of the post link and icons */
.feature .featureAction a, 
.feature .featureAction svg, 
.feature .featureControl * {
    color: #0E4293 !important;
}

.feature .featureAction:hover a, 
.feature .featureAction:hover svg, 
.feature .featureControl *:hover {
    color: #2E68BF !important;
}

.feature .featureFeedback {
    background-color: #FFFFFF !important;
}

.feature .featureFeedback .feedbackInput {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
}