 .dicm-gallery{width:100%;margin:0;padding:0;overflow:hidden;box-sizing:border-box;}.dicm-gallery .dicm-gallery-item{position:relative;overflow:hidden;box-sizing:border-box;}.dicm-gallery .dicm-gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease;display:block;box-sizing:border-box;}.dicm-gallery.dicm-grid-layout{display:grid;grid-template-columns:repeat(var(--columns,3),minmax(0,1fr));gap:var(--gap,15px);max-width:100%;}.dicm-gallery.dicm-grid-layout .dicm-gallery-item{height:var(--image-height,300px);width:100%;}.dicm-gallery.dicm-masonry-layout{column-count:var(--columns,3);column-gap:var(--gap,15px);width:100%;display:block;}.dicm-gallery.dicm-masonry-layout .dicm-gallery-item{width:100%;margin-bottom:var(--gap,15px);break-inside:avoid;display:block;}.dicm-gallery.dicm-masonry-layout .dicm-gallery-item img{width:100%;height:auto;object-fit:cover;display:block;}.dicm-gallery.dicm-justified-layout{display:flex;flex-wrap:wrap;gap:var(--gap,15px);width:100%;align-items:stretch;}.dicm-gallery.dicm-justified-layout .dicm-gallery-item{flex-grow:1;position:relative;overflow:hidden;}.dicm-gallery.dicm-justified-layout .dicm-gallery-item img{width:100%;height:var(--image-height,300px);object-fit:cover;object-position:center;max-width:100%;max-height:100%;display:block;}@media (max-width:980px){.dicm-gallery.dicm-grid-layout{grid-template-columns:repeat(var(--columns-tablet,2),minmax(0,1fr));gap:var(--gap-tablet,12px);}.dicm-gallery.dicm-grid-layout .dicm-gallery-item{height:var(--image-height-tablet,250px);}.dicm-gallery.dicm-masonry-layout{column-count:var(--columns-tablet,2);column-gap:var(--gap-tablet,12px);}.dicm-gallery.dicm-justified-layout .dicm-gallery-item img{height:var(--image-height-tablet,250px);}.dicm-gallery.dicm-justified-layout{gap:var(--gap-tablet,12px);}}@media (max-width:767px){.dicm-gallery.dicm-grid-layout{grid-template-columns:repeat(var(--columns-phone,1),minmax(0,1fr));gap:var(--gap-phone,10px);}.dicm-gallery.dicm-grid-layout .dicm-gallery-item{height:var(--image-height-phone,200px);}.dicm-gallery.dicm-masonry-layout{column-count:var(--columns-phone,1);column-gap:var(--gap-phone,10px);}.dicm-gallery.dicm-justified-layout .dicm-gallery-item{max-width:100%;}.dicm-gallery.dicm-justified-layout .dicm-gallery-item img{height:var(--image-height-phone,200px);}.dicm-gallery.dicm-justified-layout{gap:var(--gap-phone,10px);}}.dicm-gallery-empty{display:flex;justify-content:center;align-items:center;padding:50px;text-align:center;border:2px dashed #ddd;color:#666;box-sizing:border-box;}.dicm-carousel-container{max-width:100%;margin:0 auto;padding:0px;}.dicm-carousel-main-container{position:relative;margin-bottom:20px;height:500px;overflow:hidden;border-radius:8px;}.dicm-carousel-slider{position:absolute;width:100%;height:100%;display:flex;transition:transform 0.4s ease;}.dicm-carousel-slide{min-width:100%;height:100%;background:none;}.dicm-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;object-position:center 15%;}.dicm-carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,0.8);border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:3;transition:all 0.3s;padding:0;}.dicm-carousel-nav-button:hover{background:rgba(255,255,255,0.9);transform:translateY(-50%) scale(1);}.dicm-carousel-nav-button:active{transform:translateY(-50%) scale(0.95);}.dicm-carousel-nav-button svg{width:24px;height:24px;fill:#333;transition:fill 0.3s;}.dicm-carousel-nav-button:hover svg{fill:#000;}.dicm-carousel-prev{left:10px;}.dicm-carousel-next{right:10px;}.dicm-carousel-thumbnails{display:flex;gap:10px;justify-content:flex-start;padding:10px 0;overflow:hidden;}.dicm-carousel-thumbnail{width:110px;height:110px;object-fit:cover;cursor:pointer;border-radius:4px;opacity:0.7;transition:all 0.3s;transform:scale(1);flex-shrink:0;}.dicm-carousel-thumbnail:hover{opacity:1;transform:scale(1);}.dicm-carousel-thumbnail.active{opacity:1;border:2px solid #837874;transform:scale(1);}@media (max-width:980px){.dicm-carousel-thumbnails{justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;gap:8px;padding:10px;}.dicm-carousel-thumbnails::-webkit-scrollbar{display:none;}.dicm-carousel-thumbnail{min-width:85px;width:85px;height:85px;flex-shrink:0;}.dicm-carousel-main-container{height:400px;}}@media (max-width:767px){.dicm-carousel-thumbnail{min-width:75px;width:75px;height:75px;}.dicm-carousel-main-container{height:380px;}}