/* BeautyStock branding layer.
   This file only changes visual branding. It does not modify stock, sales,
   users, Supabase, product names or Farmasi product codes. */

.logo-dot.beautystock-logo-dot {
  background: #fff8fb !important;
  border: 1px solid #f3d0df;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 4px 14px rgba(190, 24, 93, .10);
}

.logo-dot.beautystock-logo-dot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.beautystock-hero-mark {
  width: 52px;
  height: 52px;
  display: block;
  object-fit: cover;
  border-radius: 17px;
  margin: 0 0 10px;
  border: 1px solid #f3d0df;
  box-shadow: 0 5px 16px rgba(190, 24, 93, .10);
}

.beautystock-header-brand {
  display: grid;
  grid-template-columns: 42px 1fr;
  column-gap: 10px;
  align-items: center;
}

.beautystock-header-brand .eyebrow,
.beautystock-header-brand > strong {
  grid-column: 2;
}

.beautystock-admin-mark {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  object-fit: cover;
  border: 1px solid #f3d0df;
  box-shadow: 0 4px 12px rgba(190, 24, 93, .08);
}

@media (max-width: 390px) {
  .beautystock-hero-mark {
    width: 46px;
    height: 46px;
    border-radius: 15px;
  }
}
