.twd-aisl {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 14px 14px;
  margin: 18px 0;
  background: #fff;
}

.twd-aisl__inner {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.twd-aisl__heading {
  font-weight: 600;
  font-size: 14px;
  opacity: 0.9;
}

.twd-aisl__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.twd-aisl__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.12);
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  background: #f7f7f7;
  color: #111;
  cursor: pointer;
}

.twd-aisl__btn:hover {
  background: #efefef;
}

.twd-aisl__btn--copy.is-copied {
  background: #e7ffe7;
}
