/*
@gray-darker:            lighten(@gray-base, 13.5%); // #222 */
.ui__svg-chevron-down {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5L0.602887 0.499999L8.39711 0.5L4.5 5Z' fill='%23282C2E'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.account-section-header {
  margin-bottom: 10px;
}
.account-addressbook .account-cards {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 0 10px;
}
.account-addressbook .account-cards .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.account-addressbook .account-cards .row .card {
  list-style: none;
  border-left: 0;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 30px 25px;
  margin-bottom: 0;
  min-height: 150px;
  clear: both;
}
