.agent-card {
  width: 375px;
  gap: 12px;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0px 2px 12px 0px rgba(11, 17, 52, 0.15);
  background: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  margin-block: 16px;
}
.agent-card .agent-card-tag {
  font-family: CeraProMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: rgb(63, 143, 144);
  background-color: rgb(222, 243, 243);
  border-radius: 8px;
  padding: 4px 8px;
  width: fit-content;
  margin-bottom: 0;
  border: 1px rgb(63, 143, 144) solid;
}
.agent-card .agent-info-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.agent-card .agent-info-wrapper {
  display: flex;
  gap: 12px;
}
.agent-card .agent-info-picture {
  border-radius: 100%;
}
.agent-card .agent-info-text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.agent-card .agent-info-text-wrapper .agent-info-name {
  font-family: CeraProBold;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 0px;
}
.agent-card .agent-info-text-wrapper .agent-info-agency, .agent-card .agent-info-text-wrapper .agent-info-cea {
  font-family: CeraProLight;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  color: rgb(95, 95, 95);
  margin-bottom: 0px;
}
.agent-card .agent-card-wa-enquiry {
  width: fit-content;
  min-width: 113px;
  gap: 8px;
  border-radius: 24px;
  padding: 8px 24px;
  background: rgb(37, 211, 102);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0px;
  height: 40px;
}
.agent-card .agent-card-wa-enquiry .agent-card-call-text {
  color: white;
  margin-bottom: 0px;
  font-family: CeraProMedium;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}
