/*--------------------------- Welcome Notice Styling ----------------------------*/ .blogcast-welcome-notice { font-family: cursive; } .blogcast-welcome-notice .notice-content-wrap { display: flex; } .blogcast-welcome-notice .notice-dismiss-button { text-align: right; padding-bottom: 10px; } .blogcast-welcome-notice .notice-dismiss-button a { color: #ff0000; } .blogcast-welcome-notice .notice-highlight { font-weight: 500; font-size: 1.1rem; font-family: 'Roboto'; } .blogcast-welcome-notice .notice-content { padding: 0px 20px; } .blogcast-welcome-notice .notice-actions { padding-top: 15px; } .blogcast-welcome-notice .notice-actions a { padding: 4px 18px; font-family: 'Roboto'; margin-right: 5px; font-weight: 500; font-size: 14px; } .blogcast-welcome-notice .notice-content .notice-actions a.button:hover { box-shadow: 2px 2px 5px #00000033, inset 0 0 0 99999px #0605050f; } .blogcast-welcome-notice h2 { font-family: 'Roboto'; font-size: 23px; } .blogcast-welcome-notice h2 span { color: #0f1eeb; } .blogcast-welcome-notice .notice-content p { font-family: 'Roboto'; font-size: 14px; line-height: 26px; } .blogcast-welcome-notice .notice-content .features-list li { font-family: 'Roboto'; font-size: 14px; margin-bottom: 12px; font-weight: 500; } .blogcast-welcome-notice .notice-content .features-list li:before { content: "\f155"; font-family: 'dashicons'; padding-right: 15px; font-size: 12px; color: #0f1eeb; vertical-align: middle; } .blogcast-review-notice h2 { font-family: 'Roboto'; font-size: 23px; } .blogcast-review-notice .notice-highlight { font-family: 'Roboto'; } .blogcast-review-notice .notice-content p { font-family: 'Roboto'; }