.wc-tip-form {
    padding: 1rem;
}

.wc-tip-title {
    font-weight: 500;
    margin-bottom: 16px;
}

.wc-tip-inputs {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.wc-tip-inputs li {
    box-sizing: content-box;
    padding: 0;
    margin: 0 0 8px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #eee;
}

.wc-tip-inputs li label {
    display: block;
}

.wc-tip-inputs li input[type=radio] {
    display: none;
}

#js-wc-add-tip {
    margin-bottom: 16px;
    display: block;
}

#js-wc-add-tip,
#js-add-tip {
    color: #fff;
    background-color: #e53e3e;
    border-color: #e53e3e;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 8px;
    font-size: 13px;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -moz-border-radius: 4px!important;
    -ms-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    min-height: 40px;
    min-width: 140px;
    outline: 0;
}

#js-wc-add-tip:hover,
#js-add-tip:hover{
    background-color: #fff;
    border: 1px solid #e53e3e;
    color: #e53e3e;
}

.wc-tip-flat {
    display: flex;
}

.wc-tip-flat label {
    white-space: nowrap;
    padding: 0 16px;
}

.wc-tip-flat input {
    flex-grow: 1;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .blockPage {
        max-width: 500px !important;
        width: auto !important;
        left: 1rem !important;
        right: 1rem !important;
        top: 4rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        height: auto !important;
        overflow: hidden !important;
    }
}
