.elementor-5067 .elementor-element.elementor-element-d38bf31{--display:flex;--min-height:32vh;}.elementor-5067 .elementor-element.elementor-element-d38bf31:not(.elementor-motion-effects-element-type-background), .elementor-5067 .elementor-element.elementor-element-d38bf31 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}#elementor-popup-modal-5067{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-5067 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-5067 .dialog-close-button{display:flex;font-size:24px;}#elementor-popup-modal-5067 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-5067 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-5067 .dialog-close-button svg{fill:#FFFFFF;}/* Start custom CSS for shortcode, class: .elementor-element-fd7385d *//* Widget container styling */
    .elementor-element.elementor-element-fd7385d.elementor-widget.elementor-widget-shortcode {
        background-color: black; /* Black background for the widget */
        color: red; /* Red text color for the widget */
        padding: 30px 20px; /* Padding for better spacing */
    }
    
    /* Poll question styling */
    #polls-3 strong {
        color: red; /* Red color for the poll question */
        font-size: 1.5em; /* Increase font size for emphasis */
    }
    
    /* Poll list items styling */
    #polls-3-ans .wp-polls-ul li {
        color: red; /* Red color for poll options */
        margin-bottom: 10px; /* Add spacing between list items */
        list-style-type: none; /* Remove default bullet points */
    }
    
    /* Radio button and label styling */
    #polls-3-ans .wp-polls-ul li input[type="radio"] {
        accent-color: red; /* Style radio buttons with red color */
        margin-right: 10px; /* Add spacing between radio button and label */
    }
    
    #polls-3-ans .wp-polls-ul li label {
        color: red; /* Red color for labels */
        font-size: 18px; /* Increase font size for better readability */
    }
    
    /* Vote button styling */
    #polls-3-ans p > input[type="button"] {
        width: 40%; /* Set button width */
        background: #ffcc00; /* Yellow background for the button */
        text-transform: uppercase; /* Uppercase text */
        font-weight: 800; /* Bold text */
        border: none; /* Remove border */
        color: black; /* Black text color */
        padding: 10px; /* Add padding for better appearance */
        cursor: pointer; /* Add pointer cursor on hover */
    }
    
    /* View Results link styling */
    #polls-3-ans p > a {
        color: red; /* Red color for the link */
        text-decoration: none; /* Remove underline */
        font-weight: bold; /* Bold text */
    }
    
    #polls-3-ans p > a:hover {
        text-decoration: underline; /* Add underline on hover */
    }
    
    /* Loading text styling */
    #polls-3-loading {
        color: red; /* Red color for the loading text */
        font-style: italic; /* Italicize the loading text */
    }/* End custom CSS */