.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.platform-avatar {
  line-height: 1;
}
.platform-avatar svg,
.platform-avatar img {
  width: 22px;
  height: 22px;
  border-radius: 999px;
}
.platform-avatar svg {
  fill: #9299a7;
  border-radius: 0;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-button-group {
  display: inline-flex;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.c-button-group button {
  position: relative;
  display: inline-flex;
  align-items: center;
  background-color: white;
  padding: 4px 10px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-style: normal;
  color: #1f2937;
  border: 1px solid #d1d5db;
  border-radius: 0;
  cursor: pointer;
}
.c-button-group button.selected {
  cursor: default;
  background-color: #efefef;
}
.c-button-group button:hover {
  background-color: #f9fafb;
}
.c-button-group button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.c-button-group button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.c-button-group button + button {
  margin-left: -1px;
}.u__flex-column[data-v-51dd9827] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-51dd9827] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-51dd9827] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-51dd9827] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-51dd9827] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-51dd9827] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-51dd9827] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-51dd9827] {
  display: none;
}
.c-grid[data-v-51dd9827] {
  display: grid;
}
.c-grid__attachment[data-v-51dd9827] {
  object-fit: cover;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.c-grid__play-icon[data-v-51dd9827] {
  position: absolute;
  margin: auto;
  inset: 0;
}
.c-grid__content[data-v-51dd9827] {
  position: relative;
  background-color: black;
}
.c-grid__number[data-v-51dd9827] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: white;
  font-weight: 500;
}
.one-attachment[data-v-51dd9827] {
  grid-template-columns: 1fr;
  -ms-grid-columns: 1fr;
}

/* stylelint-disable no-descending-specificity */
.three-attachments[data-v-51dd9827] {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
}
.three-attachments > div[data-v-51dd9827]:nth-child(1) {
  grid-row: 1/3;
  -ms-grid-row-span: 2;
  margin-right: 1px;
}
.three-attachments > div[data-v-51dd9827]:nth-child(1) .c-grid__attachment {
  max-height: 500px;
}
.three-attachments > div[data-v-51dd9827]:nth-child(2) {
  grid-column: 2/3;
  margin: 0 0 1px 1px;
  height: 246px;
}
.three-attachments > div[data-v-51dd9827]:nth-child(3) {
  grid-column: 2/3;
  margin: 1px 0 0 1px;
  height: 246px;
}
.two-attachments[data-v-51dd9827],
.four-attachments[data-v-51dd9827] {
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
}
.two-attachments > div[data-v-51dd9827],
.four-attachments > div[data-v-51dd9827] {
  height: 246px;
}
.two-attachments > div[data-v-51dd9827]:nth-child(1),
.four-attachments > div[data-v-51dd9827]:nth-child(1) {
  grid-row: 1;
  grid-column: 1;
  margin: 0 1px 1px 0;
}
.two-attachments > div[data-v-51dd9827]:nth-child(2),
.four-attachments > div[data-v-51dd9827]:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
  margin: 0 0 1px 1px;
}
.two-attachments > div[data-v-51dd9827]:nth-child(3),
.four-attachments > div[data-v-51dd9827]:nth-child(3) {
  grid-row: 2;
  grid-column: 1;
  margin: 1px 1px 0 0;
}
.two-attachments > div[data-v-51dd9827]:nth-child(4),
.four-attachments > div[data-v-51dd9827]:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
  margin: 1px 0 0 1px;
}
.five-or-more-attachments[data-v-51dd9827] {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.five-or-more-attachments > div[data-v-51dd9827]:nth-child(1) {
  grid-column: 1/4;
  -ms-grid-column-span: 3;
  margin: 0 1px 1px 0;
}
.five-or-more-attachments > div[data-v-51dd9827]:nth-child(2) {
  grid-column: 4/7;
  -ms-grid-column-span: 3;
  margin: 0 0 1px 1px;
}
.five-or-more-attachments > div[data-v-51dd9827]:nth-child(3) {
  grid-column: 1/3;
  grid-row: 2;
  -ms-grid-column-span: 2;
  margin: 1px 1px 0;
}
.five-or-more-attachments > div[data-v-51dd9827]:nth-child(4) {
  grid-column: 3/5;
  grid-row: 2;
  -ms-grid-column-span: 2;
  margin: 1px 1px 0;
}
.five-or-more-attachments > div[data-v-51dd9827]:nth-child(5) {
  grid-column: 5/7;
  grid-row: 2;
  -ms-grid-column-span: 2;
  margin: 1px 1px 0;
}

/* stylelint-enable no-descending-specificity */.u__flex-column[data-v-922238a9] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-922238a9] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-922238a9] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-922238a9] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-922238a9] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-922238a9] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-922238a9] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-922238a9] {
  display: none;
}
.c-attachments[data-v-922238a9] {
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-attachments__fill-background[data-v-922238a9] {
  background: #e5eaef;
}
.c-attachments[data-v-922238a9] .c-grid__attachment {
  min-height: 0;
}
.c-attachments[data-v-922238a9] .c-grid__number {
  visibility: hidden;
}
.c-attachments[data-v-922238a9] .c-grid__play-icon {
  width: 30px;
  height: 30px;
}
.c-no-media[data-v-922238a9] {
  font-size: 13px;
  background: #e5eaef;
  border-radius: 8px;
  border: 1px solid #e5eaef;
  padding: 40px 0;
  color: #3e475e;
  text-align: center;
}.u__flex-column[data-v-7861b0a3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-7861b0a3] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-7861b0a3] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-7861b0a3] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-7861b0a3] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-7861b0a3] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-7861b0a3] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-7861b0a3] {
  display: none;
}
.icon[data-v-7861b0a3] {
  width: 25px;
  height: 25px;
}.u__flex-column[data-v-f024a37d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-f024a37d] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-f024a37d] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-f024a37d] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-f024a37d] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-f024a37d] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-f024a37d] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-f024a37d] {
  display: none;
}
.c-card[data-v-f024a37d] {
  font-family: Roboto, sans-serif;
  border-radius: 8px;
}
.c-card__header[data-v-f024a37d] {
  background: #f5f7f9;
  border-radius: 8px 8px 0 0;
  border: 1px solid #d4dae0;
  padding: 8px;
}
.c-card__title[data-v-f024a37d] {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  color: #3e475e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-card__date-time[data-v-f024a37d] {
  margin-top: 4px;
  font-size: 12px;
  color: #444;
}
.c-card__info[data-v-f024a37d] {
  background: white;
  border-radius: 0 0 8px 8px;
  border: 1px solid #d4dae0;
  border-top: none;
  padding: 8px;
}
.c-card__content[data-v-f024a37d] {
  overflow: hidden;
  font-size: 12px;
  height: 29px;
  line-height: 14.4px;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-card__picture[data-v-f024a37d] {
  position: relative;
  margin-top: 4px;
  height: 97px;
}
.c-card__type-overlay[data-v-f024a37d] {
  position: absolute;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  width: 25px;
  height: 25px;
}
.c-card__type-size[data-v-f024a37d] {
  width: 25px;
  height: 25px;
}
.c-card__integrations[data-v-f024a37d] {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #3e475e;
  font-size: 12px;
}
.c-card__integrations-icon[data-v-f024a37d] {
  margin-right: 8px;
}
.c-card__integrations-label[data-v-f024a37d] {
  overflow: hidden;
  color: #3e475e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-card__metrics-column[data-v-f024a37d] {
  flex-flow: column wrap;
}
.c-card__metrics-row[data-v-f024a37d] {
  display: flex;
  justify-content: space-between;
  padding: 4px 0 6px;
  border-bottom: 1px solid #d4dae0;
  font-size: 12px;
  color: #444;
}
.c-card__metrics-row > .bold[data-v-f024a37d] {
  font-weight: 700;
}
.c-card__metrics-row > .pointer[data-v-f024a37d] {
  cursor: pointer;
}
.c-card__metrics-row[data-v-f024a37d]:nth-child(1) {
  border-top: 1px solid #d4dae0;
}
.c-card__metrics-row[data-v-f024a37d]:last-child {
  border-bottom: none;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-outreach-coverage-card {
  font-family: Roboto, sans-serif;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 700;
  background-color: #f5f7f9;
  border-radius: 4px;
  padding: 12px;
  gap: 8px;
  color: #3e4860;
}
.c-outreach-coverage-card__releases, .c-outreach-coverage-card__release {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.c-outreach-coverage-card__list {
  list-style-type: disc;
  padding-left: 20px;
  font-weight: 400 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-outreach-coverage-card__list-item {
  margin: 0;
  display: list-item;
  max-width: 120px;
}
.c-outreach-coverage-card__list-item__link {
  color: #094791;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.c-outreach-coverage-card__list-item__link:hover {
  color: #42aaff;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-chart-title {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #3e475e;
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.c-chart-title__title {
  font-size: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  font-weight: bold;
}
.c-chart-title__text {
  font-size: 14px;
  line-height: 14px;
  margin: 3px 0 0;
}
.c-chart-title--layout-column {
  flex-direction: column;
  align-items: center;
}
.c-chart-title--layout-column .c-chart-title__title {
  margin: 0;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-datatable {
  display: flex;
  flex-direction: column;
  overflow-y: auto !important;
}
.c-datatable__row {
  display: flex;
  flex-direction: row;
}
.c-datatable__row--bordered {
  border-bottom: 1px solid #e5eaef;
}
.c-datatable__row--bordered:last-child {
  border-bottom: none;
}
.c-datatable__row--interaction {
  cursor: pointer;
}
.c-datatable__row--interaction:hover {
  background: #f5f7f9;
}
.c-datatable__row--interaction-clicked {
  cursor: pointer;
  background: #f5f7f9;
}
.c-datatable__column {
  display: flex;
  min-width: 0;
  max-width: 100%;
  flex: 1 1 0%;
  justify-content: flex-end;
  box-sizing: border-box;
  padding: 12px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  text-align: right;
  color: #3e475e;
}
.c-datatable__column--auto {
  min-width: auto;
}
.c-datatable__column--left {
  text-align: left;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 12px;
}
.c-datatable__column--heading {
  font-weight: 500;
  font-size: 11px;
  line-height: 14px;
  color: #a2a9b5;
}
.c-datatable__column--bold {
  font-weight: 500;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-empty-state {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.c-empty-state__icon {
  margin-bottom: 10px;
}
.c-empty-state__message {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #3e475e;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-legend-item {
  display: flex;
  align-items: baseline;
}
.c-legend-item--line {
  align-items: center;
}
.c-legend-item__indicator {
  margin-right: 7px;
  flex-shrink: 0;
}
.c-legend-item__indicator--square {
  height: 10px;
  width: 10px;
  border-radius: 2px;
}
.c-legend-item__indicator--line {
  width: 13px;
  border: 3px solid;
}
.c-legend-item__indicator--circle {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
.c-legend-item__label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  min-width: 0;
}
.c-legend-item__label-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-legend-item__label-description {
  margin-left: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #89909f;
}
.c-legend-item__label-spaced {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.c-legend-item__label-right {
  margin-left: 16px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-legend--layout-inline {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.c-legend--layout-inline--justify-center {
  justify-content: center;
  width: auto;
}
.c-legend__content {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.c-legend__content > .c-legend--layout-column {
  flex: auto;
  width: auto;
  overflow: hidden;
}
.c-legend--layout-column {
  display: flex;
  flex-flow: column nowrap;
  align-self: center;
  width: 100%;
}
.c-legend--layout-column > .c-legend-item {
  justify-content: flex-start;
}
.c-legend__byline {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 0 16px;
}
.c-legend__byline-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
  padding: 0;
  width: 100%;
}
.c-legend__more-tooltip {
  position: absolute;
  bottom: 100%;
  left: -8px;
  opacity: 0;
  padding: 8px 8px 0;
  border: 1px solid #e5eaef;
  background-color: white;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: left 0.25s, top 0.25s, opacity 0.25s;
}
.c-legend__more {
  position: relative;
  font-weight: 700;
  text-decoration: underline;
  font-family: Roboto, sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 16px;
}
.c-legend__more:hover .c-legend__more-tooltip {
  opacity: 1;
}.u__flex-column[data-v-11d47d8f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-11d47d8f] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-11d47d8f] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-11d47d8f] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-11d47d8f] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-11d47d8f] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-11d47d8f] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-11d47d8f] {
  display: none;
}
.c-attachment-grid[data-v-11d47d8f] {
  display: grid;
  gap: 8px;
  width: 100%;
  height: 100%;
}
.c-attachment-grid--count-1[data-v-11d47d8f] {
  grid-template-columns: 1fr;
}
.c-attachment-grid--count-2[data-v-11d47d8f] {
  grid-template-columns: repeat(2, 1fr);
}
.c-attachment-grid--count-3[data-v-11d47d8f] {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-attachment-grid--count-3 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(3) {
  grid-column: 1/-1;
}
.c-attachment-grid--count-4[data-v-11d47d8f] {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-attachment-grid--count-5[data-v-11d47d8f] {
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.c-attachment-grid--count-5 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(1),
.c-attachment-grid--count-5 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(2) {
  grid-column: span 3;
}
.c-attachment-grid--count-5 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(3),
.c-attachment-grid--count-5 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(4),
.c-attachment-grid--count-5 .c-attachment-grid__item[data-v-11d47d8f]:nth-child(5) {
  grid-column: span 2;
}
.c-attachment-grid--modal[data-v-11d47d8f] {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-auto-rows: minmax(180px, 1fr);
}
.c-attachment-grid__item[data-v-11d47d8f] {
  position: relative;
  overflow: hidden;
  background: #f5f7f9;
  border: 1px solid #e5eaef;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: box-shadow 250ms ease, transform 250ms ease;
}
.c-attachment-grid__item img[data-v-11d47d8f],
.c-attachment-grid__item video[data-v-11d47d8f] {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.c-attachment-grid__item[data-v-11d47d8f]:focus-visible {
  outline: 2px solid #096dd9;
  outline-offset: 2px;
}
.c-attachment-grid__item[data-v-11d47d8f]:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.c-attachment-grid__video[data-v-11d47d8f] {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-attachment-grid__video-overlay[data-v-11d47d8f] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.c-attachment-grid__video-play-icon[data-v-11d47d8f] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
}
.c-attachment-grid__more[data-v-11d47d8f] {
  position: absolute;
  bottom: 4px;
  right: 4px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  color: #3e475e;
  border: none;
  border-radius: 12px 0 6px;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 200ms ease;
}
.c-attachment-grid__more[data-v-11d47d8f]:hover {
  background: #fff;
  transform: scale(1.05);
}.u__flex-column[data-v-333c3309] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-333c3309] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-333c3309] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-333c3309] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-333c3309] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-333c3309] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-333c3309] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-333c3309] {
  display: none;
}
.c-attachment-modal[data-v-333c3309] {
  position: fixed;
  inset: 0;
  z-index: 4000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-attachment-modal__backdrop[data-v-333c3309] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.c-attachment-modal__panel[data-v-333c3309] {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-width: 500px;
  width: min(90vw, 760px);
  min-height: 400px;
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.c-attachment-modal__close[data-v-333c3309] {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 50%;
  color: #3e475e;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 200ms ease;
  view-transition-name: close-button;
}
.c-attachment-modal__close[data-v-333c3309]:hover {
  background: #f5f7f9;
  color: #2a3247;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.c-attachment-modal__content[data-v-333c3309] {
  display: flex;
  flex: 1;
  overflow-y: auto;
  padding-inline: 16px;
  margin-block: 16px;
}
.c-attachment-modal__grid[data-v-333c3309] {
  width: 100%;
}
.c-attachment-modal__preview[data-v-333c3309] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 400px;
}
.c-attachment-modal__preview img[data-v-333c3309],
.c-attachment-modal__preview video[data-v-333c3309] {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.attachment-modal-enter-active[data-v-333c3309],
.attachment-modal-leave-active[data-v-333c3309] {
  transition: opacity 200ms ease;
}
.attachment-modal-enter-active .c-attachment-modal__panel[data-v-333c3309],
.attachment-modal-leave-active .c-attachment-modal__panel[data-v-333c3309] {
  transition: all 200ms ease;
}
.attachment-modal-enter-from[data-v-333c3309],
.attachment-modal-leave-to[data-v-333c3309] {
  opacity: 0;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-chart-layout {
  display: flex;
  flex-wrap: nowrap;
}
.c-chart-layout__legend {
  align-self: center;
  width: 100%;
  min-width: 0;
  padding: 8px 8px 0;
}
.c-legend-container {
  display: flex;
}
@media print {
.u__flex-column .c-pie-with-legend__chart,
  .u__flex-column-reverse .c-pie-with-legend__chart,
  .u__flex-row .c-pie-with-legend__chart,
  .u__flex-row-reverse .c-pie-with-legend__chart {
    height: inherit;
    width: inherit;
}
}
.c-horizontal-bar-layout__total {
  align-self: center;
  color: #444;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-top: 20px;
}
.c-table-layout {
  display: block !important;
  overflow-y: auto;
}
.c-pie-with-legend__chart-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pie-with-legend__chart {
  aspect-ratio: 1;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
}
.u__flex-row .c-pie-with-legend__chart-container, .u__flex-row-reverse .c-pie-with-legend__chart-container {
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  flex: 0 1 auto;
}
.u__flex-column .c-pie-with-legend__chart-container, .u__flex-column-reverse .c-pie-with-legend__chart-container {
  flex: 0 1 auto;
  overflow: hidden;
  max-width: 100%;
  align-items: start;
}
.c-pie-with-legend.u__flex-column .c-chart-layout__legend {
  padding: 24px 8px 16px 8px;
  width: 100%;
}
.c-pie-with-legend.u__flex-column-reverse .c-chart-layout__legend {
  padding: 16px 8px 24px 8px;
  width: 100%;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-broadcast-time-by-media-type {
  display: flex;
  justify-content: center;
  transition: opacity 0.5s;
}
.c-broadcast-time-by-media-type__svg * {
  transition: opacity 0.5s;
}
.c-broadcast-time-by-media-type__axis-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-size: 13px;
  line-height: 130%;
}
.c-broadcast-time-by-media-type__axis-label--default {
  font-weight: 500;
  fill: #444;
}
.c-broadcast-time-by-media-type__axis-label--chart {
  font-weight: normal;
}
.c-broadcast-time-by-media-type__axis-label--chart tspan {
  font-weight: 500;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-coverage-volume-timeline__axis-label-container {
  display: flex;
  justify-content: space-between;
  padding: 6px;
}
.c-coverage-volume-timeline__axis-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #3e475e;
}
.c-coverage-volume-timeline__time-range {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #a2a9b5;
  padding-left: 6px;
  margin-bottom: 6px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-coverage-volume-and-potential-reach__chart {
  height: 100%;
  width: 100%;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-coverage-volume-and-stock-price__time-range-container {
  display: flex;
  justify-content: space-between;
}
.c-coverage-volume-and-stock-price__time-range-container__header {
  font-family: Roboto, sans-serif;
  color: #3e4860;
  margin-bottom: 16px;
}
.c-coverage-volume-and-stock-price__time-range-container__title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}
.c-coverage-volume-and-stock-price__time-range-container__stats {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-coverage-volume-and-stock-price__time-range-container__value {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.c-coverage-volume-and-stock-price__change {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
}
.c-coverage-volume-and-stock-price__change--positive {
  color: #71d688;
}
.c-coverage-volume-and-stock-price__change--negative {
  color: #ff4d4f;
}
.c-coverage-volume-and-stock-price__time-range {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  color: #a2a9b5;
  padding-left: 6px;
  margin-bottom: 6px;
}
.c-coverage-volume-and-stock-price__axis-label-container {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}
.c-coverage-volume-and-stock-price__axis-label {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #3e475e;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-datatable-with-change {
  white-space: nowrap;
}
.c-datatable-with-change__left-row {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 100% !important;
}
.c-datatable-with-change__value {
  flex: 0 1 3.5em;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.c-datatable-with-change__change {
  display: flex;
  padding-right: 4px;
  padding-left: 8px;
  align-items: center;
  overflow: hidden;
  flex: 0 1 5.5em;
}
.c-datatable-with-change__change-up {
  color: #70d687;
  fill: #70d687;
}
.c-datatable-with-change__change-down {
  color: #ff7875;
  fill: #ff7875;
}
.c-datatable-with-change__change-icon {
  margin-right: 5px;
}
.c-datatable-with-change__change-value {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  font-weight: 600;
}
.c-datatable-with-change__color-dot {
  align-self: center;
  height: 10px;
  width: 10px;
  border-radius: 2px;
  margin-right: 5px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-datatable-with-change-across-periods {
  white-space: nowrap;
}
.c-datatable-with-change-across-periods__left-row {
  min-width: 0;
  max-width: 100%;
  flex: 1 1 100% !important;
}
.c-datatable-with-change-across-periods__value {
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.c-datatable-with-change-across-periods__change {
  display: flex;
  padding-left: 15px;
  align-items: center;
  overflow: hidden;
}
.c-datatable-with-change-across-periods__change-up {
  color: #70d687;
  fill: #70d687;
}
.c-datatable-with-change-across-periods__change-down {
  color: #ff7875;
  fill: #ff7875;
}
.c-datatable-with-change-across-periods__change-neutral {
  color: #89909f;
  fill: #89909f;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-desktop-vs-mobile-readership {
  justify-content: space-around !important;
}
.c-desktop-vs-mobile-readership .c-desktop-vs-mobile-readership-legend {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.c-desktop-vs-mobile-readership .c-desktop-vs-mobile-readership-legend .c-chart-layout__legend {
  box-sizing: border-box;
  padding: 8px 8px 16px !important;
}.u__flex-column[data-v-f7a4c01a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-f7a4c01a] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-f7a4c01a] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-f7a4c01a] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-f7a4c01a] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-f7a4c01a] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-f7a4c01a] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-f7a4c01a] {
  display: none;
}
.c-pie-with-legend.u__flex-column .c-chart-layout__legend[data-v-f7a4c01a] {
  padding: 24px 8px 16px 8px;
}
.c-chart-layout__legend-container-title[data-v-f7a4c01a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  font-family: Roboto, sans-serif;
  padding: 0 16px;
}
.c-chart-layout__legend-container-title .c-chart-layout__legend-title[data-v-f7a4c01a] {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #70788a;
}
.c-chart-layout__legend-container-title .c-chart-layout__legend-subheading[data-v-f7a4c01a] {
  font-size: 22px;
  font-weight: 600;
  line-height: 16px;
  color: #2a3247;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-emoji-count {
  font-family: Roboto, sans-serif;
  color: #3e475e;
  font-size: 13px;
  flex: 1;
}
.c-emoji-count__row {
  display: flex;
  flex: 1;
  overflow: hidden;
  align-items: center;
}
.c-emoji-count__emoji {
  display: flex;
  min-width: 0;
  flex: 1;
  font-size: 20px;
}
.c-emoji-count__total-column {
  flex: 0 1 4.5em;
}
.c-emoji-count__emoji-total {
  display: flex;
  align-items: center;
}.u__flex-column[data-v-37352b3b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-37352b3b] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-37352b3b] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-37352b3b] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-37352b3b] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-37352b3b] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-37352b3b] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-37352b3b] {
  display: none;
}
.c-facebook-engagement-metric[data-v-37352b3b] {
  font-family: Roboto, sans-serif;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  width: 100%;
  padding: 16px;
  place-content: space-evenly;
}
.c-facebook-engagement-metric__item[data-v-37352b3b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
}
.c-facebook-engagement-metric__item-icon[data-v-37352b3b] {
  width: 24px;
  height: 24px;
}
.c-facebook-engagement-metric__item-title[data-v-37352b3b] {
  font-size: 14px;
}
.c-facebook-engagement-metric__item-value[data-v-37352b3b] {
  font-size: 18px;
  font-weight: 700;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-geographic-spread-map {
  display: block;
  height: 100%;
  width: 100%;
}
.c-geographic-spread-map__map {
  height: 100%;
}
.c-geographic-spread-map__map .gmnoprint,
.c-geographic-spread-map__map a[href^="https://maps.google"] {
  display: none !important;
}
.c-geographic-spread-map__map img {
  position: absolute;
}.u__flex-column[data-v-e0106abf] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-e0106abf] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-e0106abf] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-e0106abf] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-e0106abf] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-e0106abf] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-e0106abf] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-e0106abf] {
  display: none;
}
.c-geographic-spread[data-v-e0106abf] {
  height: 100%;
  width: 100%;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-insights-summary {
  display: grid;
  place-content: center;
  color: #3e4860;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.c-insights-summary--count-5 {
  grid-template-columns: repeat(6, 1fr);
}
.c-insights-summary--count-5 .c-insights-summary__stat {
  grid-column: span 2;
}
.c-insights-summary--count-5 .c-insights-summary__stat:nth-child(4) {
  grid-column: 2/4;
}
.c-insights-summary--count-5 .c-insights-summary__stat:nth-child(5) {
  grid-column: 4/6;
}
.c-insights-summary--count-4, .c-insights-summary--count-2 {
  grid-template-columns: repeat(4, 1fr);
}
.c-insights-summary--count-4 .c-insights-summary__stat, .c-insights-summary--count-2 .c-insights-summary__stat {
  grid-column: span 2;
}
.c-insights-summary--count-1 {
  grid-template-columns: 1fr;
  place-items: center;
}
.c-insights-summary__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  padding: 12px;
  min-width: 0;
}
.c-insights-summary__stat-icon {
  width: 24px;
  height: 24px;
  font-size: 24px;
  flex-shrink: 0;
}
.c-insights-summary__stat-title {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.c-insights-summary__stat-title-text {
  cursor: default;
}
.c-insights-summary__stat-value {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  width: 100%;
  min-width: 0;
}
.c-insights-summary__stat-value__label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.c-insights-summary__stat-value__growth-positive {
  color: #56bd6c;
}
.c-insights-summary__stat-value__growth-negative {
  color: #f5242e;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-key-insights {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.c-key-insights__table {
  color: #3e475e;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  width: 100%;
}
.c-key-insights__table-row {
  display: flex;
  flex-direction: row;
  padding-top: 3px;
  padding-bottom: 3px;
}
.c-key-insights__table-col {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding: 4px 0;
  text-align: left;
}
.c-key-insights__table-col-left {
  min-width: 130px;
  justify-content: flex-start;
}
.c-key-insights__table-col-numeric {
  justify-content: center;
  font-weight: 500;
  max-width: 150px;
}
.c-key-insights__table-col-text {
  max-width: 150px;
}
.c-key-insights__table-col-padded {
  padding-right: 20px;
}
.c-key-insights__table-col-sentiment {
  justify-content: center;
  flex: auto;
}
.c-key-insights__table-heading {
  border-radius: 3px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-key-platform-influencers {
  font-family: Roboto, sans-serif;
  color: #3e475e;
  font-size: 13px;
  flex: 1;
}
.c-key-platform-influencers__row {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.c-key-platform-influencers__column {
  display: flex;
  flex-direction: column;
}
.c-key-platform-influencers__platform-profile {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.c-key-platform-influencers__influencer-name {
  display: flex;
  min-width: 0;
  flex: 1;
  margin-left: 6px;
}
.c-key-platform-influencers__influencer-name svg,
.c-key-platform-influencers__influencer-name img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.c-key-platform-influencers__influencer-name svg {
  fill: #329fec;
}
.c-key-platform-influencers__influencer-username {
  color: #9299a7;
  font-size: 10px;
  margin-left: 6px;
}
.c-key-platform-influencers__follower-column {
  flex: 0 1 4.5em;
}
.c-key-platform-influencers__platform-followers {
  display: flex;
  align-items: center;
}.u__flex-column[data-v-623bd146] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-623bd146] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-623bd146] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-623bd146] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-623bd146] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-623bd146] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-623bd146] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-623bd146] {
  display: none;
}
.c-mention-benchmark-timeline__header[data-v-623bd146] {
  font-family: Roboto, sans-serif;
  color: #3e4860;
  margin-bottom: 16px;
}
.c-mention-benchmark-timeline__title[data-v-623bd146] {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}
.c-mention-benchmark-timeline__stats[data-v-623bd146] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.c-mention-benchmark-timeline__value[data-v-623bd146] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}
.c-mention-benchmark-timeline__details[data-v-623bd146] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-mention-benchmark-timeline__change[data-v-623bd146] {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 4px;
}
.c-mention-benchmark-timeline__change--positive[data-v-623bd146] {
  color: #28a745;
}
.c-mention-benchmark-timeline__change--negative[data-v-623bd146] {
  color: #dc3545;
}
.c-mention-benchmark-timeline__arrow[data-v-623bd146] {
  margin-right: 4px;
  width: 12px;
  height: 16px;
}
.c-mention-benchmark-timeline__period[data-v-623bd146] {
  font-size: 14px;
  color: #3e4860;
  font-weight: 500;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-outreach-coverage-timeline-layout {
  display: flex;
  gap: 1rem;
}
.c-outreach-coverage-timeline-layout .c-legend-item__label-text {
  white-space: wrap;
}
.c-outreach-coverage-timeline-layout .c-legend--layout-column,
.c-outreach-coverage-timeline-layout .c-legend-item {
  height: fit-content !important;
}
.c-outreach-coverage-timeline-layout .c-chart-layout {
  flex: 1;
}
.c-outreach-coverage-timeline-layout__releases {
  display: grid;
  grid-template-rows: repeat(3, min-content);
  grid-auto-flow: column;
  gap: 1rem;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-outreach-performance-table {
  font-family: Roboto, sans-serif;
}
.c-outreach-performance-table .c-datatable__column {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px;
}
.c-outreach-performance-table .c-datatable__column--heading {
  color: #707889;
  font-size: 12px;
  padding: 16px;
  padding-bottom: 0;
}
.c-outreach-performance-table__row {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.c-outreach-performance-table__column {
  display: flex;
  flex-direction: column;
}
.c-outreach-performance-table__release-title {
  color: #094791;
  cursor: pointer;
  text-decoration: none;
}
.c-outreach-performance-table__release-title:hover {
  color: #42aaff;
}
.c-outreach-performance-table__release-stat {
  font-weight: 400 !important;
  color: #3e4860;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-outreach-top-engaged-contacts-table {
  font-family: Roboto, sans-serif;
  width: 100%;
}
.c-outreach-top-engaged-contacts-table .c-datatable__column {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  padding: 16px;
}
.c-outreach-top-engaged-contacts-table .c-datatable__column--heading {
  color: #707889;
  font-size: 12px;
  padding: 16px;
  padding-bottom: 0;
}
.c-outreach-top-engaged-contacts-table__row {
  display: flex;
  flex-direction: row;
  flex: 1;
}
.c-outreach-top-engaged-contacts-table__column {
  display: flex;
  flex-direction: column;
}
.c-outreach-top-engaged-contacts-table__contact {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.c-outreach-top-engaged-contacts-table__contact-name-link {
  text-decoration: none;
  color: #094791;
  cursor: pointer;
}
.c-outreach-top-engaged-contacts-table__contact-name-link:hover {
  color: #42aaff;
}
.c-outreach-top-engaged-contacts-table__contact-description {
  font-weight: 400 !important;
  color: #707889;
}
.c-outreach-top-engaged-contacts-table__contact-outlet {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #707889;
  font-weight: 400 !important;
}
.c-outreach-top-engaged-contacts-table__contact-outlet-icon {
  flex-shrink: 0;
}
.c-outreach-top-engaged-contacts-table__contact-outlet-name {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 100%;
}
.c-outreach-top-engaged-contacts-table__contact-stat {
  font-weight: 400 !important;
  color: #3e4860;
}.u__flex-column[data-v-92d3eeb0] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-92d3eeb0] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-92d3eeb0] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-92d3eeb0] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-92d3eeb0] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-92d3eeb0] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-92d3eeb0] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-92d3eeb0] {
  display: none;
}
[data-v-92d3eeb0] .c-legend-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-share-of-voice .c-share-of-voice__table[data-v-92d3eeb0] {
  color: #3e475e;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 12px;
  width: 100%;
}
.c-share-of-voice .c-share-of-voice__table-column[data-v-92d3eeb0] {
  display: flex;
  flex-direction: column;
}
.c-share-of-voice .c-share-of-voice__table-column--left[data-v-92d3eeb0] {
  text-align: left;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 8px;
}
.c-share-of-voice .c-share-of-voice__table-column--right[data-v-92d3eeb0] {
  text-align: left;
  padding-left: 8px;
  font-weight: 700;
  flex: 0 1 auto;
}
.c-share-of-voice .c-share-of-voice__table-column--center[data-v-92d3eeb0] {
  text-align: right;
  flex: 0 1 auto;
}
.c-share-of-voice .c-share-of-voice__table--header-row[data-v-92d3eeb0] {
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 8px;
  height: 26px;
}
.c-share-of-voice .c-share-of-voice__table-row[data-v-92d3eeb0] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.c-share-of-voice .c-share-of-voice__table-row--left[data-v-92d3eeb0] {
  padding-top: 7px;
  padding-bottom: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}.u__flex-column[data-v-54caeb68] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-54caeb68] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-54caeb68] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-54caeb68] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-54caeb68] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-54caeb68] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-54caeb68] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-54caeb68] {
  display: none;
}
.c-social-post-highlight[data-v-54caeb68] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 32px;
  width: 100%;
  height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #3e4860;
  padding: 16px;
}
.c-social-post-highlight__post[data-v-54caeb68] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 250px;
}
.c-social-post-highlight__post-header[data-v-54caeb68] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-shrink: 0;
}
.c-social-post-highlight__post-header-title[data-v-54caeb68] {
  font-size: 14px;
  font-weight: 700;
}
.c-social-post-highlight__post-header-date[data-v-54caeb68] {
  color: #707889;
}
.c-social-post-highlight__post-body[data-v-54caeb68] {
  flex-shrink: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.c-social-post-highlight__post-attachment[data-v-54caeb68] {
  flex: 1;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  background-color: #f5f5f5;
  position: relative;
  justify-items: center;
}
.c-social-post-highlight__no-attachments[data-v-54caeb68] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #707889;
}
.c-social-post-highlight__metrics[data-v-54caeb68] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.c-social-post-highlight__metric[data-v-54caeb68] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6ebef;
  font-size: 14px;
}
.c-social-post-highlight__metric[data-v-54caeb68]:last-child {
  border-bottom: none;
  padding-bottom: 0;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-top-articles-table {
  width: 100%;
  font-family: Roboto, sans-serif;
  gap: var(--top-articles-table-spacing);
}
.c-top-articles-table .c-datatable__column {
  font-size: 14px;
  line-height: 150%;
  padding: 0;
}
.c-top-articles-table .c-datatable__column--heading {
  color: #707889;
  font-weight: 700;
  font-size: 12px;
  padding: var(--top-articles-table-spacing) 16px;
  padding-bottom: 0;
}
.c-top-articles-table__row {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  gap: 16px;
  margin-bottom: var(--top-articles-table-spacing);
  margin-inline: 16px;
}
.c-top-articles-table__title {
  justify-self: start;
  text-decoration: none;
  text-align: start;
  font-weight: 700;
  color: #094791;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-top-articles-table__title:hover {
  color: #42aaff;
}
.c-top-articles-table__stat {
  display: flex;
  justify-content: end;
  color: #3e4860;
  font-weight: 400;
}
.c-top-articles-table__stat-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
}
.c-top-articles-table__stat__icon {
  width: 16px;
  height: 16px;
}
.c-top-articles-table__stat__icon-audience {
  fill: #767676;
}
.c-top-articles-table__stat__icon-ave {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #767676;
  font-size: 12px;
  border-radius: 50%;
  line-height: 1;
}
.c-top-articles-table__source {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
  font-size: 12px;
  color: #707889;
}
.c-top-articles-table__source-bullet {
  width: 2px;
  height: 2px;
  background-color: #707889;
  border-radius: 50%;
  display: inline-block;
}
.c-top-articles-table__source-logo {
  width: 20px;
  height: auto;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-top-facebook-pages {
  font-family: Roboto, sans-serif;
  color: #3e475e;
  font-size: 13px;
  flex: 1;
}
.c-top-facebook-pages__row {
  display: flex;
  flex: 1;
  overflow: hidden;
}
.c-top-facebook-pages__column {
  display: flex;
  flex-direction: column;
}
.c-top-facebook-pages__facebook-page-profile {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.c-top-facebook-pages__facebook-page-name {
  display: flex;
  min-width: 0;
  flex: 1;
  margin-left: 6px;
}
.c-top-facebook-pages__facebook-page-name svg,
.c-top-facebook-pages__facebook-page-name img {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}
.c-top-facebook-pages__facebook-page-name svg {
  fill: #329fec;
}
.c-top-facebook-pages__facebook-page-username {
  color: #9299a7;
  font-size: 10px;
  margin-left: 6px;
}
.c-top-facebook-pages__follower-column {
  flex: 0 1 4.5em;
}
.c-top-facebook-pages__facebook-page-followers {
  display: flex;
  align-items: center;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-datatable__number {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #529fe6;
  font-size: 25px;
}
.c-datatable__text {
  font-family: Roboto, sans-serif;
  font-style: normal;
  margin-left: 23px;
  font-weight: bold;
}
.c-top-issues__column {
  align-items: center;
  padding: 43px 25px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-top-platform-posts {
  font-family: Roboto, sans-serif;
  color: #3e475e;
  font-size: 13px;
  flex: 1;
  overflow: hidden;
}
.c-top-platform-posts__row {
  display: flex;
  padding: 8px 12px;
  flex: 1;
  overflow: hidden;
}
.c-top-platform-posts__rank {
  padding-top: 3px;
  font-weight: bold;
  font-size: 14px;
}
.c-top-platform-posts__post-container {
  margin-left: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1;
}
.c-top-platform-posts__post-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-top-platform-posts__post-profile {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
}
.c-top-platform-posts__post-avatar {
  line-height: 1;
}
.c-top-platform-posts__post-avatar svg,
.c-top-platform-posts__post-avatar img {
  width: 22px;
  height: 22px;
  border-radius: 999px;
}
.c-top-platform-posts__post-avatar svg {
  fill: #9299a7;
  border-radius: 0;
}
.c-top-platform-posts__post-username {
  display: flex;
  min-width: 0;
  flex: 1;
  margin-left: 6px;
  font-weight: bold;
}
.c-top-platform-posts__post-username > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
}
.c-top-platform-posts__post-stats {
  display: flex;
  align-items: center;
  margin-left: 6px;
  color: #89909f;
  font-size: 11px;
}
.c-top-platform-posts__post-stat {
  display: flex;
  margin-left: 12px;
  width: 56px;
}
.c-top-platform-posts__post-stat svg {
  fill: currentcolor;
  height: 11px;
}
.c-top-platform-posts__post-stat span {
  margin-left: 2px;
}
.c-top-platform-posts__post-verified {
  display: flex;
  margin-left: 6px;
  align-items: center;
}
.c-top-platform-posts__post-verified svg {
  fill: #329fec;
  height: 11px;
}
.c-top-platform-posts__post-content {
  display: flex;
  margin-top: 6px;
  cursor: pointer;
}
.c-top-platform-posts__post-body {
  display: flex;
  min-width: 0;
  flex: 1;
}
.c-top-platform-posts__post-body > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-top-platform-posts__post-attachment {
  display: flex;
  align-items: center;
}
.c-top-platform-posts__post-attachment svg {
  fill: #6bc1ff;
  height: 14px;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-top-sources__media-type {
  padding-bottom: 8px;
}
.c-top-sources .c-datatable__row--bordered {
  border: none;
}.u__flex-column[data-v-11ff878b] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse[data-v-11ff878b] {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto[data-v-11ff878b] {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row[data-v-11ff878b] {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse[data-v-11ff878b] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink[data-v-11ff878b] {
  flex: 0 1 auto;
}
.u__flex-grow[data-v-11ff878b] {
  flex: 1 0 auto;
}
.hide-empty-tooltip[data-v-11ff878b] {
  display: none;
}
[data-v-11ff878b] .c-legend-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-v-11ff878b] .c-datatable__column {
  align-items: center;
}
.c-total-social-shares__table__platform-icon[data-v-11ff878b] {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}.u__flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.u__flex-column-reverse {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
.u__flex-auto {
  flex: 1 1 auto;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.u__flex-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.u__flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.u__flex-shrink {
  flex: 0 1 auto;
}
.u__flex-grow {
  flex: 1 0 auto;
}
.hide-empty-tooltip {
  display: none;
}
.c-word-cloud {
  font-family: Roboto, sans-serif;
  line-height: normal;
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 200px;
  color: #444;
}
.c-word-cloud__word {
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.c-word-cloud__word.w10 {
  font-size: 490%;
}
.c-word-cloud__word.w9 {
  font-size: 460%;
}
.c-word-cloud__word.w8 {
  font-size: 430%;
}
.c-word-cloud__word.w7 {
  font-size: 400%;
}
.c-word-cloud__word.w6 {
  font-size: 370%;
}
.c-word-cloud__word.w5 {
  font-size: 340%;
}
.c-word-cloud__word.w4 {
  font-size: 290%;
}
.c-word-cloud__word.w3 {
  font-size: 240%;
}
.c-word-cloud__word.w2 {
  font-size: 190%;
}
.c-word-cloud__word.w1 {
  font-size: 140%;
}
@media screen and (width <= 500px) {
.c-word-cloud {
    font-size: 50%;
}
}