.campaigns .hero {
  background: linear-gradient(-45deg, #ff7f7f, #d50e60, #a63bfd, #ff9966);
  background-size: 400% 400%;
  animation: campaigns-hero-gradient 14s ease infinite;
  color:var(--paper);
  border-radius:16px;
  margin-bottom:30px;
  padding:24px;
}

@keyframes campaigns-hero-gradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.campaigns .hero h1 {
  font-family: "Inter", sans-serif;
  font-weight:700;
  font-size:38px;
  margin-bottom:10px;
  line-height:1.2;
}

@media (min-width:900px) {
  .campaigns .hero {
    padding:50px;
  }
  .campaigns .hero h1 {
    font-size:45px;
  }
}

.campaigns_hero_subheading {
  font-family: "Matter SemiMono", monospace;
  font-size:16px;
  margin-bottom:30px;
}

.campaigns .hero .hero_bottom_row {
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
}

@media (min-width:900px) {
  .campaigns .hero .hero_bottom_row {
    align-items:center;
    flex-direction:row;
  }
}

.campaigns .hero .industry_dropdown_wrapper {
  position: relative;
  display: inline-block;
}

.campaigns .hero .share_button_wrapper {
  position: relative;
  display: inline-block;
}

.campaigns_share_button {
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  padding: 11px 17px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--paper);
  transition: background 150ms ease;
  display:flex;
  gap:7px;
  line-height:1.4;
  color:var(--paper);
  margin-bottom:0;
}

.campaigns_share_button:hover, .campaigns_share_button:active, .campaigns_share_button:focus {
  background: rgba(255, 255, 255, 0.3);
  color:var(--paper);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.campaigns_share_button .share_icon {
  width: 16px;
  height: 16px;
  display: block;
}

.campaigns_share_menu {
  display: flex;
  flex-direction: row;
  gap: 4px;
  min-width: unset;
}

.share_menu_item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
  color: var(--paper);
  transition: background 120ms ease;
  background: rgba(255, 255, 255, 0.2);
}

.share_menu_item:hover {
  background: rgba(255, 255, 255, 0.3);
  color:var(--paper);
}

.share_social_icon {
  width: 18px;
  height: 18px;
  display: block;
}

button.dropdown.campaigns_industry_dropdown {
  background-color:var(--paper);
  padding:11px 17px;
  display:flex;
  justify-content: space-between;
  width:250px;
  border-radius:25px;
  border:0;
}

.campaigns .hero .industry_dropdown_wrapper .dropdown_menu {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  text-align: left;
  z-index:20;
}

.campaigns .hero .industry_dropdown_wrapper [data-dropdown-target="menu"].is-open {
  transform: translateX(-50%) translateY(0) scale(1);
}

.campaigns .hero .industry_dropdown_wrapper [data-dropdown-target="menu"] {
  transform: translateX(-50%) translateY(-4px) scale(0.98);
}

.campaigns .campaigns_list {
  display:flex;
  flex-direction:column;
  gap:12px;
}

.campaigns .campaign_card_wrapper {
  display:flex;
  align-items:center;
  gap:11px;
}

.campaigns .campaign_index {
  font-family:"Matter SemiMono", monospace;
  font-size:15px;
  border:1px solid var(--gridline);
  background-color:var(--paper);
  width:45px;
  flex-shrink:0;
  align-self:stretch;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:16px;
}

@media(min-width:900px) {
  .campaigns .campaign_index {
    width:70px;
  }
}

.campaigns .campaign_card {
  background-color:var(--paper);
  border:1px solid var(--gridline);
  display:flex;
  gap:10px;
  justify-content: space-between;
  border-radius:16px;
  padding:20px;
  text-decoration:none;
  color:var(--soft-black);
  font-family: "Inter", sans-serif;
  width:100%;
}

.campaigns .campaign_card .campaign_title {
  font-weight:700;
  font-size:19px;
  margin-bottom:4px;
}

.campaigns .campaign_card .campaign_summary {
  color:var(--soft-grey);
  font-family: "Matter SemiMono", monospace;
  font-size:15px;
  margin-bottom:12px;
}

.campaigns .campaign_card .campaign_sources {
  margin-bottom:12px;
}

.campaigns .campaign_card span.card_brand, .similar_campaign_card span.card_brand {
  font-size:12px;
  font-family: "Matter SemiMono", monospace;
  border-radius:11px;
  padding:5px 7px;
  background-color:var(--magic);
  color:var(--paper);
  display:inline-block;
  margin-bottom:3px;
}

.campaigns .campaign_card .campaign_date {
  color:var(--soft-grey);
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
}

.button_wrapper {
  display:flex;
  align-items:center;
  gap:10px;
}

.campaign_coverage_chart_wrapper {
  height:200px;
  padding:40px;
  border:1px solid var(--gridline);
  border-radius:16px;
  margin-bottom:40px;
}

.coverage_table {
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
  background-color:var(--gentle-grey);
  border:1px solid var(--gridline);
  border-radius:16px;
  padding:20px;
  overflow-x:scroll;
}

.coverage_table .headline_row {
  min-width:400px;
}

.coverage_table .date_row {
  min-width:205px;
}

.campaigns .hero .campaigns_days_toggle {
  padding-top: 0;
  margin-bottom: 24px;
}

.campaigns .hero .campaigns_days_toggle a {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: transparent;
  max-width: none;
  flex: 0 0 auto;
}

.campaigns .hero .campaigns_days_toggle a.selected {
  color: #fff;
  border-bottom-color: #fff;
}

.campaigns h3 {
  font-size:24px;
  margin-bottom:4px;
}

.campaigns p.subheading {
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
  color:var(--soft-grey);
}

.campaigns .article_summary p.summary {
  display:block;
  max-width:700px;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:28px;
  font-size:18px;
  font-family: "Ivar", sans-serif;
  text-wrap:pretty;
}

@media (min-width:900px) {
  .campaigns .article_summary p.summary {
    font-size:21px;
  }
}

.campaigns .dropdown_menu {
  min-width:235px;
  border-radius:16px;
}

.no_campaigns_found {
  background-color:var(--paper);
  border:1px solid var(--gridline);
  border-radius:16px;
  text-align: center;
  font-family: "Inter", sans-serif;
  padding:80px 20px;
}

a.campaigns_back_button {
  text-decoration:none;
  background-color:var(--paper);
  border-radius:25px;
  padding:11px 17px;
  font-family: "Matter SemiMono", monospace;
  font-size:14px;
  color:var(--hard-grey);
  line-height:1.4;
}

.campaigns_faqs_wrapper {
  max-width:1020px;
  position: relative;
  margin:auto;
}

.campaigns_faqs_wrapper h4 {
  text-align:center;
  font-family: "Scorekard";
}

.campaigns_faqs_wrapper .questions p {
  margin-bottom:16px;
}

.campaigns_faqs_wrapper .questions p:last-of-type {
  margin-bottom:6px;
}

.similar_campaigns_wrapper {
  background-color: #fff0ea;
  padding:60px 0;
}

.similar_campaigns {
  max-width:1020px;
  position: relative;
  margin:auto;
}

.similar_campaigns h3 {
  font-family: "Inter";
  font-weight:700;
  margin-bottom:4px;
  font-size:25px;
}

.similar_campaigns p.subheading {
  font-family: "Matter SemiMono", monospace;
  color:var(--hard-grey);
  font-size:16px;
}

.similar_campaign_cards {
  display:flex;
  flex-direction:column;
  gap:10px;
}

@media (min-width:900px) {
  .similar_campaigns h3 {
    font-size:31px;
  }
  .similar_campaign_cards {
    flex-direction:row;
  }
}

.similar_campaign_card {
  background-color:var(--paper);
  border-radius:16px;
  border:1px solid var(--gridline);
  padding:24px;
  text-decoration: none;
  width:100%;
  box-sizing: border-box;
}

.similar_campaign_name {
  font-family: "Inter";
  font-weight:700;
  font-size:19px;
  margin-bottom:4px;
  color:var(--soft-black);
}

.similar_campaign_summary {
  color:var(--soft-grey);
  font-family: "Matter SemiMono", monospace;
  font-size:15px;
  margin-bottom:12px;
}

.email_share_icon {
  position: relative;
  top:1px;
  right:1px;
}

.position_banner {
  text-align: center;
  background-color:var(--paper);
  border:1px solid var(--gridline);
  padding:20px;
  border-radius:8px;
  margin-bottom:20px;
  box-shadow:var(--box-shadow-combined);
  font-family:"Matter SemiMono", monospace;
  font-size:14px;
  text-wrap:balance;
  display:flex;
  align-items:center;
  gap:10px;
  justify-content: center;
}

.breadcrumbs span.campaign_name {
  display:none;
}

@media (min-width:700px) {
  .breadcrumbs span.campaign_name {
    display:initial;
  }
}

svg.trophy_icon {
  width:16px;
  height:auto;
  position: relative;
  bottom:1px;
}

.position_stamp {
  color:var(--magic);
  font-family: "Matter SemiMono", monospace;
  font-size:12px;
  text-transform: uppercase;
  display:none;
  align-items: center;
  gap:4px;
  border:8px double var(--magic);
  border-radius:4px;
  line-height:1.2;
  padding:12px;
  -webkit-mask-image: url("/stamp-distortion.png");
  -webkit-mask-size: 151px 327px;
  mix-blend-mode: multiply;
  transform:rotate(5deg);
  position: absolute;
  top:23px;
  right:21px;
  opacity:0.75;
}

.position_stamp .stat {
  font-size:21px;
  font-family: "Inter";
  font-weight:700;
}

.campaigns .article_headline {
  padding:56px 52px;
}

@media (min-width:900px) {
  .position_stamp {
    display:inline-flex;
    flex-direction:column;
  }
  .position_banner {
    display:none;
  }
  .campaigns .article_headline {
    padding:120px 52px;
  }
}

.main.campaigns {
  padding:24px 20px;
  padding-bottom:52px;
}

.campaigns .breadcrumbs {
  padding-top:0;
}

.last_updated_wrapper {
  display:flex;
  justify-content: flex-end;
}

.last_updated {
  font-family: "Matter SemiMono", monospace;
  font-size:12px;
  color:var(--soft-grey);
}

.campaign_meta {
  min-width:47px;
}