/************
Available Countries
*************/

.radio-cont {
    gap: 3rem;
    padding-left: 3.5rem;
}

.form-check-cont {
    gap: 5rem;
}

.custom-select {
    width: 100%;
}

.input-group-text,
.custom-select {
    font-size: 1.6rem;
}

.form-check-input {
    margin-left: -1.8rem;
}

.section-title {
    background-color: #335177;
    margin: 2rem 0;
    padding: 0.5rem 1rem;
    color: white;
}

.section-title h2 {
    font-size: 2.8rem;
}

.dropdown-menu {
    font-size: 1.6rem;
    padding: 1rem;
    width: 100%;
}

.form-check {
    padding-left: 0;
}

.btn-group {
    width: 70%;
}
/************
Comparison Countries
*************/

#cost-table {
    overflow-x: auto;
}

.results {
    display: none;
}
.table {
    text-align: center;
}

.table td {
    font-size: 1.2rem;
}

.table th {
    font-size: 1.4rem;
}
