body { background: #F9F9F9; }
.avatar-32 { width: 32px; height: 32px; object-fit: cover; }
.card { border-radius: 16px !important; }
.btn { border-radius: .8rem;transition: all .3s ease; }
.offcanvas .list-group-item { border: 0; }
.event-card .badge { font-weight: 500; }
.event-card img { border-top-left-radius: 1rem; border-top-right-radius: 1rem; height: 180px; object-fit: cover; }
.city-pill { cursor: pointer; }
/* Quita el estilo nativo del searchfield (Chrome/Edge/Safari) */
input[type="search"] {
  -webkit-appearance: textfield; /* quita lupa, bordes redondos y la 'X' */
  appearance: textfield;
}

/* Borra cualquier decorador restante en navegadores WebKit */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;        /* por si acaso el UA ignora lo anterior */
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

/* Edge/IE legado */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* Quita la X nativa del search */
input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
.btn-outline-danger .bi-heart { transform: scale(1); transition: transform .15s; }
.btn-outline-danger:hover .bi-heart { transform: scale(1.05); }
.btn-danger .bi-heart-fill { transform: scale(1); transition: transform .15s; }
.btn-danger:hover .bi-heart-fill { transform: scale(1.05); }
.event-card .actions,
.event-card .btn,
.event-card .btn-group,
.event-card .badge {
  position: relative;
  z-index: 2;
}
.event-card .stretched-link::after {
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  .bannershome {
    height: 160px !important;
  }
  .bannershome div h1{
    font-size: 30px !important;
  }
  .bannershome div h2{
    font-size: 20px !important;
  }
  .navbar-brand img{
height: 32px !important;
  }
}
.host-card{display:flex;align-items:center;border:1px solid #eee;border-radius:12px;padding:12px;margin:16px 0;background:#fff}
.host-link{display:flex;gap:12px;align-items:center;text-decoration:none;color:inherit;width:100%}
.host-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}
.host-label{font-size:.75rem;color:#666}
.host-name{font-weight:600}
.host-cta{font-size:.9rem;color:#0a66c2}
.shadow {
  -webkit-box-shadow: 0 14px 12px -6px grey;
  -moz-box-shadow: 0 14px 12px -6px grey;
  box-shadow: 0 14px 12px -6px grey;
}
.ev-hero{display:grid;grid-template-columns:1fr 320px;gap:24px;margin:12px 0}
.ev-hero__meta{color:#666;margin-top:6px;font-size:.95rem}
.ev-cta{position:sticky;top:16px;align-self:start;border:1px solid #eee;border-radius:12px;padding:14px;background:#fff}
.ev-cta .btn{display:block;text-align:center;margin-top:10px;border-radius:10px;padding:10px 12px;text-decoration:none}
.ev-cta__share{margin-top:10px;font-size:.9rem}
.host-card{display:flex;gap:12px;border:1px solid #eee;border-radius:12px;padding:12px;background:#fff}
.host-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}
.section{margin:28px 0}
.section h2{margin:0 0 10px 0}
.faq details{border:1px solid #eee;border-radius:10px;padding:10px;margin:8px 0;background:#fff}
.map-wrap iframe{width:100%;height:260px;border:0;border-radius:12px}
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.gallery img{width:100%;max-height:420px;object-fit:cover;border-radius:14px}
@media (max-width:900px){.ev-hero{grid-template-columns:1fr}}
.card{border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff}
.card .body{padding:10px}

 .host-header{display:flex;gap:16px;align-items:center;margin:16px 0}
    .host-header img{width:80px;height:80px;border-radius:50%;object-fit:cover}
    .host-actions{margin-left:auto}
    .grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
    .card{border:1px solid #eee;border-radius:12px;overflow:hidden;background:#fff}
    .card img{width:100%;height:140px;object-fit:cover}
    .card .body{padding:10px}
    .kpis{display:flex;gap:16px;color:#444}
    .kpis div{background:#fafafa;border:1px solid #eee;border-radius:10px;padding:8px 12px}
    .section-title{margin:22px 0 8px;font-weight:700}

    /* ejemplo mínimo de las clases nuevas */
.pg-host .host-grid {
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(240px,1fr));
  gap:16px;
}
.pg-host .host-event-card {
  border:1px solid #eee; border-radius:12px; overflow:hidden; background:#fff;
}
.pg-host .host-event-card img { width:100%; height:140px; object-fit:cover; }
.pg-host .host-event-card .body { padding:10px; }
.pg-host .host-event-title { font-weight:600; }
.pg-host .host-event-meta { color:#666; }
body{
  background: #FAFAFA;
}
input::placeholder {
  color: #999 !important;
}
.nav-pills .nav-link.active {
    color: #fff;
    background-color: rgb(0, 0, 0);
}
.nav-pills .nav-link {
    color: #222;
}
a{
  color: #000;
text-decoration: none;
}
a:hover{
  color: #222;
}
ul {
  list-style-type: none;
  padding-left: 0;
}
ul li a:hover{
  color: #b1b1b1 !important;
}
.sombra{
  box-shadow: 0px 1px 14px 1px #7e7e7e69;
}
ul .iconosredes i{

}
.imagedefondo {
  position: relative;
  z-index: 1;
}

.imagedefondo::before {
content: "";
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--theme-header-color-background, #e8e8ff);
  border-radius: 0 0 12% 115%/0 55px 63% 138%;
  z-index: -1;
}
.mt-80{
  margin-top: 80px;
}
/* Zoom suave al pasar el ratón en cards */
.card-img-zoom {
  position: relative;
  overflow: hidden;              /* clave: recorta la imagen al hacer zoom */
  border-radius: 16px;
}

.card-img-zoom img {
  display: block;
  width: 100%;
  height: 270px;                 /* mismo alto que ya usas */
  object-fit: cover;
  transition: transform .4s ease;     /* animación suave */
  will-change: transform;              /* hint de rendimiento */
  transform-origin: center center;
}

/* Efecto hover en el card completo */
.card:hover .card-img-zoom img {
  transform: scale(1.2);
}

/* Un pelín más de elevación visual al hover */
.card:hover {
  transition: transform .4s ease, box-shadow .4s ease;
}

/* Respeta accesibilidad: usuarios con “reducir movimiento” */
@media (prefers-reduced-motion: reduce) {
  .card-img-zoom img,
  .card:hover {
    transition: none !important;
    transform: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .card:hover .card-img-zoom img { transform: scale(1.06); }
}
#topCities { max-height: 280px; overflow: auto; }
#cityResults { max-height: 280px; overflow: auto; }

#citySimpleList.invisible { visibility: hidden; }
.placeholder-glow .placeholder {
  display: inline-block;
  height: 1rem;
  background-color: rgba(0,0,0,.08);
  border-radius: .25rem;
}
.modal-content{
  border-radius: 20px;
  border: 0px;
}
.botones{
 padding: 3px 13px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #CCC;
  text-decoration: none;
  transition: all .3s ease;
}
.botones:hover{
  background: #EEE;;
  border: 1px solid #181818;
}
/* Cuando el input está en foco, aplicar borde a ambos elementos */
.buscadrb:focus {
    border: 1px solid #000 !important;
   
    outline: none;
    box-shadow:none !important;
}
.buscadrb:focus + .buscadra {
    border: 1px solid #000 !important;
    border-right: 0px !important;
}

/* Estilos base para mantener la apariencia */
.buscadra {
    border: 1px solid #dee2e6;
    border-right: 0px !important;
     border-radius: 36px 0px 0px 36px;  color: #CCC;

}

.buscadrb {
    border: 1px solid #dee2e6 !important;
}
.form-control:focus {
    border: 1px solid #000 !important;
    outline: none;
    box-shadow:none !important;
}
#btnCity:hover{
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1464px !important;
  }
}
.btnagenda,
.btnplanes, 
.btnsiguiendo, 
.btnlugares {
  border: 1px solid #0aac61 !important;
  background-color: #dffbee !important;
}
.btn-light:hover{
  background-color: #dffbee !important;
}
.separadorflecha{
  position: relative;
    top: 1px;
    font-size: 12px;
    opacity: 0.8;
}

/* Carrusel de categorías de lugares */
/* ===== Scroll de categorías (lugares) ===== */
.pg-places-cat-scroll{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(110px, 140px);
  gap: .75rem;
  overflow-x: auto;
  padding: .35rem .25rem .5rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.pg-places-cat-card{
  scroll-snap-align: start;
  display: block;
  min-width: 110px;
  text-align: center;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: #fff;
  padding: 7px;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
  color: inherit;
  text-decoration: none;
}
.pg-places-cat-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.08);
}
.pg-places-cat-card.is-active{
  background: #EEE;
}

.pg-places-cat-card img{
  height: 44px !important;
  padding: 2px;
}

.pg-places-cat-name{
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* scrollbar discreto (opcional) */
.pg-places-cat-scroll::-webkit-scrollbar{ height: 8px; }
.pg-places-cat-scroll::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.15);
  border-radius: 8px;
}

/* Ajustes en móvil */
@media (max-width: 576px){
  .pg-places-cat-scroll{ grid-auto-columns: minmax(96px, 120px); gap: .5rem; }
  .pg-places-cat-card{ padding: .4rem; border-radius: 14px; }
  .pg-places-cat-card img{ border-radius: 10px; }
  .pg-places-cat-name{ font-size: .9rem; }
}
/* ===== Scroll de SUBCATEGORÍAS (estilo badge) ===== */
.pg-places-subcat-scroll{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(auto, max-content);
  gap: .5rem;
  overflow-x: auto;
  padding: .25rem .25rem .75rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.pg-places-subcat-card{
  scroll-snap-align: start;
  display: block;
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 24px;
  background: #fff;
  padding: 4px 20px 4px 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: all .15s ease;
  color: inherit;
  text-decoration: none;
  min-width: auto;
}

.pg-places-subcat-card:hover{
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
  border-color: rgba(0,0,0,.2);
}

.pg-places-subcat-card.is-active{
  background: #EEE;
  border-color: #CCC;
  color: #000;
}

.pg-places-subcat-content{
  display: flex;
  align-items: center;
  gap: 6px;
  height: 40px;
}

.pg-places-subcat-card img{
  height: 36px !important;
  object-fit: cover;
  border-radius: 6px;
  padding: 1px;
  background: #fff;
  margin-left: 5px;
}

.pg-places-subcat-card.is-active img{
  background: #EEE;
}

.pg-places-subcat-name{
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #222;
}

.pg-places-subcat-card.is-active .pg-places-subcat-name{
  color: #000;
}

/* scrollbar discreto para subcategorías */
.pg-places-subcat-scroll::-webkit-scrollbar{ height: 6px; }
.pg-places-subcat-scroll::-webkit-scrollbar-thumb{
  background: rgba(0,0,0,.1);
  border-radius: 6px;
}

/* Ajustes en móvil para subcategorías */
@media (max-width: 576px){
  .pg-places-subcat-scroll{ 
    gap: .4rem;
    padding: .2rem .2rem .6rem;
  }
  .pg-places-subcat-card{ 
    padding: 3px 10px 3px 5px;
    border-radius: 20px;
  }
  .pg-places-subcat-content{
    height: 30px;
    gap: 5px;
  }
  .pg-places-subcat-card img{
    height: 28px !important;
  }
  .pg-places-subcat-name{ 
    font-size: 14px;
  }
}

/* Efecto de scroll automático solo en móviles para subcategorías también */
@media (max-width: 768px) {
  .pg-places-subcat-scroll {
    animation: subtle-scroll-hint 0.5s ease-in-out 0.5s 1;
  }
}
/* Tags de valoración */
.pg-rating-tags { gap: .5rem; }
.pg-rating-tag{
  display:inline-block; padding:.35rem .65rem; border:1px solid rgba(0,0,0,.12);
  border-radius:999px; background:#fff; text-decoration:none; color:#222; font-weight:600; font-size:.9rem;
  transition:background .15s ease, box-shadow .15s ease, color .15s ease, border-color .15s ease;
}
.pg-rating-tag:hover{ background:#f7f7f7; }
.pg-rating-tag.is-active{
  border-color: #0aac61;
    color: var(--bs-dark, #0aac61);
    box-shadow: 0 0 0 2px rgba(13, 110, 253, .12);
}
/* pills reutilizables */
.pg-rating-tag{
  display:inline-block; padding:.35rem .65rem; border:1px solid rgba(0,0,0,.12);
  border-radius:999px; background:#fff; text-decoration:none; color:#222; font-weight:600; font-size:.9rem;
  transition:background .15s ease, box-shadow .15s ease, color .15s ease, border-color .15s ease;
}
/* ===== Host hero ===== */
.host-hero { overflow: hidden; }
.host-hero.is-pro .host-hero-banner { height: 180px; }
.host-hero.is-basic .host-hero-banner { height: 120px; }
.host-hero-banner {
  width: 100%;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  background-size: cover; background-position: center;
  position: relative;
}
.host-hero-banner.has-cover .host-hero-banner-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.15) 40%, transparent 100%);
}
.host-hero-body { position: relative; margin-top: -48px; }
.host-hero.is-pro .host-hero-body { margin-top: -64px; }

.host-avatar {
  width: 96px !important; height: 96px !important; object-fit: cover !important; border: 3px solid #fff !important;
}
.host-hero.is-pro .host-avatar { width: 120px; height: 120px; }

.kpi-pill {
  display: inline-flex; align-items: center; gap: .35rem;
  padding: .35rem .6rem; border-radius: 999px; font-size: .9rem;
}
.kpi-pill strong { font-weight: 700; }
.kpi-pill span { color: #6c757d; font-weight: 500; }

.host-name { line-height: 1.1; }
.host-bio { max-width: 60ch; }
.host-socials a { color: inherit; }
.host-socials a:hover { text-decoration: underline; }

/* Mobile tweaks */
@media (max-width: 576px) {
  .host-hero-body { margin-top: -40px; }
  .host-avatar { width: 84px; height: 84px; }
}
/* Banner PRO */
.host-banner{
  height: var(--host-banner-h, 300px);
  background: linear-gradient(135deg,#f8f9fa,#e9ecef);
  background-size: cover; background-position:center;
  margin-bottom: 70px; /* hueco bajo la floater */
}
.host-banner-overlay{ position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.15) 40%, transparent 100%); }

/* Card flotante centrada sobre el banner */
.host-card-floater{
  position:absolute; left:50%; top:300px; transform:translate(-50%,-50%);
  width:min(980px, calc(100% - 2rem));
  border-radius: 1rem;
}

/* Avatar y tipografía */
.host-avatar{ width:120px; height:120px; object-fit:cover; border:3px solid #fff; }
.host-name{ line-height:1.1; }
.host-bio{ max-width:65ch; }

/* KPIs */
.kpi-pill{ display:inline-flex; align-items:center; gap:.35rem;
  padding:.35rem .6rem; border-radius:999px; font-size:.9rem; }
.kpi-pill strong{ font-weight:700; }
.kpi-pill span{ color:#6c757d; font-weight:500; }

/* Redes */
.host-socials a{ color:inherit; }
.host-socials a:hover{ text-decoration:underline; }

/* Responsivo */
@media (max-width: 576px){
  .host-banner{ margin-bottom: 90px; }
  .host-avatar{ width:96px; height:96px; }
  .host-card-floater{ width: calc(100% - 1.5rem); }
}
.mt-250{
  margin-top:200px;
}
.pg-cat-thumb{
  width: 32px;
  height: 32px;
  display: inline-block;
}
.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  border: 1px solid #e0e0e0;
  display: none;
  animation: slideInLeft 0.5s ease-out;
}

.cookie-banner.show {
  display: block;
}

.cookie-content {
  padding: 20px;
}

.cookie-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
}

.cookie-logo {
  height: 24px;
  margin-right: 10px;
}

.cookie-header h6 {
  margin: 0;
  font-weight: 700;
  color: #333;
  font-size: 14px;
}

.cookie-body {
  margin-bottom: 16px;
}

.cookie-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666;
}

.cookie-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.cookie-link {
  font-size: 12px;
  font-weight: 700 !important;
  color: #0aac61;
  text-decoration: none;
  transition: color 0.2s;
}

.cookie-link:hover {
  color: #088c4d;
  text-decoration: underline;
}

.cookie-btn {
  background: #0aac61;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.cookie-btn:hover {
  background: #088c4d;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 40px);
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
/* Badge de embajador */
.ambassador-badge{
display: inline-block;
  border-radius: 36px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  text-align: center;
  background: #cafde6;
}
.ambassador-badge:hover{
background: #F5F2C0;
  text-decoration: none;
  color: #000;
}
.ambassador-badge .amb-badge-ic{
  display:block;
  flex:0 0 auto;
}
.ambassador-badge .amb-badge-txt{
display: block;
  background: #74EEB5;
  border-radius: 36px;
  padding: 5px 10px;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
}

.dropdown-item:active {
background-color: #EEE;
}
.hovernew{
    padding: 20px 10px;
    border-radius: 16px;
}
.hovernew:hover{
  background: #EEE;
}
#reviews {
  scroll-margin-top: 120px; /* Ajusta este valor a tu necesidad */
}

  /* Aísla estilos para que Bootstrap no los parta */
  .msg-list { width: 100%; }

   .msg-card { 
    position: relative; 
    display: flex; 
    gap: .75rem; 
    align-items: flex-start; 
    padding: .75rem; 
    border: 1px solid #eee; 
    border-radius: .75rem;
    background: #fff;
  }

  .msg-avatar { border-radius: 50%; flex: 0 0 auto; object-fit: cover; }

  .msg-content { flex: 1 1 auto; min-width: 0; }
  .msg-head { display: flex; justify-content: space-between; gap: .75rem; }
  .msg-title { display: flex; align-items: center; gap: .4rem; min-width: 0; }

  .msg-unread-dot {
    width: .5rem; height: .5rem; border-radius: 50%;
    background: transparent; margin-right: .15rem; flex: 0 0 auto;
  }
  .msg-card.is-unread .msg-unread-dot { background: #0d6efd; } /* azul */

  .msg-preview {
    margin-top: .25rem;
    color: #4b5563; /* gris */
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* 2 líneas */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Evita que algún .list-group o .card heredado afecte */
  .msg-card .card, .msg-card .list-group, .msg-card .row, .msg-card .col { all: unset; }

  @media (prefers-reduced-motion: reduce) {
  .reco-spotlight { animation: none !important; transition: none !important; opacity: 1 !important; transform: none !important; }
}

/* Estado inicial: invisible, escala normal */
.reco-spotlight {
  opacity: 0;
  transform: scale(1);
  will-change: transform, opacity;
}

/* Paso 1: aparece suavemente */
.reco-spotlight.is-shown {
  transition: opacity .25s ease-out;
  opacity: 1;
}

/* Paso 2: pequeño “ping” y regresar a 1 (se activa con .do-pulse) */
.reco-spotlight.do-pulse {
  animation: pg-pulse-in .6s cubic-bezier(.16,.84,.44,1) both;
}

@keyframes pg-pulse-in {
  0%   { transform: scale(1);     }
  38%  { transform: scale(1.045); }  /* un poco más notorio */
  100% { transform: scale(1);     }
}

/* Stagger (escalonado) sólo para el pulso */
#influencerRecos > div:nth-child(1)  .reco-spotlight.do-pulse { animation-delay: .00s; }
#influencerRecos > div:nth-child(2)  .reco-spotlight.do-pulse { animation-delay: .05s; }
#influencerRecos > div:nth-child(3)  .reco-spotlight.do-pulse { animation-delay: .10s; }
#influencerRecos > div:nth-child(4)  .reco-spotlight.do-pulse { animation-delay: .15s; }
#influencerRecos > div:nth-child(5)  .reco-spotlight.do-pulse { animation-delay: .20s; }
#influencerRecos > div:nth-child(6)  .reco-spotlight.do-pulse { animation-delay: .25s; }
/* Galería Post-Evento */
.gallery-container {
  border: 2px dashed #dee2e6;
  border-radius: 0.75rem;
  padding: 1.5rem;
  background: #f8f9fa;
  margin-bottom: 1rem;
}

.gallery-drop-area {
  text-align: center;
  padding: 2rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-drop-area:hover {
  background: #e9ecef;
}

.gallery-drop-area.dragover {
  background: #d1ecf1;
  border-color: #0dcaf0;
}

.gallery-preview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.gallery-item {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.gallery-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.gallery-item-remove {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.gallery-stats {
  background: white;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid #dee2e6;
}