/*
Remove if you want the ads displayed on mobile devices
 */
 @media only screen and (max-width: 700px) {
  #carbonads { display: none !important; }
}

#carbonads {
  --width: 130px;
  --font-size: 11px;
}

#carbonads {
  display: block;
  float: right;
  overflow: hidden;
  margin: 0 0 20px 20px;
  max-width: var(--width);
  border-radius: 4px;
  box-shadow: 0 0 1px hsla(0, 0%, 0%, .15);
  background-color: hsl(0, 0%, 98%);
  font-size: var(--font-size);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
  Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.35;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin-bottom: 8px;
  max-width: var(--width);
  line-height: 1;
}

.carbon-img img {
  display: block;
  margin: 0 auto;
  max-width: var(--width) !important;
  width: var(--width);
  height: auto;
}

.carbon-text {
  display: block;
  padding: 0 1em 8px;
  text-align: left;
}

.carbon-poweredby {
  display: block;
  padding: 10px var(--font-size);
  background: repeating-linear-gradient(-45deg, transparent, transparent 5px, hsla(0, 0%, 0%, .025) 5px, hsla(0, 0%, 0%, .025) 10px) hsla(203, 11%, 95%, .4);
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 600;
  font-size: 8px !important;
  line-height: 0;
}
