@media screen and (min-width: 740px) and (max-width: 1010px) {
	.blk-tbl.blk-tbl--currency-short-listing .xxx-tbl-row__grid .xxx-tbl-cell:not(.xxx-tbl-cell--full){
		grid-column-gap: 10px;
	}

	.blk-tbl.blk-tbl--currency-short-listing .xxx-tbl-row__grid{
		grid-template-columns: 1fr minmax(240px, 27%) minmax(240px, 27%) minmax(240px, 27%);
	}
}

@media screen and (max-width: 480px) {
	.blk-tbl.blk-tbl--currency-short-listing.mob\:blk-tbl--currency-short-listing .xxx-tbl-row__grid .xxx-tbl-cell:not(.xxx-tbl-cell--full) .blk-grid-content--col-2{
		grid-template-columns: 1.2fr 0.8fr;
		grid-gap: 5px;
	}
}

@media screen and (min-width: 481px)  {
	.blk-tbl.blk-tbl--currency-short-listing.mob\:blk-tbl--currency-short-listing .xxx-tbl-row__grid .xxx-tbl-cell:not(.xxx-tbl-cell--full) .blk-grid-content--col-2{
		grid-template-columns: minmax(63px, 20%) 1fr;
	}
}

@media screen and (min-width: 740px)  {
	.blk-tbl.blk-tbl--currency-short-listing:not(mob\:blk-tbl--currency-short-listing) .xxx-tbl-row__grid .xxx-tbl-cell:not(.xxx-tbl-cell--full) .blk-grid-content--col-2{
		grid-template-columns: minmax(65px, 1.5fr) 1fr;
	}

	.blk-tbl.blk-tbl--currency-short-listing .xxx-tbl-row.xxx-tbl-row--head .xxx-tbl-cell.xxx-tbl-cell--only-select {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-body__body,
	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-body__head{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-row:last-child{
		border-bottom: 1px solid #e8ecef;
	}

	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-bottom{
		position: relative;
		border-top: 0;
	}

	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-bottom:before{
		content: '';
		position: absolute;
		top: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background-color: #e8ecef;
	}

	.blk-tbl.blk-tbl--currency-short-listing.desc\:blk-tbl--currency-short-listing-two-col .xxx-tbl-body__head .xxx-tbl-row:first-child{
		border-right: 1px solid #e8ecef;
	}
}

@media screen and (max-width: 380px) {

	.blk-tbl.blk-tbl--currency-short-listing.mob\:blk-tbl--currency-short-listing .xxx-tbl-cell {
		font-size: 14px;
	}
}