.wrapper {
  :global {
    .title {
      position: relative;
      top: -1px;
    }
    .ant-btn {
      padding-right: 0;
    }
  }
}
.titleWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title {
  .margin();
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
.contentWrapper {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
}
.margin {
  margin-bottom: 8px;
}
.rangesWrapper {
  .margin();
  display: flex;
  color: #595959;
}
.contactsWrapper {
  display: flex;
  max-width: 376px;
}
.noticeTypeWrapper {
  margin-right: 16px;
}
.noticeTypeLabel {
  margin-left: 4px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}
