.elementor-140910 .elementor-element.elementor-element-6605bcc{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-140910 .elementor-element.elementor-element-7c4d8ad > .elementor-widget-container{padding:2em 2em 2em 2em;}/* Start custom CSS for html, class: .elementor-element-7c4d8ad */.container {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
}

label {
    display: block;
    margin-top: 10px;
    color: red;
}

input {
    width: 100%;
    padding: 8px;
    margin-top: 5px;
    color: red;
}

button {
    margin-top: 20px;
    margin-bottom: 32px;
    width: 100%;
    padding: 8px !important;
    border-radius: 80px !important;
    background: red;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: yellow;
    color: red;
}

.clickable-section {
    cursor: pointer;
    margin-top: 10px;
}/* End custom CSS */