/* Enter Your Custom CSS Here */
article ol, article ul {
    list-style: circle !important;
}

#imgHead {
    -webkit-background-size: auto !important;
    background-position: top right !important;
}

.site-footer{
	margin-bottom:60px !important;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
  display: none !important;
}

.container-item p
{
	text-align:center;
}
.container-item img{
	max-height:900px !important;
}

/* --- STICKY AD CONTAINER --- */
/* --- STICKY AD CONTAINER --- */
.sticky-ad-container {
  position: fixed;
  bottom: 0;
  left: 50%; 
  max-width: 970px !important;
  max-height: 90px !important;
  transform: translateX(-50%);
  background-color: transparent;  
  z-index: 30; 
  display: flex;
  justify-content: center;
  align-items: center;  
}
 
  .sticky-ad-container.is-hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }


.ad-content {
  width: 100%;
  max-width: 728px;
  max-height:90px;
  background-color: transparent; 
  display: flex;
  justify-content: center;
  align-items: center;
}

.sticky-ad-close {
  position: absolute;
  top: -20px; 
  right: 15px;
  width: 24px;
  height: 24px;
  background-color: #222222;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: background-color 0.2s ease, transform 0.2s ease;  
}
  
  .sticky-ad-close:hover {
    background-color: #ff4d4d;
    transform: scale(1.1);
  }
  
  .sticky-ad-close::before,
  .sticky-ad-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 12px;
    background-color: #ffffff;
  }
 
  .sticky-ad-close::before {
    transform: rotate(45deg);
  }

  .sticky-ad-close::after {
    transform: rotate(-45deg);
  }

#stickyAd:has(ins[data-ad-status="unfilled"]) {
  display: none !important;
}
#closeAdBtn:has(ins[data-ad-status="filled"]){
  display:flex !important;
}
#stickyAd:has(ins[data-ad-status="filled"]) {
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}


.ins-stick-ads {
  width: 320px;
  height: 60px;
}

@media(min-width: 500px) {
  .ins-stick-ads {
    width: 468px;
    height: 60px;
  }
}

@media(min-width: 800px) {
  .ins-stick-ads {
    width: 728px;
    height: 90px;
  }
	.site-footer {
    margin-bottom: 90px !important;
  }
}
