:root {
  --profile-blue: #1846a6;
  --profile-blue-deep: #00359a;
  --profile-blue-soft: #edf3ff;
  --profile-purple: #6d57c7;
  --profile-orange: #ffb25f;
  --profile-orange-soft: #ffd6a5;
  --profile-warm-start: #ffb54c;
  --profile-warm-end: #ffa49c;
  --profile-text: #191919;
  --profile-text-soft: #636363;
  --profile-border: #d5dceb;
  --profile-border-strong: #d5d2e3;
  --profile-shadow: 0 10px 24px rgba(15, 42, 89, 0.08);
}
.automall-profile-page .font-icon{
  width: 1em;
  height: 1em;
}

.automall-profile-page svg.hidden{
  display: none;
}

.automall-profile-page svg.icon-font {
  width: 1em;
  height: 1em
}
.hidden{display:none;}

.automall-profile-page {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--profile-text);
}

.automall-profile-page {
  overflow: clip;
}

.automall-profile-page img {
  display: block;
  max-width: 100%;
}
.automall-profile-page .location.icon{
  width: 14px;height: 18px;vertical-align: text-top;margin-top: 3px;
}
.automall-profile-page .profile-hero {
  padding:3rem 0 3rem;
  background: linear-gradient(264.98deg, #6959BE 15.2%, #2D78C3 80.98%);
}

.automall-profile-page .profile-hero-media {
  display: flex;
  align-items: center;
  height: 100%;
}

.automall-profile-page .profile-hero-copy {
  color: #ffffff;
}

.automall-profile-page .profile-hero-copy h1 {
  margin: 0;
  font-size: 2.15rem;
  font-weight: 700;
  line-height: 1.2;
}

.automall-profile-page .profile-hero-address {
  position: relative;
  margin: 0.95rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.86rem;
  line-height: 1.6;
}

.automall-profile-page .profile-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.15rem;
}

.automall-profile-page .profile-tag {
  background: #276EB4;
  border: 1px solid rgba(255, 255, 255, 0.36);
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.775rem 1rem;
  border-radius: 999px;
  color: #ffffff;
  /*font-size: 0.68rem;*/font-size: 13px;font-weight: 400;
  line-height: 1.2;
}

.automall-profile-page .profile-hero-stats {
  margin-top: 2rem;
  background: #FFFFFF;
  box-shadow: 0px 4px 10.3px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  width: fit-content;
}
.automall-profile-page .profile-hero-stats .blk{width: 180px;}
.automall-profile-page .profile-hero-stats .blk:nth-child(1),
.automall-profile-page .profile-hero-stats .blk:nth-child(2){width: 170px;padding-right: 0;}
.automall-profile-page .profile-hero-stats .blk:last-child{width: 218px !important;}

.automall-profile-page .profile-stat-card {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  padding: 0.75rem 0.45rem !important;
  border-radius: 0.7rem;
}

.automall-profile-page .profile-stat-icon {
    display: inline-flex;align-items: center;justify-content: center;
    width: 54px;height: 54px;padding: 0 !important;flex-shrink: 0;
    border-radius: 50%;background: #EEF1FB;font-size: 0.9rem;flex: none;
}

.automall-profile-page .profile-stat-card strong {
  display: block;
  color: var(--profile-text);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
}

.automall-profile-page .profile-stat-card span:last-child {
  display: block;
  margin-top: 0.25rem;
  /*color: var(--profile-text-soft);*/color:#000;
  font-size: 0.72rem;
  line-height: 1.3;
}

.automall-profile-page .profile-hero-image-shell {
  border: 3px solid rgba(255, 255, 255, 0.85);
  /*border-radius: 1rem;*/border-radius: 28px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 14px 28px rgba(10, 26, 82, 0.18);
  width: 600px;height: 392px;overflow: hidden;
}

.automall-profile-page .profile-hero-image {
  width: 100%;
  border-radius: 0.9rem;
  object-fit: cover;
}

.automall-profile-page .profile-main-section {
  padding: 1.4rem 0 2.5rem;
}

.automall-profile-page .profile-live-card,
.automall-profile-page .sidebar-card,
.automall-profile-page .auction-card,
.automall-profile-page .yard-card,
.automall-profile-page .profile-about-card {
  border: 1px solid var(--profile-border);
  box-shadow: var(--profile-shadow);
}

.automall-profile-page .profile-live-card {
  padding: 1.5rem 1.8rem 1.45rem;
  border-radius: 0.95rem;
  background: linear-gradient(88.29deg, #FFC738 0.15%, #FFA6A0 98.39%);
}

.automall-profile-page .profile-live-copy {
  padding: 0;
}

.automall-profile-page .profile-live-pill::before {
  content: "";
  display: inline-block;
  width: 0.325rem;
  height: 0.325rem;
  border-radius: 50%;
  background: #ffffff;
  margin-right: 0.2rem;
}
.automall-profile-page .profile-live-pill {
  display: inline-flex;
  align-items: center;
  min-height: 1.4rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: #ff2e2e;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 600;
  text-transform: uppercase;
}

.automall-profile-page .profile-live-copy h2 {
  margin: 0.45rem 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.automall-profile-page .profile-live-copy p {
  margin: 0.35rem 0 0;
  color: rgba(25, 25, 25, 0.82);
  font-size: 0.9rem;
  line-height: 1.5;
}

.automall-profile-page .profile-live-meta {
  display: flex;
  gap: 2.4rem;
  margin-top: 0.95rem;
  color:#4c4c4c;
  padding: 1rem 1.2rem;
  max-width: 18rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.36);
}

.automall-profile-page .profile-live-meta div:last-child{
    position: relative;
}
.automall-profile-page .profile-live-meta div:last-child::before{
  content: "";
  position: absolute;
  left: -1rem; 
  width:1px;
  height: 100%;
  border-radius: 50%;
  background: #E1B664;
  margin-right: 0.2rem;
}


.automall-profile-page .profile-live-meta span {
  display: block;
  font-size: 0.875rem;
}

.automall-profile-page .profile-live-meta strong {
  display: block;
  margin-top: 0.18rem;
  line-height: 1;
  font-size:1.1rem;
  font-weight: 600;
}

.automall-profile-page .profile-live-actions,
.automall-profile-page .auction-card-actions,
.automall-profile-page .yard-card-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.automall-profile-page .profile-live-image-shell {
  height: 100%;
  min-height: 15rem;
  border-radius: 0.7rem;
  overflow: hidden;
}

.automall-profile-page .profile-live-image {
  width: 100%;
  height: 100%;
  min-height: 15rem;
  object-fit: cover;
}

.automall-profile-page .profile-section-block {
  margin-top: 2.15rem;
}

.automall-profile-page .profile-section-heading {
  margin-bottom: 1.1rem;
}

.automall-profile-page .profile-section-heading h2 {
  margin: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.automall-profile-page .profile-section-heading p {
  margin: 0.2rem 0 0;
  color: var(--profile-text-soft);
  font-size: 0.84rem;
  line-height: 1.6;
}

.automall-profile-page .profile-auction-scroll {
  --bs-gutter-y: 1.5rem;
  .swiper-button-next, .swiper-button-prev {
      top: -30px;left: auto !important;right: 20px; width: auto;height: auto;
  }
  .swiper-button-prev{right:70px}
  .swiper-button-next:after{
    width: 36px;height: 36px;transform: scale(0.87);
    content: url(../images/assets-latest/nav-right.svg);
    display: flex;justify-content: center;align-items: center;
  }

  .swiper-button-prev:after{
    width: 36px;height: 36px;transform: scale(0.87);
    content: url(../images/assets-latest/nav-left.svg);
    display: flex;justify-content: center;align-items: center;
  }
}

.automall-profile-page .auction-card,
.automall-profile-page .yard-card,
.automall-profile-page .sidebar-card,
.automall-profile-page .profile-about-card {
  background: #ffffff;
  border-radius: 1rem;
}

.automall-profile-page .auction-card {
  overflow: hidden;
}

.automall-profile-page .auction-card-media,
.automall-profile-page .yard-card-media {
  position: relative;
}

.automall-profile-page .auction-card-media img {
  width: 100%;
  height: 14.35rem;
  object-fit: cover;
}

.automall-profile-page .auction-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.automall-profile-page .auction-share-badge,
.automall-profile-page .yard-share-badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #ffffff;
  color: var(--profile-blue-deep);
  font-size: 0.85rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}

.automall-profile-page .auction-share-badge:hover,.automall-profile-page .yard-share-badge:hover{
  transform: scale(1.1); 
}

.automall-profile-page .auction-card-body {
  padding: 0.85rem 1rem 1.05rem;
}

.automall-profile-page .auction-card h3,
.automall-profile-page .yard-card h3 {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.automall-profile-page .auction-card-tags,
.automall-profile-page .auction-card-schedule,
.automall-profile-page .yard-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.automall-profile-page .auction-card-tags {
  margin-top: 0.55rem;
}

.automall-profile-page .auction-card-tags span,
.automall-profile-page .auction-card-schedule span,
.automall-profile-page .yard-specs span,
.automall-profile-page .yard-time {
  position: relative;
  color: var(--profile-text-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

.automall-profile-page .auction-card-tags span,
.automall-profile-page .auction-card-schedule span,
.automall-profile-page .yard-specs span {
  /* padding-left: 0.8rem; */
}

/* .auction-card-tags span::before,
.auction-card-schedule span::before,
.yard-specs span::before,
.yard-time::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #7484a1;
} */

.automall-profile-page .auction-inventory-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.85rem;
  padding: 0.65rem 0.85rem;
  border-radius: 0.5rem;
  background: #f6f7fc;height:42px;
}

.automall-profile-page .auction-inventory-strip span {
  color: #575757;
  font-size: 0.8rem;
  line-height: 1.4;
}

.automall-profile-page .auction-inventory-strip strong {
  color: #3359a3;
  font-weight: 600;
}

.automall-profile-page .auction-catalogue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 6.8rem;
  min-height: 1.75rem;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: #222222;
  color: #ffffff !important;
  font-size: 0.7rem !important;
}

.automall-profile-page .auction-card-schedule {
  margin-top: 0.8rem;
}
.automall-profile-page .auction-card-schedule img{
    width: 16px;
}

.automall-profile-page .profile-btn-dark,
.automall-profile-page .profile-btn-dark-outline,
.automall-profile-page .profile-btn-secondary,
.automall-profile-page .profile-btn-primary,
.automall-profile-page .profile-btn-warm,
.automall-profile-page .profile-browse-btn,
.automall-profile-page .profile-direction-btn,
.automall-profile-page .profile-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  font-size: 0.72rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease, color 220ms ease, border-color 220ms ease;
}

.automall-profile-page .profile-btn-dark,
.automall-profile-page .profile-btn-dark-outline,
.automall-profile-page .profile-btn-secondary,
.automall-profile-page .profile-btn-primary,
.automall-profile-page .profile-btn-warm {
  min-height: 2.3rem;
  flex: 1 1 0;
  font-weight: 600;
}

.automall-profile-page .profile-btn-dark {
  border: 1px solid #222222;
  background: #fff;
  color: #000;
}
.automall-profile-page .profile-btn-dark:hover{
  background-color: #000;
  color: #fff;
}

.automall-profile-page .profile-btn-dark-outline {
  border: 1px solid white;
  background: rgba(34, 34, 34, 0.92);
  color: #ffffff;
}

.automall-profile-page .profile-btn-dark-outline:hover{
  background-color: #000;
  color: #fff;
}


.automall-profile-page .profile-btn-secondary {
  border: 1px solid var(--profile-blue-deep);
  background: #ffffff;
  color: var(--profile-blue-deep);
}
.automall-profile-page .profile-btn-secondary:hover{
  color: white;
  background: linear-gradient(90deg, #0c8ae5 0%, #1c4aa4 100%);
}

.automall-profile-page .profile-btn-primary {
  border: 1px solid #3565be;
  background: linear-gradient(90deg, #0c8ae5 0%, #1c4aa4 100%);
  color: #ffffff;
}
.automall-profile-page .profile-btn-primary:hover, .automall-profile-page .profile-btn-warm:hover{
  color: white;
  background: linear-gradient(90deg, #000000 0%, #1f2228 100%);
}

.automall-profile-page .profile-btn-warm {
  border: 1px solid #d57623;
  background: linear-gradient(90deg, #ff9d52 0%, #fcce0e 100%);
  color: #191919;
}

.automall-profile-page .profile-sidebar {
  display: grid;
  gap: 1rem;
}

.automall-profile-page .sidebar-card {
  overflow: hidden;
  padding: 0;
  background: #ffffff;
  border-radius: 0.75rem;
}

.automall-profile-page .sidebar-card-head {
  padding: 0.8rem 1rem;
  background: #eef4ff;
  background: linear-gradient(90deg, #F0E4FF 0%, #E5F1FF 100%);
  border-bottom: 1px solid var(--profile-border);
}

.automall-profile-page .sidebar-card-body {
  padding: 0.95rem 1rem 1rem;
}

.automall-profile-page .sidebar-card h3 {
  margin: 0;
  color: #4e5f82;
  /*font-size: 0.82rem;*/font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.automall-profile-page .contact-person {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.automall-profile-page .contact-person + .contact-meta-list {
  margin-top: 0.6rem;
}

.automall-profile-page .contact-person + .contact-person {
  margin-top: 1rem;
}

.automall-profile-page .contact-avatar {
  width: 3.9rem;
  height: 4.1rem;
  border-radius: 0.2rem;
  object-fit: cover;
}

.automall-profile-page .contact-copy strong,
.automall-profile-page .contact-copy span {
  display: block;
}

.automall-profile-page .contact-copy strong {
  font-size: 0.8rem;
  font-weight: 600;
}

.automall-profile-page .contact-copy span {
  color: var(--profile-text-soft);
  font-size: 0.68rem;
  line-height: 1.5;
}

.automall-profile-page .contact-meta-list,
.automall-profile-page .sidebar-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.automall-profile-page .contact-meta-list {
  margin-top: 0.65rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.2rem;
  background: #F9F9F9;
}

.automall-profile-page .contact-meta-list li {
  position: relative;
  color: var(--profile-text-soft);
  font-size: 0.72rem;
  line-height: 1.75;
  display: flex;
  gap: 1rem;
  margin: 0.1rem 0;

}
/* 
.contact-meta-list li::before,
.sidebar-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: #6b7ca7;
} */

.automall-profile-page .sidebar-address {
  margin: 0;
  color: var(--profile-text-soft);
  font-size: 0.78rem;
  line-height: 1.7;
}

.automall-profile-page .sidebar-map {
  width: 100%;
  height: 10.2rem;
  margin-top: 0.75rem;
  border-radius: 0.3rem;
  object-fit: cover;
}

.automall-profile-page .profile-direction-btn,
.automall-profile-page .profile-submit-btn {
  margin-top: 0.8rem;
  padding: 0.6rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.automall-profile-page .profile-direction-btn {
  border: 1px solid #3b73d4;
  background: linear-gradient(90deg, #42a3ff 0%, #2b63d6 100%);
  color: #ffffff;
  margin-left: 10px;
}

.automall-profile-page .profile-direction-btn:hover, .automall-profile-page .btn.profile-direction-btn:active {
  color: white;
  background: linear-gradient(90deg, #000000 0%, #1f2228 100%);
}

.automall-profile-page .sidebar-check-list li::before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
  background: url(images/tick_icn.svg) no-repeat center center ;
}
.automall-profile-page .sidebar-check-list li {
  position: relative;
  margin-bottom: 0.5rem;
  /* padding-left: 1rem; */
  display: flex;
  align-items: center;
  color: var(--profile-text-soft);
  font-size: 0.78rem;
  line-height: 1.85;
}

.automall-profile-page .sidebar-form-card p {
  margin: -0.2rem 0 0.9rem;
  color: var(--profile-text-soft);
  font-size: 0.76rem;
  line-height: 1.6;
}

.automall-profile-page .profile-feedback-form .form-label {
  margin-bottom: 0.35rem;
  color: #484848;
  font-size: 0.72rem;
}

.automall-profile-page .profile-feedback-form {
  .form-control, .form-select{
      color: #5c5c5c;font-size: 0.74rem;width: 100%;height: 40px;
      border: 1px solid #d7dcea;border-radius: 0.45rem;box-shadow: none;
      opacity: 1;
    }
    .contact-message-textarea{height:74px;resize: none}
  .err_validation_cu {
    color: red;font-size: 11px;margin: 0;padding: 0;bottom: -16px;top: auto;position: absolute;
  }
}

.automall-profile-page .profile-feedback-textarea{min-height: 5.5rem;resize: none;}
.automall-profile-page .sidebar-form-card .sidebar-card-head p{
  color:#000;font-size: 12px;font-weight: 400;padding-top: 0.4rem;margin-bottom: 0;
}

.automall-profile-page .profile-captcha-row {
  /*display: grid;grid-template-columns: minmax(0, 1fr) auto auto;gap: 0.45rem;*/
  display: flex;margin-top: 0.85rem;
  .form-control{width: 50%;margin-right: 0.25rem;}
  .captcha_bx{width:50% !important;margin-left: 0.25rem;}
  .captcha_bx .profile-captcha-code{padding: 0}
}
.automall-profile-page .profile-captcha-row .captcha_bx{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ECFAFF;
  border: 1px solid #B0D2DE;
  border-radius: 6px;

}

.automall-profile-page .profile-captcha-code,
.automall-profile-page .profile-captcha-refresh {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  border: none;
  border-radius: 0.45rem;
  background: #f4f7ff;
  color: #3251a8;
  font-size: 0.8rem;
  font-weight: 600;
}

.automall-profile-page .profile-captcha-refresh:hover{
  background-color: #000;
  color: #fff;
}
.automall-profile-page .profile-captcha-code {
  min-width: 5.5rem;
  padding: 0 0.8rem;
  letter-spacing: 0.18rem;
}

.automall-profile-page .profile-captcha-refresh {
  min-width: 2.45rem;
  padding: 0;
}

.automall-profile-page .profile-submit-btn {
  color: #191919; font-size: 18px; font-weight: 600; height: 48px; border: 1px solid #f2b74a; 
  background: linear-gradient(90deg, var(--profile-warm-start) 0%, var(--profile-warm-end) 100%);
}

.automall-profile-page .profile-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.2rem;
}

.automall-profile-page .profile-filter-pill {
  min-height: 2rem;
  padding: 0.3rem 0.7rem;
  border: 1px solid #d6dceb;
  border-radius: 0.45rem;
  background: #ffffff;
  color: #717171;
  font-size: 0.72rem;
  line-height: normal;
}



.automall-profile-page .profile-filter-pill svg{
  fill: currentColor;
}

.automall-profile-page .profile-filter-pill.is-active {
  border-color: #2d2d2d;
  background: #2d2d2d;
  color: #ffffff;
}

.automall-profile-page .profile-vehicle-scroll {
  --bs-gutter-y: 1.5rem;
}

.automall-profile-page .yard-card {
  overflow: hidden;
  border-radius: 0.85rem;
}

.automall-profile-page .yard-card-media img {
  width: 100%;
  height: 12.4rem;
  object-fit: cover;
}

.automall-profile-page .yard-card-body {
  padding: 0.8rem 0.9rem 0.95rem;
}

.automall-profile-page .yard-card h3 {
  font-size: 0.95rem;height:44px;
  display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; 
}

.automall-profile-page .yard-specs {
  margin-top: 0.55rem;
}

.automall-profile-page .yard-condition-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.7rem;
}

.automall-profile-page .yard-condition-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.22rem 0.55rem;
  border: 1px solid #dedde3;
  border-radius: 999px;
  color: #747474;
  font-size: 0.67rem;
  line-height: 1.2;
}

.automall-profile-page .yard-time {
  margin: 0.75rem 0 0;
}

.automall-profile-page .profile-browse-btn {
  min-width: 9rem;
  min-height: 2.4rem;
  margin-top: 1.2rem;
  border: 1px solid var(--profile-blue-deep);
  border-radius: 999px;
  background: linear-gradient(90deg, #2b63d6 0%, #0b3ea8 100%);
  color: #ffffff;
  font-weight: 600;
}
.automall-profile-page .profile-browse-btn:hover{color: white;}

.automall-profile-page .profile-about-card {
  margin-top: 2rem;
  padding: 1.1rem 1.2rem 1rem;
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
}

.automall-profile-page .profile-about-card h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 600;
}

.automall-profile-page .profile-about-card p {
  margin: 0.7rem 0 0;
  color: var(--profile-text-soft);
  font-size: 0.82rem;
  line-height: 1.8;
}

.automall-profile-page .profile-about-stats {
  margin-top: 1rem;
}

.automall-profile-page .profile-about-stat {
  height: 100%;
  padding: 0.9rem 0.75rem;
  border-radius: 0.75rem;
  background: #eef4ff;
  text-align: center;
}

.automall-profile-page .profile-about-stat strong,
.automall-profile-page .profile-about-stat span {
  display: block;
}

.automall-profile-page .profile-about-stat strong {
  color: var(--profile-blue-deep);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1;
}

.automall-profile-page .profile-about-stat span {
  margin-top: 0.3rem;
  color: var(--profile-text-soft);
  font-size: 0.72rem;
  line-height: 1.45;
}

.automall-profile-page .profile-btn-dark:hover,
.automall-profile-page .profile-btn-dark-outline:hover,
.automall-profile-page .profile-btn-secondary:hover,
.automall-profile-page .profile-btn-primary:hover,
.automall-profile-page .profile-btn-warm:hover,
.automall-profile-page .profile-browse-btn:hover,
.automall-profile-page .profile-direction-btn:hover,
.automall-profile-page .profile-submit-btn:hover,
.automall-profile-page .profile-filter-pill:hover {
  transform: translateY(-1px);
}

.auction-share-badge:hover .social-icons-share.d-none {
  display: flex !important;
}
.social-icons-share {
  width: auto;
  height: 50px;
}
.social-icons-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--profile-blue-deep);
  font-size: 0.85rem;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.social-icons-share a:hover {
  transform: scale(1.1);
}
.social-icon {
  width: 16px;
  height: 16px;
}
.social-icons-share a img {
  width: 16px;
  height: 16px;
}

@media screen and (min-width:414px) and (max-width:600px){
  .automall-profile-page .profile-hero-stats .blk{margin:auto}
}