.address-card {
  margin-bottom: 15px !important;
  position: relative;
}

.address-card--selected {
  border: 2px solid #5cb85c;
  background-color: #f0f9f0;
}

.address-card .selected-badge {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #5cb85c;
  padding: 5px 10px;
  border-radius: 3px;
  color: white;
  font-weight: bold;
}

.address-card .btn-danger {
  margin-right: 15px;
}