:root {
  --suhu-primary-color: #ed0226;
  --suhu-secondary-color: #001a41;
  --suhu-text-color: #4e5764;
  --suhu-bg-color: #edf5fc;
}
.acf-repeater-display{
    height: 350px;
    overflow-y: scroll;
}
.acf-repeater-display .repeater-row{
	gap: 5px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    align-items: center;
}
.acf-repeater-display .repeater-row:last-child{
    border-bottom: none;
}
.acf-repeater-display .repeater-field.flag{
    width: 10%;
}
.acf-repeater-display .repeater-field.currency{
    width: 30%;
    color: #005231;
    font-weight: 600;
}
.acf-repeater-display .repeater-field.buy{
    width: 30%;
}
.acf-repeater-display .repeater-field.sell{
    width: 30%;
}
.acf-repeater-display .acf-repeater-img{
    border-radius: 2px;
    height: 23px;
    width: 35px;
    object-fit: cover;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .acf-repeater-display .repeater-field.flag{
        width: 8%;
    }
    .acf-repeater-display .repeater-field.currency{
        width: 32%;
    }
    .acf-repeater-display .repeater-field.buy{
        width: 30%;
    }
    .acf-repeater-display .repeater-field.sell{
        width: 30%;
    }
}

@media (max-width: 767.98px) {
    .acf-repeater-display .repeater-field.flag{
        width: 15%;
    }
    .acf-repeater-display .repeater-field.currency{
        width: 25%;
    }
    .acf-repeater-display .repeater-field.buy{
        width: 30%;
    }
    .acf-repeater-display .repeater-field.sell{
        width: 30%;
    }
    .acf-repeater-display{
        height: 250px;
    }
}