.GuidedModeEditor__view {
    min-height: fit-content!important;
    padding: 35px 0px 30px !important;
}

h2 span {
    font-weight: 500 !important;
}

.LiveField .LiveField__container {
    padding-top: 15px;
}

.LiveField--choices .LiveField__header div[data-testid="liverichtext"] {
    text-align: center;
    margin-bottom: 30px;
} 

.LiveField--choices .LiveField__header div[data-testid="liverichtext"] span {
    font-weight: 600 !important;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"] {
    border: 1px solid #EEEEEE;
    background-color: transparent;
    box-shadow: 0 3px 6px rgba(211, 211, 211, 0.25);
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"] > * {
    float: none;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"] div {
    order: 1;
    color: #9B9DAB;
    font-weight: 400;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"] i {
    order: 2;
    color: #E85C48;
    font-size: 20px;
    opacity: 1;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"][aria-checked="true"] {
    background-color: #FFE3D5;
}

.LiveField--choices div[role="radiogroup"] div[role="radio"][aria-checked="true"] div {
    color: #E85C48;
}


figure.image {
    margin: 20px auto -40px !important;
}

figure.image img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}

.ProgressIndicator > div {
    border-radius: 4px !important;
    height: 8px !important;
}

.BtnV2.BtnV2--solid, .BtnV2.BtnV2--solid:hover {
    background-color: #FFE3D5;
    color: #E85C48;
    box-shadow: none;
    opacity: 1 !important;
}


body .Paperform__Container .BtnV2.BtnV2--solid:active, .BtnV2.BtnV2--solid:focus {
    background-color: #E85C48 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.BtnV2.BtnV2--solid[data-testid="submitbutton"] {
    background-color: #E85C48;
    color: #fff;
    border-radius: 8px;
}