/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: https://siteorigin.com/
Theme URI: https://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.bank-rate-block {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.bank-rate-post {
    display: flex;
    width: calc(50% - 10px);
    border: 1px solid #ddd;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.bank-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bank-details {
    padding-left: 0;
}

.bank-name {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.rate-info .rate-row {
    display: flex;
    justify-content: end;
    margin-top: 0;
}

.rate-info .rate-row strong {
    font-weight: bold;
}
