/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 10 2025 | 04:43:24 */
/* Article More Info - START */
.blog_details_more_info_div {
    display: flex;
    gap: 10px;
}

.blog_details_more_info_div p {
    background: #287BFF;
    color: #ffffff;
    padding: 3px 16px;
    border-radius: 100px;
    width: fit-content;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    font-family: "Spline Sans", Verdana, Arial, sans-serif;
}
/* Article More Info - END */

.blog_details_description_customs .fl-rich-text a, .blog_details_description_customs .fl-rich-text a b, .blog_details_description_customs .fl-rich-text a span {
	color: #287bff !important;
	text-decoration: underline;
}

.download-cta a {
	font-family: Outfit, sans-serif;
    font-weight: 500 !important;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
	background: #ffac28;
	color: #fff !important;
	border-radius: 100px;
	transition: all .3s ease 0s;
	transition-duration: 500ms;
	cursor: pointer;
	padding: 10px 32px;
	text-decoration: none !important;
}

#post_custom_download_cta a {
	color: #fff !important;
	text-decoration: none !important;
}

.download-cta a:hover {
	background: #fd9b00;
}
