.kca-native-slot {
  background: rgba(15, 23, 42, .55);
  border: 1px solid rgba(148, 163, 184, .14);
  border-radius: 16px;
  clear: both;
  margin: 28px auto;
  max-width: 1180px;
  min-height: 120px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-align: center;
}

.kca-native-home {
  margin-bottom: 34px;
  margin-top: 24px;
}

.kca-ad-label {
  color: #77849a;
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
}

.kca-native-content {
  margin-inline: auto;
  max-width: 100%;
  min-height: 88px;
  overflow: hidden;
}

.kca-smartlink-target::after {
  content: '↗';
  font-size: .78em;
  margin-left: 5px;
  opacity: .65;
}

.kca-smartlink-button {
  background: #f5bd1f;
  border-radius: 10px;
  color: #111827;
  display: inline-flex;
  font-weight: 800;
  padding: 11px 16px;
  text-decoration: none;
}

@media (max-width: 640px) {
  .kca-native-slot {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

