/**
 * 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.
 */
/**
 * Render Preview Label over Preview Image,
 */
.confluence-embedded-file-wrapper .confluence-embedded-file .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, sans-serif;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  padding: 30px 10px 0 10px;
}

.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-file {
  cursor: pointer;
}

.wiki-content .confluence-embedded-file-wrapper {
  max-width: 100%;
}

.confluence-embedded-file-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.confluence-embedded-file-wrapper .confluence-embedded-file {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  max-width: 100%;
}

/* ... /Render Preview Label over Preview Image ... */
