.buy-wishes {
    display: block;
    width: 100%;
}

.buy-wishes label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.buy-wishes fieldset legend {
    font-weight: 500;
    font-size: 1.25rem;
    background-color: #fff;
    padding: 0.25rem 1rem;
    border: 1px solid #afafaf;
}

.buy-wishes fieldset {
    margin-bottom: 1rem;
    box-shadow: 1px 1px 30px -9px rgb(0 0 0 / 30%);
}

.buy-wishes label.wish-textarea {
    margin-top: 1rem;
}

.buy-wishes label.wish-textarea span {
    display: block;
    width: 100%;
}

.buy-wishes label span {
    display: inline-block;
    width: 50%;
    font-weight: 400;
    padding-right: 1rem;
}

.buy-wishes label select,
.buy-wishes label input {
    width: 45%;
    font-size: 1rem;
}

.buy-wishes label input {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.buy-wishes label textarea {
    resize: none;
    width: 100%;
    font-size: 1rem;
    padding: 0.5rem;
}

.buy-wishes .wishes-pay {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buy-wishes .wishes-cost {
    font-size: 1.5rem;
    color: #ff2e2e;
    font-weight: bold;
    margin-bottom: 0;
}

.buy-wishes input[type='submit'] {
    font-size: 1rem;
    font-weight: bold;
    padding: 0.75rem 2rem;
}

.order-wish-msg {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2rem;
}


.order-wish-msg.is-success > p {
    border: 1px solid #324232;
    background-color: #315231;
    padding: 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.order-wish-msg .bank-account {
    font-size: 1.25rem;
    border: 1px solid #838383;
    background-color: #f3f5fd;
    padding: 1rem;
    line-height: normal;
}

.order-wish-msg .bank-account p {
    margin-bottom: 0;
}

.order-wish-msg.is-error {
    border: 1px solid #ff2e2e;
    background-color: #931a1a;
    color: #fff;
}

.order-wish-msg.is-error > p {
    padding: 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.wish-order-menu {
    padding: 40px 0 20px;
}

.wish-order-menu-title {
    margin-bottom: 1rem;
}
