.hide-sm {
  display: none !important;
}
.hide-lg{
  display: flex !important;
}
html,body {
  min-width: 300px;
}

.dichiarazione p {
  margin: 20px 0;
}

.nav-logo-container {
  display: flex;
  justify-content: flex-start;
  flex: 1;
}

.logo-natale {
  flex: 0 0 auto;
  width: fit-content;
}
.nav-logo {
  height: 29px;
  width: auto;
}
#navbar {
  height:49px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
.user-nav {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  flex: 0 0 auto;
}

.title-2 {
  line-height: 32.2px;
}

.rectangle-4-1 {
  height: 50%;
}

.piu_cliccate_title h4 {
  margin: 0 auto;
  font-size: var(--font-size-xxl);
}
.piu_cliccate {
  align-items: center;
  background-color: var(--hidden);
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
}
.listing-container {
  position: relative;
  width:100%;
}
.listing {
  width: 100%;
  overflow-x: scroll;
  scrollbar-color: #E1021E #303030;
}
.listing::-webkit-scrollbar-thumb, .listing:hover::-webkit-scrollbar-thumb {
  background-color: #E1021E;
  border-radius: 10px;
}
.listing::-webkit-scrollbar-track, .listing:hover::-webkit-scrollbar-track {
  background-color: #303030;
  border-radius: 10px;
}
.listing-rect-6 {
  pointer-events: none;
  position: absolute;
  width: 210px;
  height: 120px;
  right: -45px;
  top: 45px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 91.67%);
  transform: rotate(-90deg);
}

.button-city:not(.button-city-1) {
  align-items: center;
  border: 1px solid;
  border-color: var(--red);
  border-radius: 200px;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  padding: 4px 12px;
  position: relative;
}

.vedi-tutte {
  font-size: var(--font-size-xs);
}

.row-3 {
  gap: 10px;
}
.row-3 article {
  flex: 0 0 calc(50% - 10px); /* Due elementi per riga su dispositivi mobili */
  overflow: hidden;
}

.photo-3 {
  max-width: 100%;
}

#footer {
  padding-top: 15px;
}
#footer-menu {
  flex-direction: row;
  flex-wrap:wrap;
  gap: 4px 0px;
  margin-top: 15px;
}

#footer-menu > a {
  display: inline-block;
  text-align: center;
  flex-grow: 1;
  line-height: 30px;
}

/* Footer con colonne - versione mobile */
footer {
  padding: 30px 15px 15px;
}

footer .footer-columns {
  flex-direction: column;
  gap: 20px;
  padding-bottom: 20px;
}

footer .footer-column {
  flex: 1 1 100%;
  text-align: left;
}

footer .footer-column h4 {
  font-size: 15px;
  margin-bottom: 12px;
}

footer .footer-column ul li {
  margin-bottom: 8px;
}

footer .footer-column ul li a {
  font-size: 13px;
  padding: 4px 0;
}

footer .footer-bottom {
  margin-top: 15px;
}

footer .footer-bottom p {
  font-size: 11px;
  white-space: normal;
}

.bg-ellipse {
  height: 400px;
}

.title-img {
  margin-top: 20px;
}
.container-center-horizontal {
  min-height: calc(100vh - 219px);
}

.select-div.sub-menu {
  width: auto;
  align-items: flex-end;
  right: 0;
  left: auto;
}
.sub-menu > ul {
  width: 100%;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.select-m-mobile {
  border-radius: 200px;
}
#search-mobile .button-send-1 {
  width: 100%;
  flex-direction: column;
}
#search-mobile .cerca-1 {
  display: flex;
  gap: 5px;
}
.search-mobile-categoria {
  padding: 10px 22px;
}
.search-mobile-categoria > div {
  display: flex;
  justify-content: space-between;
}
.escort-post > div.relative {
  width: 100%;
}

.leaflet-control-layers.leaflet-control-layers-expanded.leaflet-control {
  margin-bottom: 20px;
}

.ep_story_big {
  height: 95px;
  width: 95px;
  min-width:95px;
  padding: 4px;
}
.ep_story_small {
  height: 80px;
  width: 80px;
  min-width:80px;
  padding: 3px;
}

.annuncio_storia_big {
  width: 100px;
}

.logo-natale::after{
  width: 25px;
  height: 25px;
  top: -7px;
  margin-left: -17px;
}