.sc-brand-mark img,
.sc-brand-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.sc-brand-mark {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(6, 45, 91, 0.14);
}

#wpadminbar .sc-adminbar-brand-image {
  width: 22px;
  height: 22px;
  display: inline-block;
  object-fit: cover;
  border-radius: 6px;
  margin: 5px 7px 0 0;
  vertical-align: top;
}

.rtl #wpadminbar .sc-adminbar-brand-image {
  margin: 5px 0 0 7px;
}

.sc-dashboard-brand-image {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(6, 45, 91, 0.14);
}

body.login h1 a {
  width: 92px !important;
  height: 92px !important;
  background-size: cover !important;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(6, 45, 91, 0.16);
}
