.elementor-2216 .elementor-element.elementor-element-5daf18f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-2216 .elementor-element.elementor-element-588523f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;}.elementor-2216 .elementor-element.elementor-element-d071263{width:var( --container-widget-width, 70% );max-width:70%;--container-widget-width:70%;--container-widget-flex-grow:0;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-2216 .elementor-element.elementor-element-d071263{--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}}/* Start custom CSS for shortcode, class: .elementor-element-d071263 */.mailpoet-manage-subscription {
    /* Form container styling */
    background-color: white; /* White background */
    width: 100%;
    max-width: 100%;
}

.mailpoet-manage-subscription input[type="text"],
.mailpoet-manage-subscription input[type="email"],
.mailpoet-manage-subscription select {
    /* Input and select field styles */
    font-family: Arial, sans-serif;
    font-size: 16px; /* Example size, adjust as needed */
    color: #000000; /* Black text */
    border: 1px solid #CCCCCC; /* Light gray border */
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 0px; /* No border radius */
}

.mailpoet-manage-subscription input[type="submit"] {
    /* Button styles */
    background-color: #D92221; /* Accent color */
    color: white;
    padding: 12px 20px;
    margin-top: 20px; /* Added padding above the button */
    border: none;
    width: 100%;
    cursor: pointer;
    border-radius: 0px; /* No border radius */
    font-weight: bold; /* Make the font bold */
}

.mailpoet-manage-subscription label {
    /* Label styles */
    color: #000000; /* Black text */
    font-family: Arial, sans-serif;
    padding-bottom: 5px;
    display: block;
    font-weight: bold; /* Adjust based on your preference */
}/* End custom CSS */