#carbonads {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial,
    sans-serif;
}

#carbonads {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  max-width: 630px;
  margin: auto;
}

#carbonads > span {
  position: relative;
  display: block;
}

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

#carbonads a:hover {
  color: inherit;
}

.carbon-wrap {
  display: flex;

  align-items: center;
}

.carbon-img {
  display: block;
  margin: 0;
  line-height: 1;
}

.carbon-img img {
  display: block;
}

.carbon-text {
  position: relative;
  display: flex;
  margin-bottom: 12px;
  padding: 8px 1em;
  max-width: 500px;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;

  align-items: center;
}

.carbon-text:after {
  display: table;
  margin-left: 20px;
  padding: 12px 16px;
  border-radius: 3px;
  background-color: hsl(0, 0%, 20%);
  color: #fff;
  content: "Learn More";
  white-space: nowrap;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}

.carbon-poweredby {
  position: absolute;
  bottom: 0;
  left: 146px;
  color: #999 !important;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-weight: 500;
  font-size: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 759px) {
  .carbon-text:after {
    display: none;
  }
}
