/* Digitana Social - Feedbilder Mobile
   Responsive Collagen- und Einzelbilddarstellung ohne neue Slider- oder Overlaylogik. */

@media (max-width: 820px) {
  .ds-feed-images {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .ds-feed-image-grid {
    width: 100%;
    min-width: 0;
  }

  .ds-feed-images-count-1 .ds-feed-image-item {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
    background: transparent;
    box-shadow: none;
  }

  .ds-feed-images-count-1 .ds-feed-image-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .ds-feed-images-count-2 .ds-feed-image-item,
  .ds-feed-images-count-3:not(.ds-feed-images-slider-active) .ds-feed-image-item:not(:first-child),
  .ds-feed-images-count-4 .ds-feed-image-item {
    height: 150px;
  }

  .ds-feed-images-count-3:not(.ds-feed-images-slider-active) .ds-feed-image-item:first-child {
    height: 307px;
  }

  .ds-feed-images-slider-active .ds-feed-image-item {
    width: 100%;
    height: auto;
    min-height: 0;
    background: transparent;
    box-shadow: none;
  }

  .ds-feed-images-slider-active .ds-feed-image-item.ds-feed-image-active {
    display: block;
  }

  .ds-feed-images-slider-active .ds-feed-image-item.ds-feed-image-active img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }
}

@media (max-width: 460px) {
  .ds-feed-compose-preview {
    gap: 9px;
  }

  .ds-feed-images-count-2 .ds-feed-image-grid,
  .ds-feed-images-count-3 .ds-feed-image-grid,
  .ds-feed-images-count-4 .ds-feed-image-grid {
    gap: 5px;
  }

  .ds-feed-images-count-2:not(.ds-feed-images-slider-active) .ds-feed-image-item,
  .ds-feed-images-count-3:not(.ds-feed-images-slider-active) .ds-feed-image-item:not(:first-child),
  .ds-feed-images-count-4:not(.ds-feed-images-slider-active) .ds-feed-image-item {
    height: 126px;
  }

  .ds-feed-images-count-3:not(.ds-feed-images-slider-active) .ds-feed-image-item:first-child {
    height: 257px;
  }

  .ds-feed-image-nav {
    width: 28px;
    height: 38px;
  }
}
