/* JAPI Custom CSS Edit */
/* Ukrycie ołówków edycji modułów w Joomla */
a.jmodedit,
.jmodedit,
.btn.jmodedit,
.mod-edit,
.module-edit,
.sp-module .jmodedit,
.sppb-addon .jmodedit,
[class*="jmodedit"] {
display: none !important;
visibility: hidden !important;
opacity: 0 !important;
pointer-events: none !important;
}



/* =========================================================
MICHAŁ ŁUTCZYN – KOMPLETNY WYGLĄD LISTY BLOGA
Joomla + Helix Ultimate
========================================================= */

/* ---------------------------------------------------------
GŁÓWNY OBSZAR BLOGA
--------------------------------------------------------- */

.com-content-category-blog {
padding-top: 72px;
padding-bottom: 90px;
}

/* ---------------------------------------------------------
UKRYCIE PODKATEGORII POD LISTĄ ARTYKUŁÓW
--------------------------------------------------------- */

.com-content-category-blog .cat-children,
.com-content-category-blog .categories-list,
.com-content-category-blog .com-content-category-blog__children,
.com-content-category-blog .category-desc + .cat-children {
display: none !important;
}

/* ---------------------------------------------------------
SIATKA ARTYKUŁÓW
--------------------------------------------------------- */

.com-content-category-blog .blog-items {
display: grid !important;
grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
gap: 30px !important;
align-items: stretch !important;
}

/* Reset kolumn Bootstrapa i Helixa */

.com-content-category-blog .blog-items > div,
.com-content-category-blog .blog-items > article,
.com-content-category-blog .blog-items > .blog-item {
width: 100% !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
}

/* ---------------------------------------------------------
KARTA ARTYKUŁU
--------------------------------------------------------- */

.com-content-category-blog .blog-item,
.com-content-category-blog .com-content-category-blog__item {
position: relative;
height: 100%;
min-width: 0;


display: flex !important;
flex-direction: column !important;

overflow: hidden;

background: #ffffff;
border: 1px solid #e1e7ed;
border-radius: 0 !important;

box-shadow:
    0 14px 34px rgba(4, 26, 51, .08);

transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease;


}

/* Czerwony akcent u góry */

.com-content-category-blog .blog-item::before,
.com-content-category-blog .com-content-category-blog__item::before {
content: "";
position: absolute;
z-index: 5;
top: 0;
left: 0;


width: 0;
height: 4px;

background: #e10d1a;

transition: width .3s ease;


}

/* Hover karty */

.com-content-category-blog .blog-item:hover,
.com-content-category-blog .com-content-category-blog__item:hover {
transform: translateY(-7px);


border-color: rgba(8, 40, 77, .25);

box-shadow:
    0 24px 52px rgba(4, 26, 51, .15);


}

.com-content-category-blog .blog-item:hover::before,
.com-content-category-blog .com-content-category-blog__item:hover::before {
width: 100%;
}

/* ---------------------------------------------------------
OBRAZ ARTYKUŁU
--------------------------------------------------------- */

.com-content-category-blog .blog-item .item-image,
.com-content-category-blog .com-content-category-blog__item .item-image {
width: 100% !important;
margin: 0 !important;


overflow: hidden;

aspect-ratio: 16 / 9;
background: #041a33;


}

.com-content-category-blog .blog-item .item-image a,
.com-content-category-blog .com-content-category-blog__item .item-image a {
display: block;
width: 100%;
height: 100%;
}

.com-content-category-blog .blog-item .item-image img,
.com-content-category-blog .com-content-category-blog__item .item-image img {
display: block;


width: 100% !important;
height: 100% !important;

object-fit: cover;

transition:
    transform .45s ease,
    filter .45s ease;


}

.com-content-category-blog .blog-item:hover .item-image img,
.com-content-category-blog .com-content-category-blog__item:hover .item-image img {
transform: scale(1.04);
filter: brightness(.91);
}

/* ---------------------------------------------------------
CZĘŚĆ TEKSTOWA KARTY
--------------------------------------------------------- */

.com-content-category-blog .blog-item .item-content,
.com-content-category-blog .com-content-category-blog__item .item-content {
flex: 1;


display: flex !important;
flex-direction: column !important;

padding: 25px 25px 27px !important;


}

/* ---------------------------------------------------------
TYTUŁ ARTYKUŁU
--------------------------------------------------------- */

.com-content-category-blog .blog-item .page-header,
.com-content-category-blog .com-content-category-blog__item .page-header {
margin: 0 0 15px !important;
padding: 0 !important;
border: 0 !important;
}

.com-content-category-blog .blog-item .page-header h2,
.com-content-category-blog .blog-item .item-title,
.com-content-category-blog .com-content-category-blog__item .page-header h2,
.com-content-category-blog .com-content-category-blog__item .item-title {
margin: 0 !important;
padding: 0 !important;


color: #08284d;

font-family: Georgia, "Times New Roman", serif;
font-size: 25px !important;
font-weight: 700 !important;
line-height: 1.22 !important;
letter-spacing: -.02em;


}

.com-content-category-blog .blog-item .page-header h2 a,
.com-content-category-blog .blog-item .item-title a,
.com-content-category-blog .com-content-category-blog__item .page-header h2 a,
.com-content-category-blog .com-content-category-blog__item .item-title a {
color: #08284d !important;
text-decoration: none !important;


transition: color .2s ease;


}

.com-content-category-blog .blog-item .page-header h2 a:hover,
.com-content-category-blog .blog-item .item-title a:hover,
.com-content-category-blog .com-content-category-blog__item .page-header h2 a:hover,
.com-content-category-blog .com-content-category-blog__item .item-title a:hover {
color: #e10d1a !important;
}

/* ---------------------------------------------------------
METADANE
--------------------------------------------------------- */

.com-content-category-blog .blog-item .article-info,
.com-content-category-blog .com-content-category-blog__item .article-info {
margin: 0 0 20px !important;
padding: 0 !important;


display: flex !important;
flex-wrap: wrap;
align-items: center;
gap: 7px 11px;

color: #687481;

font-size: 12px;
line-height: 1.5;


}

.com-content-category-blog .blog-item .article-info dt,
.com-content-category-blog .com-content-category-blog__item .article-info dt {
display: none !important;
}

.com-content-category-blog .blog-item .article-info dd,
.com-content-category-blog .com-content-category-blog__item .article-info dd {
margin: 0 !important;
padding: 0 !important;
}

.com-content-category-blog .blog-item .article-info a,
.com-content-category-blog .com-content-category-blog__item .article-info a {
color: #687481 !important;
text-decoration: none !important;
}

.com-content-category-blog .blog-item .article-info a:hover,
.com-content-category-blog .com-content-category-blog__item .article-info a:hover {
color: #e10d1a !important;
}

/* Złote separatory metadanych */

.com-content-category-blog .blog-item .article-info dd:not(:last-child)::after,
.com-content-category-blog .com-content-category-blog__item .article-info dd:not(:last-child)::after {
content: "";


display: inline-block;

width: 4px;
height: 4px;
margin-left: 11px;

background: #d7a33b;

transform: rotate(45deg);
vertical-align: middle;


}

/* ---------------------------------------------------------
TEKST WPROWADZENIA
--------------------------------------------------------- */

.com-content-category-blog .blog-item .item-content > p:not(.readmore),
.com-content-category-blog .com-content-category-blog__item .item-content > p:not(.readmore) {
margin: 0 0 21px !important;


color: #56616d;

font-size: 15px;
line-height: 1.7;


}

/* ---------------------------------------------------------
PRZYCISK „CZYTAJ WIĘCEJ”
--------------------------------------------------------- */

.com-content-category-blog .blog-item .readmore,
.com-content-category-blog .com-content-category-blog__item .readmore {
margin: auto 0 0 !important;
padding: 7px 0 0 !important;
}

/* Ukrycie tekstu generowanego przez Joomla */

.com-content-category-blog .blog-item .readmore a,
.com-content-category-blog .blog-item .readmore .btn,
.com-content-category-blog .com-content-category-blog__item .readmore a,
.com-content-category-blog .com-content-category-blog__item .readmore .btn {
position: relative;


min-height: 47px;
padding: 13px 22px !important;

display: inline-flex !important;
align-items: center;
justify-content: center;

background: #e10d1a !important;
border: 1px solid #e10d1a !important;
border-radius: 0 !important;

color: transparent !important;

font-size: 0 !important;
line-height: 1 !important;

text-decoration: none !important;
text-shadow: none !important;

box-shadow: none !important;

overflow: hidden;

transition:
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;


}

/* Ukrycie wszystkich elementów dopisanych wewnątrz przycisku */

.com-content-category-blog .blog-item .readmore a > *,
.com-content-category-blog .blog-item .readmore .btn > *,
.com-content-category-blog .com-content-category-blog__item .readmore a > *,
.com-content-category-blog .com-content-category-blog__item .readmore .btn > * {
display: none !important;
}

/* Usunięcie ikon i pseudo-elementów z szablonu */

.com-content-category-blog .blog-item .readmore a::before,
.com-content-category-blog .blog-item .readmore .btn::before,
.com-content-category-blog .com-content-category-blog__item .readmore a::before,
.com-content-category-blog .com-content-category-blog__item .readmore .btn::before {
content: none !important;
display: none !important;
}

/* Własny tekst przycisku */

.com-content-category-blog .blog-item .readmore a::after,
.com-content-category-blog .blog-item .readmore .btn::after,
.com-content-category-blog .com-content-category-blog__item .readmore a::after,
.com-content-category-blog .com-content-category-blog__item .readmore .btn::after {
content: "CZYTAJ WIĘCEJ  →" !important;


display: inline-block !important;

margin: 0 !important;
padding: 0 !important;

color: #ffffff !important;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: .045em;

text-transform: uppercase;
white-space: nowrap;


}

/* Hover przycisku */

.com-content-category-blog .blog-item .readmore a:hover,
.com-content-category-blog .blog-item .readmore a:focus,
.com-content-category-blog .blog-item .readmore .btn:hover,
.com-content-category-blog .blog-item .readmore .btn:focus,
.com-content-category-blog .com-content-category-blog__item .readmore a:hover,
.com-content-category-blog .com-content-category-blog__item .readmore a:focus,
.com-content-category-blog .com-content-category-blog__item .readmore .btn:hover,
.com-content-category-blog .com-content-category-blog__item .readmore .btn:focus {
background: #b90712 !important;
border-color: #b90712 !important;


color: transparent !important;

transform: translateY(-2px);


}

/* ---------------------------------------------------------
PAGINACJA
--------------------------------------------------------- */

.com-content-category-blog .pagination {
margin-top: 55px !important;


display: flex;
justify-content: center;


}

.com-content-category-blog .pagination .page-link {
min-width: 42px;
min-height: 42px;


display: flex;
align-items: center;
justify-content: center;

background: #ffffff;
border-color: #dce3eb;
border-radius: 0 !important;

color: #08284d;

font-weight: 700;

box-shadow: none !important;


}

.com-content-category-blog .pagination .active .page-link,
.com-content-category-blog .pagination .page-link:hover {
background: #e10d1a !important;
border-color: #e10d1a !important;


color: #ffffff !important;


}

/* =========================================================
TABLET
========================================================= */

@media (max-width: 991px) {


.com-content-category-blog {
    padding-top: 58px;
    padding-bottom: 75px;
}

.com-content-category-blog .blog-items {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 24px !important;
}


}

/* =========================================================
TELEFON
========================================================= */

@media (max-width: 650px) {


.com-content-category-blog {
    padding-top: 42px;
    padding-bottom: 60px;
}

.com-content-category-blog .blog-items {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
}

.com-content-category-blog .blog-item .item-content,
.com-content-category-blog .com-content-category-blog__item .item-content {
    padding: 23px 21px 25px !important;
}

.com-content-category-blog .blog-item .page-header h2,
.com-content-category-blog .blog-item .item-title,
.com-content-category-blog .com-content-category-blog__item .page-header h2,
.com-content-category-blog .com-content-category-blog__item .item-title {
    font-size: 23px !important;
}

.com-content-category-blog .blog-item .readmore a,
.com-content-category-blog .blog-item .readmore .btn,
.com-content-category-blog .com-content-category-blog__item .readmore a,
.com-content-category-blog .com-content-category-blog__item .readmore .btn {
    width: 100% !important;
}


}






/* BLOG – przycisk Czytaj więcej */

.article-list .article .readmore {
margin-top: 22px !important;
}

.article-list .article .readmore a {
min-height: 46px;
padding: 13px 22px !important;


display: inline-flex !important;
align-items: center;
justify-content: center;

background: #e10d1a !important;
border: 1px solid #e10d1a !important;
border-radius: 0 !important;

color: transparent !important;
font-size: 0 !important;
font-weight: 700 !important;
line-height: 1 !important;
letter-spacing: .04em;

text-decoration: none !important;
text-transform: uppercase;

box-shadow: none !important;

transition:
    background-color .2s ease,
    border-color .2s ease,
    transform .2s ease;


}

/* Ukrycie elementów dopisanych przez Joomla */
.article-list .article .readmore a > * {
display: none !important;
}

/* Własny napis */
.article-list .article .readmore a::before {
content: "Czytaj więcej" !important;


display: inline-block;

color: #ffffff !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px !important;
font-weight: 700 !important;
line-height: 1.2 !important;
letter-spacing: .045em;

text-transform: uppercase;


}

/* Strzałka */
.article-list .article .readmore a::after {
content: "→" !important;


display: inline-block;
margin-left: 11px;

color: #ffffff !important;
font-size: 17px !important;
font-weight: 400 !important;
line-height: 1 !important;


}

/* Hover i focus */
.article-list .article .readmore a:hover,
.article-list .article .readmore a:focus {
background: #b90712 !important;
border-color: #b90712 !important;
color: transparent !important;


transform: translateY(-2px);


}

/* Telefon */
@media (max-width: 650px) {
.article-list .article .readmore a {
width: 100%;
}
}









/* Tytuł artykułu na liście bloga */
.article-list .article .article-header h2 {
min-height: 65px;
margin: 0 0 1.25rem;
font-size: 1.175rem;
font-weight: 600;
line-height: 1.3;
}

/* Link w tytule */
.article-list .article .article-header h2 a {
color: #08284d;
text-decoration: none;
transition: color .2s ease;
}

.article-list .article .article-header h2 a:hover {
color: #e10d1a;
}








#sp-main-body {
    padding-top: 75px;
    padding-bottom: 90px;
}








/* =========================================================
GLOBALNE PRZESUNIĘCIE ZAWARTOŚCI HERO PO WŁĄCZENIU TOP BAR
========================================================= */

:root {
/* Główna wartość do regulowania na komputerach */
--ml-hero-topbar-offset: 70px;
}

/*

* Hero wykonane jako własne bloki Raw HTML.
* Selektor obejmuje klasy takie jak:
* ml-about-hero__inner, ml-blog-hero__inner itd.
  */
  #sp-main-body [class*="-hero__inner"] {
  position: relative !important;
  top: var(--ml-hero-topbar-offset) !important;
  margin-bottom: var(--ml-hero-topbar-offset) !important;
  }

/*

* Zabezpieczenie dla hero wykonanych bez własnej klasy,
* bezpośrednio jako pierwsza sekcja SP Page Buildera.
*
* Działa tylko wtedy, gdy sekcja nie zawiera już
* elementu z klasą kończącą się na -hero__inner,
* dzięki czemu przesunięcie nie zostanie naliczone podwójnie.
  */
  #sp-page-builder
  .page-content

> .sppb-section:first-child:not(:has([class*="-hero__inner"]))
> .sppb-row-container {
> position: relative !important;
> top: var(--ml-hero-topbar-offset) !important;
> margin-bottom: var(--ml-hero-topbar-offset) !important;
> }

/* Tablet */
@media (max-width: 991px) {
:root {
--ml-hero-topbar-offset: 20px;
}
}

/*

* Telefon:
* jeżeli top bar jest na telefonie ukryty, zostaw 0 px.
* Jeżeli nadal jest widoczny, ustaw np. 15px albo 20px.
  */
  @media (max-width: 575px) {
  :root {
  --ml-hero-topbar-offset: 0px;
  }
  }





  /* =========================================================
BLOG – PRZESUNIĘCIE ZAWARTOŚCI HERO PO WŁĄCZENIU TOP BARU
Dotyczy głównej strony bloga i wszystkich podkategorii
========================================================= */

:root {
/* Tutaj regulujesz przesunięcie hero bloga */
--ml-blog-hero-topbar-offset: 60px;
}

.ml-blog-hero .ml-blog-hero__inner {
position: relative !important;
top: var(--ml-blog-hero-topbar-offset) !important;
margin-bottom: var(--ml-blog-hero-topbar-offset) !important;
}

/* Tablet */
@media (max-width: 991px) {
:root {
--ml-blog-hero-topbar-offset: 24px;
}
}

/*

* Telefon:
* jeśli top bar jest ukryty, zostaw 0 px.
* Gdy jest widoczny, ustaw np. 15px.
  */
  @media (max-width: 575px) {
  :root {
  --ml-blog-hero-topbar-offset: 0px;
  }
  }

```css
/* =========================================================
   SP Easy Image Gallery — Michał Łutczyn / FRONT ONLY
   Styluje wyłącznie widok galerii na stronie.
   Nie zawiera żadnych reguł dla lightboxa / powiększenia.
   ========================================================= */

:root {
  --ml-gallery-navy: #041a33;
  --ml-gallery-navy-2: #08284d;
  --ml-gallery-red: #e10d1a;
  --ml-gallery-red-dark: #b90712;
  --ml-gallery-gold: #d7a33b;
  --ml-gallery-line: #d8dde3;
  --ml-gallery-paper: #f5f6f7;
  --ml-gallery-white: #ffffff;
}

/* Układ wszystkich zdjęć w jednej równej siatce */
.speasyimagegallery-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: min(1500px, 100%);
  margin: 0 auto !important;
  padding: 18px 0 38px;
}

.speasyimagegallery-gallery.clearfix::before,
.speasyimagegallery-gallery.clearfix::after,
.speasyimagegallery-row.clearfix::before,
.speasyimagegallery-row.clearfix::after {
  content: none !important;
  display: none !important;
}

.speasyimagegallery-gallery > .speasyimagegallery-row,
.speasyimagegallery-gallery .speasyimagegallery-row {
  display: contents !important;
  margin: 0 !important;
}

.speasyimagegallery-gallery .speasyimagegallery-row > div,
.speasyimagegallery-gallery > div:not(.speasyimagegallery-row) {
  float: none !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 0 !important;
  transform: none !important;
}

/* Karta zdjęcia */
.speasyimagegallery-gallery-item {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  cursor: zoom-in;
  background: var(--ml-gallery-navy);
  border: 1px solid rgba(4, 26, 51, .18);
  border-top: 4px solid var(--ml-gallery-red);
  box-shadow: 0 14px 34px rgba(4, 26, 51, .12);
  text-decoration: none !important;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease;
}

.speasyimagegallery-gallery-item:hover,
.speasyimagegallery-gallery-item:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(215, 163, 59, .78);
  box-shadow: 0 24px 48px rgba(4, 26, 51, .20);
  outline: none;
}

/* Równe pole dla zdjęć o różnych proporcjach */
.speasyimagegallery-gallery-item > div {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 390px;
  min-height: 390px;
  padding: 20px;
  overflow: hidden;
  background:
    linear-gradient(rgba(255,255,255,.97), rgba(245,246,247,.98)),
    linear-gradient(135deg, rgba(215,163,59,.08), transparent 58%);
}

/* Subtelna siatka techniczna */
.speasyimagegallery-gallery-item > div::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(4,26,51,.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(4,26,51,.028) 1px, transparent 1px);
  background-size: 34px 34px;
}

/* Gradient pod podpis */
.speasyimagegallery-gallery-item > div::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(4,26,51,.94));
  opacity: 0;
  transition: opacity .24s ease;
}

.speasyimagegallery-gallery-item:hover > div::after,
.speasyimagegallery-gallery-item:focus-visible > div::after {
  opacity: 1;
}

/* Obraz w kaflu */
.speasyimagegallery-gallery-item img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
  filter: saturate(.98) contrast(1.02);
  transform: scale(1);
  transition: transform .28s ease, filter .28s ease;
}

.speasyimagegallery-gallery-item:hover img,
.speasyimagegallery-gallery-item:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.03) contrast(1.04);
}

/* Podpis zdjęcia */
.speasyimagegallery-gallery-item-content {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 4 !important;
  padding: 22px 22px 19px !important;
  opacity: 0 !important;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease;
}

.speasyimagegallery-gallery-item:hover
.speasyimagegallery-gallery-item-content,
.speasyimagegallery-gallery-item:focus-visible
.speasyimagegallery-gallery-item-content {
  opacity: 1 !important;
  transform: translateY(0);
}

.speasyimagegallery-gallery-item-title,
.speasyimagegallery-gallery-item-title:link,
.speasyimagegallery-gallery-item-title:visited {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff !important;
  font: 700 19px/1.24 Georgia, "Times New Roman", serif !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-shadow: 0 2px 12px rgba(0,0,0,.38);
}

.speasyimagegallery-gallery-item-title small {
  display: block;
  margin-top: 5px;
  color: #dce6f1 !important;
  font: 400 13px/1.45 Arial, Helvetica, sans-serif !important;
}

/* Znacznik podglądu w prawym górnym rogu kafla */
.speasyimagegallery-gallery-item::after {
  content: "+";
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ml-gallery-red);
  color: #fff;
  font: 300 25px/1 Arial, Helvetica, sans-serif;
  opacity: 0;
  transform: translateY(-7px);
  transition:
    opacity .2s ease,
    transform .2s ease,
    background .2s ease;
}

.speasyimagegallery-gallery-item:hover::after,
.speasyimagegallery-gallery-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.speasyimagegallery-gallery-item:hover::after {
  background: var(--ml-gallery-red-dark);
}

/* Tablet */
@media (max-width: 1180px) {
  .speasyimagegallery-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .speasyimagegallery-gallery-item > div {
    height: 400px;
    min-height: 400px;
  }
}

/* Telefon */
@media (max-width: 680px) {
  .speasyimagegallery-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 10px 0 28px;
  }

  .speasyimagegallery-gallery-item > div {
    height: 360px;
    min-height: 360px;
    padding: 16px;
  }

  .speasyimagegallery-gallery-item-content {
    opacity: 1 !important;
    transform: none;
    background: linear-gradient(180deg, transparent, rgba(4,26,51,.94));
  }

  .speasyimagegallery-gallery-item > div::after {
    opacity: 1;
  }
}
```
