body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background-color: #f9f9f9;
}
.elementor-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #142882;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}
.elementor-button:hover {
    background-color: #0f2060;
}
.elementor-form {
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.jet-form__label-text {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.jet-form__field {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.jet-form__calculated-field {
    font-weight: bold;
    font-size: 1.2em;
}
.resizable {
    resize: both;
    overflow: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
}
.form-header {
    background-color: #d8e22e;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    text-align: center;
}
.form-header h2 {
    margin: 0;
    color: #0d2d8a;
}
.form-footer {
    text-align: center;
    padding-top: 20px;
}
.form-footer .elementor-button {
    width: 100%;
}
.calculated-values {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calculated-values > div {
    text-align: center;
}
