@charset "utf-8";
/* ===========================================================

	Title: sustainability.css
	Created: 2025-10

=========================================================== */
.environment-table th:first-child,
.environment-table td:first-child {
  border-left: 1px solid #ddd;
}
.environment-table th:last-child,
.environment-table td:last-child {
  border-right: 1px solid #ddd;
}

.environment-table .bt-dot {
  border-top: 1px dotted #ddd;
}

.environment-table .bb-none {
  border-bottom: none;
}

.greenloan-table .date {
  min-width: 80px;
}

.greenloan-table .amount {
  min-width: 88px;
}
