table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    padding: 10px;
}

th {
    text-align: left;
    background-color: #004fa4;
    font-weight: bold;
}
td img{
    width: 30px;
    object-fit: contain;
}
td.country-info-wrap {
    display: flex;
}
.country-info {
    display: inline-block;
    padding-inline-start: 8px;
}
.country-cur-code {
    font-size: 15px;
    font-weight: bold;
}
.country-name {
    font-size: 13px;
}

/* Calculator */
.calc-input {
    display: flex;
    align-items: stretch;
    gap: 8px;
}