/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.tfcv-wrapper {
    margin: 20px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding-bottom: 20px;
}

.tfcv-container {
    padding: 20px;
}

.tfcv-nav-tabs span,
.tfcv-nav-tabs label {
    transition: all ease 200ms;
}
.tfcv-nav-tabs label {  
    padding: 10px 10px;
    font-size: 90%;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.tfcv-nav-tabs label input[type=radio] {
    width:1px;
    height:1px;
    opacity: 0.1;
}
.tfcv-nav-tabs label span {
    border-bottom: 2px solid transparent;
}
.tfcv-nav-tabs label:hover {
    background-color: #eee;
}
.tfcv-nav-tabs label input:checked + span,
.tfcv-nav-tabs label:hover span {
    border-bottom: 2px solid currentColor;
}
.tfcv-nav-tabs ul {
    display: flex;
    flex-wrap: wrap;
}
.tfcv-nav-tabs li:before {
    content: none !important;
}
.tfcv-nav-tabs li + li {
    border-left: 1px solid #ccc;
}
.tfcv-nav-tabs li {
    padding: 0 !important;
    flex-grow: 1;
    cursor: pointer;
    text-align: center;
}

.tfcv-tabs {
    border-top: 1px solid #ccc;
    padding: 20px 30px;
}

#childcare-voucher-provider-select {
    margin: 10px 0;
}

.provider-descriptions {
    padding: 20px 0;
}
@media (min-width: 31rem) {
    .tfcv-nav-tabs label {
        padding: 20px 30px;
        font-size: 110%;
    }    
}