.custom-grid-credit-finance {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 0.5px; /* jarak antar tombol */
}

.custom-grid-credit-finance button {
  width: 100%; 
}

.tab-finance-credit {
    background-color: #3f3f3f;
    cursor: pointer;
    border: none;
}

.tab-finance-credit:hover {
	background-color: #818181;
}

.active-tab-credit-finance {
	background-color: #818181;
}