/* Custom styles for closer social media icons */
.socials-square {
    gap: 0.5rem;
    justify-content: center !important;
}

.socials-square__item {
    margin: 0;
}

/* Reduce spacing between portfolio image and tags */
.gallery__descr {
    padding-top: 1rem !important;
}

 .inner__gallery .gallery__descr {
     position: absolute !important;
 }

.gallery__descr .card__tags {
    margin-top: 0.5rem !important;
}

/* Portfolio gallery: make custom images fill the square tile like the template dummy images */
.gallery__link {
    aspect-ratio: 1 / 1;
}

.gallery__link .gallery__image {
    opacity: 1 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center top;
    display: block;
}

 .pswp__button--arrow--left,
 .pswp__button--arrow--right,
 .pswp__button--arrow--left:before,
 .pswp__button--arrow--right:before,
 .pswp__button--arrow--left:after,
 .pswp__button--arrow--right:after {
     display: none !important;
     opacity: 0 !important;
     visibility: hidden !important;
     pointer-events: none !important;
 }

 .to-top {
     display: none !important;
 }

 @media (max-width: 768px) {
     .pswp__img {
         left: 50% !important;
         transform: translateX(-50%) !important;
     }
 }
