.wcof-form-wrapper {
    margin: 50px 0 59px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.wcof-title {
	font-family: "Montserrat", Arial, sans-serif !important;
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.9;
    font-weight: 400;
    color: #5f5f69;
    letter-spacing: 0;
}

.wcof-mode-switch {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    margin: 0 0 14px;
}

.wcof-radio-option {
	font-family: "Montserrat", Arial, sans-serif !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #6a6a73;
    line-height: 1.4;
    margin: 0;
}

.wcof-radio-option input[type="radio"] {
	font-family: "Montserrat", Arial, sans-serif !important;
    appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #707070;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    box-shadow: none;
}

.wcof-radio-option input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    inset: 1.1px;
    border-radius: 50%;
    background: #707070;
}

.single-product .wcof-form-wrapper {
    margin-top: 0 !important;
}

.single-product .wcof-title {
    margin-bottom: 2px !important;
}