/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.float-start img,
.float-start img.img-fluid {
  margin-right: 0.7em;
}

.confluence-embedded-image {
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 3px;
  display: block;
}

.aui-icon {
  --aui-icon-size: 16px;
  --aui-icon-font: "Adgs Icons";
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  display: inline-flex;
  font-size: 0;
  height: var(--aui-icon-size);
  line-height: 0;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: text-bottom;
  width: var(--aui-icon-size);
}

.icon, .icon-container {
  display: inline-block;
  height: 16px;
  min-width: 16px;
  text-align: left;
  text-indent: -9999em;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 0;
  vertical-align: text-bottom;
}

img.emoticon, table.confluenceTable td.confluenceTd img.emoticon, img.emoticon[class^="emoticon emoticon-"] {
  vertical-align: middle;
  max-height: 16px;
  min-width: 16px;
  max-width: 32px;
  width: initial;
  height: initial;
}