
#main-content {
    min-width: 200px;
}

#main-content > header {
    display: flex;
    flex-flow: row;
    column-gap: 2rem;
    padding-block-end: 1rem;
    margin-block-end: 1rem;
    border-bottom: 1px solid black;
}

@media screen and ( width < 1000px) {
    #main-content > header {
        flex-flow: column;
    }
}

#main-content > header h1 {
    margin-block-start: 0;
}

#main-content > header p {
    line-height: 22px;
    color: #222;
    margin-bottom: 12px;
}

#subscription-form strong {
    font-weight: bolder;
}

#subscription-form p.small {
    font-size: 11px;
    line-height: 14px;
}

#main-content .rates {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

@media screen and ( width < 1000px) {
    #main-content .rates {
        flex-flow: column;
    }
}

#subscription-form .rates input[type=radio]:checked + label {
    background-color: #fffdf2;
    border-color: #fdec94;
}

#subscription-form .rates label {
    border-radius: .25rem;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
    color: #222;
    font-weight: 600;
}

#subscription-form .rates input[type=radio] {
    display: none;
    box-sizing: border-box;
    padding: 0;
}


#subscription-form .rates > div {
    flex: 0.1 1 content;
    max-width: 160px;
}

#subscription-form .form-group {
    margin-block-end: 1rem;
}

#subscription-form .form-control {
    border: 1px solid #DADFE2;
    font-size: 12px;
    height: calc(1.5em + .75rem + 8px);
}

#subscription-form .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#subscription-form .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#subscription-form .row1 > div:first-child {
    flex: 0.6 1 auto;
}

#subscription-form .row2 > div {
    flex: 0.3 1 auto;
}

#subscription-form ul.card_logos {
    display: none;
    margin: 0;
    padding: 0;
}

#payment-options .row {
    align-items: end;
}

#payment-options .row .form-group:first-child {
    flex: 0.8 1 auto;
}

#payment-options .row .form-group:last-child {
    flex: 0.15 1 auto;
}

#payment-options fieldset .row > div {
    flex: 0.4 1 auto;
}

#subscription-form fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
