@charset "UTF-8";
.border-black {
	border: 1px solid #333!important;
	border-radius: 5px;
	flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	padding: 1.5em;
}

.number-card {
  position: relative;
	border: 1px solid #333!important;
	border-radius: 5px;
  display: flex;
  flex-direction: column;
	flex: 1;
  height: 100%;
	box-sizing: border-box;
}

.number-badge {
	position: absolute;
  top: -12px;
  left: -12px;
  background-color: #0679D1;
  color: #fff;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  z-index: 10;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.card {
  display: flex;
}

.card-btn {
	margin-top: auto;
  align-self: flex-start;
}

.cards .swell-block-columns__inner {
	display: flex;
  align-items: stretch;
}

.info-table {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.info-label {
	display: inline-block;
	background-color: #0679D1;
  padding: 0.5em;
	width: 70px;
  text-align: center;
}

.info-items {
	border-bottom: 1px solid #ccc;
}
.info-value {
  flex: 1;
}

.c-balloon__text {
	border-radius: 10px!important;
	position: relative;
}

.c-balloon__before {
	top: 5rem;
	 @media screen and (max-width: 600px) {
       top: 18rem;
      }
}


