x-showcase {
  display: block;
  width: 100%;
  padding: 0;
}
x-showcase .media-container {
  border-radius: 0.45rem;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
x-showcase .media-container .empty {
  padding: 3rem 1rem;
  text-align: center;
}
x-showcase .media-container img {
  display: block;
  margin: 0 auto;
  border-radius: 0.45rem;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 100%;
  height: auto;
}
x-showcase .media-container iframe {
  border: none;
  overflow: hidden;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 0.45rem;
  box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
x-showcase .media-container .media-actions {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
x-showcase .media-container .media-actions:empty {
  display: none;
}
x-showcase .item-selector {
  display: flex;
  justify-content: space-between;
  scroll-behavior: smooth;
  position: relative;
}
x-showcase .item-selector > button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0px 0.2rem;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1rem;
  line-height: 1em;
  border: none;
  outline: none !important;
  cursor: pointer;
  transition: 0.3s;
  color: inherit;
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  background-color: transparent;
  background-color: rgba(var(--color-border-rgb, 200, 199, 204), 0.75);
}
.is-dark-mode x-showcase .item-selector > button {
  background-color: rgba(var(--color-dark-rgb, 31, 31, 31), 0.75);
}
x-showcase .item-selector > button:first-child {
  top: 1.75rem;
  left: -0.75rem;
}
x-showcase .item-selector > button:last-child {
  top: 1.75rem;
  right: -0.75rem;
}
x-showcase .item-selector > button i[class^=icon-] {
  display: block;
}
x-showcase .item-selector > button:disabled, x-showcase .item-selector > button[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
x-showcase .item-selector > button:hover {
  color: white;
  transform: none;
  background-color: rgba(var(--color-primary-rgb, 66, 117, 242), 0.9);
  box-shadow: 0px 0px 0px 3px rgba(var(--color-primary-rgb, 66, 117, 242), 0.3);
}
x-showcase .item-selector .items {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.75rem 3px;
  border-radius: 0.25rem;
}
x-showcase .item-selector .items > a {
  display: inline-block;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(4rem - 6px);
  height: calc(4rem - 6px);
  margin: 0px;
  padding: 0px;
  border-radius: 0.45rem;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 3px 0.75rem rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-border-rgb, 200, 199, 204), 0.35), 0px 0px 0px 0px rgba(var(--color-border-rgb, 200, 199, 204), 0.3);
  margin-right: 0.75rem;
  transition: 0.3s;
}
x-showcase .item-selector .items > a > svg {
  width: 3rem;
  height: 3rem;
  margin-top: 9px;
  margin-left: 5px;
  fill: rgba(var(--color-light-rgb, 254, 254, 254), 0.85);
  filter: drop-shadow(0 0 1rem #000000);
}
x-showcase .item-selector .items > a:last-child {
  margin-right: 0;
}
x-showcase .item-selector .items > a:hover {
  box-shadow: 0px 3px 0.75rem rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-primary-rgb, 66, 117, 242), 1), 0px 0px 0px 3px rgba(var(--color-primary-rgb, 66, 117, 242), 0.3);
}
x-showcase .item-selector .items > a.selected {
  box-shadow: 0px 3px 0.75rem rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(var(--color-primary-rgb, 66, 117, 242), 0), 0px 0px 0px 3px rgba(var(--color-primary-rgb, 66, 117, 242), 1);
}
x-showcase .item-selector .items > a.upload-action {
  box-shadow: 0px 3px 0.75rem rgba(0, 0, 0, 0.1), 0px 0px 0px 0px rgba(var(--color-border-rgb, 200, 199, 204), 0.3);
  border: 1px dashed rgba(var(--color-border-rgb, 200, 199, 204), 0.35);
}
x-showcase .item-selector .items > a.upload-action > x-icon {
  padding-top: 1rem;
  position: relative;
  display: block;
  margin: 0 auto;
  user-select: none;
}
.is-dark-mode x-showcase .item-selector .items > a.upload-action > x-icon {
  color: var(--color-text-light, #FEFEFE);
}
x-showcase .item-selector .items > a.upload-action:hover {
  box-shadow: 0px 3px 0.75rem rgba(0, 0, 0, 0.1), 0px 0px 0px 3px rgba(var(--color-border-rgb, 200, 199, 204), 0.15);
  border: 1px dashed rgba(var(--color-border-rgb, 200, 199, 204), 0.75);
}
x-showcase .item-selector .items > a.upload-action:active {
  transform: translateY(2px);
}
.is-dark-mode x-showcase .item-selector .items > a {
  background-color: rgba(255, 255, 255, 0.1);
}