
.konfettito-form-wrapper {
    font-family: 'Heebo', sans-serif;
    background: #EDF1F0;
    padding: 20px;
    border: 1px solid #009246;
    border-radius: 12px;
    max-width: 500px;
    margin: 0 auto;
}
.konfettito-form-wrapper label {
    display: block;
    margin-bottom: 12px;
    color: #000;
}
.konfettito-form-wrapper input,
.konfettito-form-wrapper select {
    width: 100%;
    padding: 8px;
    margin-top: 4px;
    border: 1px solid #009246;
    border-radius: 8px;
    font-family: 'Heebo', sans-serif;
}
.konfettito-form-wrapper button {
    background-color: #CE2B37;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
.konfettito-form-wrapper button:hover {
    background-color: #a3202a;
}
