.elementor-1806 .elementor-element.elementor-element-b808ac3{--display:flex;}#elementor-popup-modal-1806{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1806 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1806 .dialog-close-button{display:flex;}#elementor-popup-modal-1806 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-13b5f83 *//* Instagram Follow Button Styling */
.instagram-follow-container {
    text-align: center; /* Center align the button */
    padding: 10px;
}

.instagram-follow-button {
    display: inline-block;
    padding: 8px 16px; /* Add padding for a comfortable button size */
    font-size: 14px;
    font-weight: 600;
    color: #000; /* Black text */
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #000; /* Thin black border */
    background-color: transparent; /* Transparent background */
    transition: all 0.3s ease; /* Smooth hover effect */
    cursor: pointer;
}

.instagram-follow-button:hover {
    color: #fff; /* White text on hover */
    background-color: #000; /* Black background on hover */
    border-color: #000; /* Keep the border black */
}/* End custom CSS */