.rad-arrow .apex-item-option,
.rad-arrow .apex-item-option input,
.rad-arrow .apex-item-option label{
    width:170px;
    height: auto;
    min-height:95px;
    word-break: break-word;
}
.rad-arrow .apex-item-option label{
    border-right:0 !important;
    padding: 1.2rem 0 !important;
    line-height:2rem !important;
    padding-left:10px !important;
    padding-right:10px !important;
}
.rad-arrow .apex-item-option:last-child label{
    border-right:1px solid #c4ced3 !important;
}
.rad-arrow .apex-item-option label .count{
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    font-size: 20px;
    line-height: 2.89rem;
    border-bottom:1px dotted #c4ced3 !important;
}
.t-Form-fieldContainer--radioButtonGroup .apex-item-grid{
    background-color:transparent !important;
}
.rad-arrow.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label{
    background-image: url("/assets/rt-radio-arrow/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 0px -4px;
    box-shadow: none;
    border: 0;
    border-top: 1px solid #c4ced3;
    border-bottom: 1px solid #c4ced3;
    border-right: 1px dashed #c4ced3 !important;
}
.rad-arrow.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input:checked+label {
    background-color:#056bbf !important;
    background-image: none;
}
.rad-arrow.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc .apex-item-option:first-child input+label{
    background-image: none;
    border-left: 1px dashed #c4ced3 !important;
    border-right: 1px dashed #c4ced3 !important;
}
@media(max-width:768px){
    .rad-arrow .apex-item-option,
    .rad-arrow .apex-item-option input,
    .rad-arrow .apex-item-option label{
        width:100%;
        float:left;
    }  
    .rad-arrow .apex-item-option label{
        border-right:1px solid #c4ced3 !important;
        border-bottom:0px !important;
        background-image:none !important;
    }
    .rad-arrow .apex-item-option:last-child label{
        border-bottom:1px solid #c4ced3 !important;
    }
    .rad-arrow.t-Form-fieldContainer--radioButtonGroup .apex-item-group--rc input+label{
        border-left: 1px solid #c4ced3;
    }
}