.ecard-body {
  font-family: Roboto, sans-serif;
  color: #514244;
  background: #f4f4f4;
  margin: 0;
  padding: 5px;
  display: flex;
  justify-content: center;
}

.ecard-card {
  max-width: 400px;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
}

.ecard-card-header {
  background: #514244;
  color: white;
  text-align: center;
  padding: 0 20px 20px;
}

.ecard-card-social {
  text-align: center;
  padding: 0px 20px 5px;
}

.ecard-card-header img {
  width: 150px;
  margin-bottom: 10px;
}

.ecard-avatar {
  display: block;
  margin: -40px auto 0px;
  width: 70px;
  height: 70px;
  background: #eaeaea;
  border-radius: 50%;
  border: 5px solid #f4f4f4;
}

.ecard-round-img {
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
}

.ecard-name {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 2px;
}

.ecard-brand-name {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.ecard-company_name {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #888;
  font-size: 14px;
  margin-top: 0px;
}

.ecard-qrcode {
  text-align: center;
  display: flex;
  justify-content: center;
}

.ecard-tab-qrcode {
  display: flex;
  min-height: 225px;
  flex-wrap: nowrap;
  justify-content: center;
}

.ecard-title {
  text-align: center;
  color: #888;
  font-size: 14px;
  margin-bottom: 0px;
}

#module_profile-ecard_qrcode {
  width: 280px;
  height: 280px;
}

#module_profile-ecard_staff {
  width: 225px;
  height: 225px;
}

.ecard-tabs {
  display: flex;
  padding: 0px 10px 0px 10px;
}

.ecard-tab {
  flex: 1;
  padding: 10px 0;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  transition: background 0.3s;
}

.ecard-tab.active {
  border-bottom: 2px solid #3e2f2d;
  font-weight: bold;
}

.ecard-tab-content {
  display: none;
  padding: 10px;
  min-height: 330px;
}

.ecard-tab-content.active {
  display: block;
}

.ecard-info {
  padding: 0 20px;
}

.ecard-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.ecard-info-item img {
  width: 25px;
  margin-right: 20px;
  margin-top: 0px;
  padding-top: 10px;
}

.ecard-info-text {
  font-size: 14px;
  text-align: left;
  color: #514244 !important;
  word-break: break-word;
  text-decoration: none !important;
}

.ecard-info-text a {
  text-align: left;
  color: #514244 !important;
}

.ecard-label {
  display: block;
  font-weight: 100;
  font-size: 12px;
  text-align: left;
  color: #999;
}

.ecard-social-icons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.ecard-social-icons a {
  margin: 0 3px;
  display: inline-block;
}

.ecard-social-icons img {
  width: 32px;
}

.ecard-brands-logos {
  text-align: center;
  margin-top: 0px;
}

.ecard-brands-logos a {
  margin: 0;
  display: inline-block;
}

.ecard-brands-logos img {
  height: 48px;
  margin: 0 -10px;
}

#ecard-photo {
  border-radius: 1.2em !important;
  border: 2px solid #eaeaea;
  background: #fff;
  box-shadow: 0 4px 4px #51424450;
}
