/* .single-blog-post-contact-us-button-shortcode,
.single-blog-post-contact-us-button-shortcode .widget-container,
.single-blog-post-contact-us-button-shortcode .elementor-shortcode,
.single-blog-post-contact-us-button-holder {
    width: fit-content;
    height: fit-content;
} */

.single-blog-post-contact-us-button {
    padding: 12px 24px;
    color: #012F6B;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFD800;
    border-radius: 8px 8px 8px 8px;
    background: linear-gradient(90deg, #ffd800, #ffffff);
    background-size: 2000% 100%;
    background-position: 0% 0%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: 0.3s;
}


.single-blog-post-contact-us-button:hover {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    background-position: 99% 0% ;
    transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1) ;
    color: #012F6B;
}