@charset "UTF-8";

.uniq-profile {
  display: flex;
  align-items: end;
  width: 100%;
  margin-top: 15px;
  gap: 15px;
}
.uniq-profile > :first-child {
  margin-top: 0;
}
.uniq-profile > :last-child {
  margin-bottom: 0;
}
.uniq-profile__content > :first-child {
  margin-top: 0;
}
.uniq-profile__content > :last-child {
  margin-bottom: 0;
}

.m-panel-media__panel {
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 7px;
}

.m-hdg-lv1-2 {
  margin-top: 24px;
}
.m-hdg-lv1-2 + * {
  margin-top: 16px !important;
}
@media screen and (min-width: 768px) {
  .m-hdg-lv1-2 {
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .uniq-profile {
    flex-direction: column;
    align-items: center;
  }
}
