/**
 * Theme Name: SuperOwly - Kids WordPress Child Theme
 * Template: superowly
*/

/*------------------------------------------------------------------
[Add Your Custom CSS Here] */
.ldnradio label input[type='radio']:checked + label:after { /*styles inside circle*/
    border-radius: 11px;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: " ";
    display: block;
    background-color: blue;
}
input:checked {
  border: 6px solid black;
}