.guide-brand-mark,
.section-brand-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 10px;
  background: transparent;
}

.guide-brand-mark {
  width: 42px;
  height: 42px;
}

.section-brand-mark {
  width: 58px;
  height: 58px;
}

.guide-brand-mark img,
.section-brand-mark img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  border: 0;
  border-radius: 0;
}

.guide-brand-mark .brand-logo-dark,
.section-brand-mark .brand-logo-dark {
  display: none;
}

html[data-theme="dark"] :is(.guide-brand-mark, .section-brand-mark) {
  background: #071a24;
}

html[data-theme="dark"] :is(.guide-brand-mark, .section-brand-mark) .brand-logo-light {
  display: none;
}

html[data-theme="dark"] :is(.guide-brand-mark, .section-brand-mark) .brand-logo-dark {
  display: block;
}

@media (max-width: 640px) {
  .section-brand-mark {
    width: 50px;
    height: 50px;
  }
}
