  /* Pane meteo: più contrasto/saturazione per rendere le tile più leggibili */
  .leaflet-pane.weather-pane img {
    filter: contrast(1.18) saturate(1.1) brightness(1.03);
  }
  /* Controllo opacità meteo */
  /* .weather-opacity {
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.30);
    font: 13px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial;
  }
  .weather-opacity label{ display:block; font-weight:600; margin-bottom:6px; color:var(--muted); }
  .weather-opacity input[type="range"]{ width: 160px; } */


  .ruler-marker {
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 4px 6px;
  }

  #tool-ruler.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-weather.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-sun.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-pencil.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-elevation.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-radio.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-waypoint.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-authorization.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-donate.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tools-panel { position: fixed; }
  #elev-tooltip { position: absolute; }

  .hidden {
    display: none !important;
  }

  /* Sezione Waypoint */
  .dsc-btn {
    margin-top: 6px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--panel);
    color: var(--text);
  }

  .dsc-btn:hover {
    background: var(--hover-bg);
    color: var(--text);
  }

  .wp-marker .wp-num {
    background:#0084ff;
    color:white;
    font-size:11px;
    padding:2px 4px;
    border-radius:4px;
    border:1px solid #003f85;
  }

  .wp-tooltip {
      background: rgba(20,25,32,0.9);
      color: #fff;
      border: 1px solid #2b3440;
      border-radius: 6px;
      padding: 4px 6px;
      font-size: 11px;
  }

  
#wp-free-editor input[type=number] {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 3px;
    border-radius: 4px;
}


.wp-free-marker {
    background: none !important;
    border: none !important;
}

.wp-free-marker svg {
    color: #4800ff !important;   /* 🔥 override finale */
}




.wp-poi {
    background: #00ff55;
    color: black;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #030;
}

.dsc-home-tooltip {
    background: #1e1e2f;
    color: #fff;
    border: 1px solid #445;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 12px;
}

.drone-prof {
  margin:4px 4px 0 0;
  padding:6px 10px;
  border-radius:8px;
  border:1px solid var(--border);
  background:var(--panel);
  color:var(--text);
  font-size:0.85em;
}

.drone-prof.active {
  background:#2e7dff;
  color:white;
}

  .adsb-svg-marker {
  pointer-events: auto;
}

.enr-meta {
  font-size: 0.85em;
  opacity: 0.75;
  margin-top: 0.15rem;
}

.auth-badge {
  display:inline-block;
  margin-left:6px;
  padding:2px 6px;
  border-radius:6px;
  font-size:11px;
  font-weight:600;
  vertical-align:middle;
}

.auth-badge.open   { background:#1f8f3a; color:#fff; }
.auth-badge.atm05  { background:#e67e22; color:#fff; }
.auth-badge.atm09  { background:#c0392b; color:#fff; }
.auth-badge.park  { background:#7d3c98; color:#fff; } 
.auth-badge.mil { background:#6e2c00; color:#fff; }
.auth-badge.sport { background:#055de2; color:#fff; }


.tools-fab {
  background: var(--panel);
  color: var(--text);
}

.tools-fab.active {
  background: #036826;
  color: #fff;
}


.follow-fab {
  background: var(--panel);
  color: var(--text);
}

.follow-fab.active {
  background: #0d47a1;
  color: #fff;
}

.auth-badge.suspended {
  background: #f39c12;
  color: #111;
}


.leaflet-tooltip.drone-tooltip {
  background: rgba(20, 20, 20, 0.85);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 8px;
}

.drone-tooltip {
  pointer-events: auto;
}

.drone-tooltip-inner {
  min-width: 160px;
}

.tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.tooltip-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.tooltip-close:active {
  opacity: 0.6;
}

.doa-drone-icon,
.doa-drone-icon * {
  pointer-events: none;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 50%;
  background: transparent;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-content {
  margin: 0;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-tip {
  display: none;
}


/* 📱 MOBILE → pannello compatto fisso */
#tools-panel {
  width: 260px;
  max-width: calc(100vw - 28px); /* margine dx/sx */
  max-height: 50vh;
}

/* 📲 TABLET (opzionale ma consigliato) */
@media (min-width: 600px) and (max-width: 899px) {
  #tools-panel {
    width: 300px;
  }
}

/* 🖥️ DESKTOP */
/*
@media (min-width: 900px) {
  #tools-panel {
    width: 420px;
    max-height: 70vh;

    resize: both;
    min-width: 300px;
    min-height: 200px;
    max-width: 90vw;
    max-height: 80vh;
  }
} */

/* 🖥️ desktop: vera modalità dock */
  /* Pane meteo: più contrasto/saturazione per rendere le tile più leggibili */
  .leaflet-pane.weather-pane img {
    filter: contrast(1.18) saturate(1.1) brightness(1.03);
  }
  /* Controllo opacità meteo */
  /* .weather-opacity {
    background: var(--panel);
    color: var(--text);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.30);
    font: 13px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial;
  }
  .weather-opacity label{ display:block; font-weight:600; margin-bottom:6px; color:var(--muted); }
  .weather-opacity input[type="range"]{ width: 160px; } */


  .ruler-marker {
    background: #000;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    padding: 4px 6px;
  }

  #tool-ruler.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-weather.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-sun.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-pencil.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-elevation.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-radio.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-waypoint.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-authorization.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tool-donate.active {
    background: #0d47a1 !important;
    color: #fff !important;
    border-color: #264b7c !important;
  }

  #tools-panel { position: fixed; }
  #elev-tooltip { position: absolute; }

  .hidden {
    display: none !important;
  }

  /* Sezione Waypoint */
  .dsc-btn {
    margin-top: 6px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: var(--panel);
    color: var(--text);
  }

  .wp-marker .wp-num {
    background:#0084ff;
    color:white;
    font-size:11px;
    padding:2px 4px;
    border-radius:4px;
    border:1px solid #003f85;
  }

  .wp-tooltip {
      background: rgba(20,25,32,0.9);
      color: #fff;
      border: 1px solid #2b3440;
      border-radius: 6px;
      padding: 4px 6px;
      font-size: 11px;
  }

  
#wp-free-editor input[type=number] {
    background: #111;
    color: #fff;
    border: 1px solid #333;
    padding: 3px;
    border-radius: 4px;
}


.wp-free-marker {
    background: none !important;
    border: none !important;
}

.wp-free-marker svg {
    color: #4800ff !important;   /* 🔥 override finale */
}




.wp-poi {
    background: #00ff55;
    color: black;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: bold;
    border: 1px solid #030;
}

.dsc-home-tooltip {
    background: #1e1e2f;
    color: #fff;
    border: 1px solid #445;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 12px;
}

.drone-prof {
  margin:4px 4px 0 0;
  padding:6px 10px;
  border-radius:8px;
  border:1px solid var(--border);
  background:var(--panel);
  color:var(--text);
  font-size:0.85em;
}

.drone-prof.active {
  background:#2e7dff;
  color:white;
}

  .adsb-svg-marker {
  pointer-events: auto;
}

.enr-meta {
  font-size: 0.85em;
  opacity: 0.75;
  margin-top: 0.15rem;
}

.auth-badge {
  display:inline-block;
  margin-left:6px;
  padding:2px 6px;
  border-radius:6px;
  font-size:11px;
  font-weight:600;
  vertical-align:middle;
}

.auth-badge.open   { background:#1f8f3a; color:#fff; }
.auth-badge.atm05  { background:#e67e22; color:#fff; }
.auth-badge.atm09  { background:#c0392b; color:#fff; }
.auth-badge.park  { background:#7d3c98; color:#fff; } 
.auth-badge.mil { background:#6e2c00; color:#fff; }
.auth-badge.sport { background:#055de2; color:#fff; }


.tools-fab {
  background: var(--panel);
  color: var(--text);
}

.tools-fab.active {
  background: #036826;
  color: #fff;
}


.follow-fab {
  background: var(--panel);
  color: var(--text);
}

.follow-fab.active {
  background: #0d47a1;
  color: #fff;
}

.auth-badge.suspended {
  background: #f39c12;
  color: #111;
}


.leaflet-tooltip.drone-tooltip {
  background: rgba(20, 20, 20, 0.85);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.4;
  padding: 6px 8px;
}

.drone-tooltip {
  pointer-events: auto;
}

.drone-tooltip-inner {
  min-width: 160px;
}

.tooltip-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.tooltip-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.tooltip-close:active {
  opacity: 0.6;
}

.doa-drone-icon,
.doa-drone-icon * {
  pointer-events: none;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border-radius: 50%;
  background: transparent;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-content {
  margin: 0;
}

.leaflet-popup.micro-pill-popup .leaflet-popup-tip {
  display: none;
}


/* 📱 MOBILE → pannello compatto fisso */
/* BASE (mobile) */
#tools-panel {
  position: fixed;
  bottom: 10px;
  right: 14px;

  width: 260px;
  max-width: calc(100vw - 28px);
  max-height: 50vh;

  overflow: auto;

  background: var(--panel);
  color: var(--text);
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(0,0,0,.35);

  z-index: 10002;

  box-sizing: border-box; /* 🔥 fondamentale */
}

/* 📱 MOBILE (lascia comportamento attuale) */
#tools-results {
  margin-top: 10px;
  max-height: 40vh;
  overflow: auto;
}

#waypoint-panel {
  margin-top: 10px;
  max-height: 40vh;
  overflow: auto;
}

#wp-poi-editor {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 210px;
  padding: 10px;
  background: #0d2b0d;
  color: white;
  border-radius: 8px;
  border: 1px solid #334;
  display: none;
  z-index: 9999;
  font-size: 13px;
}

#wp-free-editor {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 220px;
  padding: 10px;
  background: #0d0d2b;
  color: white;
  border-radius: 8px;
  border: 1px solid #334;
  display: none;
  z-index: 9999;
  font-size: 13px;
}  

#wp-home-editor {
  position: absolute;
  top: 90px;
  right: 10px;
  width: 200px;
  padding: 10px;
  background: #2b2b0d;
  color: white;
  border-radius: 8px;
  border: 1px solid #444;
  display: none;
  z-index: 9999;
  font-size: 13px;
}  
/* 📲 TABLET (opzionale ma consigliato) */
@media (min-width: 600px) and (max-width: 899px) {
  #tools-panel {
    width: 300px;
  }
}

/* 🖥️ desktop: vera modalità dock */
@media (min-width: 900px) {

  body.tools-open #tools-panel {
    top: 0;
    right: 0;
    bottom: 0;

    width: 380px;
    height: 100vh;
    max-height: 100vh;

    border-radius: 0;

    overflow: hidden; /* 🔥 niente scrollbar globale */
    display: flex;
    flex-direction: column;
  }

  body.tools-open #map {
    position: fixed;
    top: 0;
    left: 0;
    right: 380px;
    bottom: 0;
  }

  #tools-results {
    flex: 1;              /* 🔥 prende tutto lo spazio */
    max-height: none;     /* 🔥 rimuove il limite */
    overflow-y: auto;
    min-height: 0;        /* 🔥 fix flexbox (importantissimo) */
  }

  #waypoint-panel {
    flex: 1;              /* 🔥 prende tutto lo spazio */
    max-height: none;     /* 🔥 rimuove il limite */
    overflow-y: auto;
    min-height: 0;        /* 🔥 fix flexbox (importantissimo) */
  }

  body.tools-open #info-panel {
    right: 392px;
    max-width: 340px;
  }
  body.tools-open #wp-free-editor {
    right: 492px;
  }
  body.tools-open #wp-poi-editor {
    right: 392px;
  }
  body.tools-open #wp-home-header {
    right: 400px;
  }
}





/* =========================
   AUTH REQUIREMENTS BOX
========================= */

.auth-req-box {
  margin-top: 10px;
  padding: 10px 12px;

  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);

  background: rgba(255,255,255,0.03);

  font-size: 13px;
  line-height: 1.4;
}

/* titolo */
.auth-req-title {
  font-weight: 600;
  margin-bottom: 6px;
  font-size: 13.5px;
}

/* lista */
.auth-req-list {
  margin: 0;
  padding-left: 18px;
}

.auth-req-list li {
  margin-bottom: 3px;
}

/* nota */
.auth-req-note {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.7;
}

/* =========================
   COLORI PER TIPO
========================= */

/* ATM05 → arancione soft */
.auth-req-atm05 {
  border-left: 3px solid #e67e22;
}

/* ATM09 → rosso più serio */
.auth-req-atm09 {
  border-left: 3px solid #c0392b;
  background: rgba(192, 57, 43, 0.06);
}

.auth-req-atm05 .auth-req-title::before {
  content: "🟢 ";
}

.auth-req-atm09 .auth-req-title::before {
  content: "🔴 ";
}

/* =========================
   COLLAPSIBLE HEADER
========================= */

.auth-req-header {
  display: flex;
  justify-content: space-between;
  align-items: center;

  cursor: pointer;
  user-select: none;
}

.auth-req-toggle {
  transition: transform 0.2s ease;
  font-size: 12px;
  opacity: 0.7;
}

/* =========================
   COLLAPSE ANIMATION
========================= */

.auth-req-content {
  overflow: hidden;
  transition: max-height 0.25s ease, opacity 0.2s ease;
}

.auth-req-content.collapsed {
  max-height: 0;
  opacity: 0;
  margin-top: 0;
}

.auth-req-content.open {
  max-height: 300px; /* sufficiente */
  opacity: 1;
  margin-top: 6px;
}

.auth-main-action {
  margin-top: 8px;
  margin-bottom: 12px;

  padding: 8px 12px;
  border-radius: 8px;

  background: rgba(33, 150, 243, 0.15);
  border: 1px solid rgba(33, 150, 243, 0.4);

  color: #90caf9;
  cursor: pointer;
}

.auth-main-action:hover {
  background: rgba(33, 150, 243, 0.25);
}

/* =========================
   AUTH BUTTONS
========================= */

.auth-btn {
  padding: 8px 12px;
  border-radius: 8px;

  font-size: 13px;
  cursor: pointer;

  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.05);
  color: #ddd;

  transition: all 0.15s ease;
}

/* hover */
.auth-btn:hover:not(:disabled) {
  background: rgba(255,255,255,0.12);
}

/* =========================
   PRIMARY (azione principale)
========================= */

.auth-btn-primary {
  border: 1px solid rgba(33,150,243,0.4);
  background: rgba(33,150,243,0.15);
  color: #90caf9;
}

.auth-btn-primary:hover:not(:disabled) {
  background: rgba(33,150,243,0.25);
}

/* =========================
   SECONDARY
========================= */

.auth-btn-secondary {
  border: 1px solid rgba(255,255,255,0.15);
}

/* =========================
   DISABLED (QUI è il punto chiave)
========================= */

.auth-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;

  background: rgba(255,255,255,0.03);
  border: 1px dashed rgba(255,255,255,0.1);
}

.auth-hint {
  font-size: 12px;
  opacity: 0.7;
}

.auth-area-box {
  margin-bottom: 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 8px;
}

.auth-area-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
}

.auth-area-content {
  overflow: hidden;
  transition: all 0.25s ease;
}

.auth-area-content.collapsed {
  max-height: 0;
  opacity: 0;
}

.auth-area-content.open {
  max-height: 500px;
  opacity: 1;
  margin-top: 6px;
}

.auth-area-grid {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.auth-area-section {
  margin-top: 6px;
  font-size: 13px;
}

.auth-warning-box {
  margin-top: 10px;
  padding: 10px;
  background: #fff3cd;
  color: #3b2f12;
  border-left: 4px solid #e67e22;
  border-radius: 6px;
  font-size: 13px;
}

.auth-card {
  background: #1e1e1e;
  color: #eee;
  border-radius: 12px;
  padding: 14px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  font-size: 14px;
}

.auth-card-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.auth-card-section {
  margin-bottom: 10px;
  line-height: 1.4;
}

.auth-card-footer {
  margin-top: 12px;
  font-size: 13px;
  opacity: 0.8;
}

.auth-list {
  padding-left: 18px;
  margin-top: 6px;
}

.auth-warning-soft {
  background: rgba(231, 126, 34, 0.15);
  padding: 8px;
  border-radius: 6px;
}

.auth-loading-box {
  font-size: 14px;
}

.auth-loading-note {
  margin-top: 6px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.25);
  line-height: 1.4;
}


/* =========================
   BUTTONS AUTH
========================= */

.auth-btn {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  margin-top: 6px;

  border: none;
  border-radius: 10px;

  font-size: 14px;
  font-weight: 500;

  cursor: pointer;
  transition: all 0.15s ease;
}

/* Primary */
.auth-btn-primary {
  background: #2c7be5;
  color: white;
}

.auth-btn-primary:hover {
  background: #1a68d1;
}

/* Secondary */
.auth-btn-secondary {
  background: #ecf0f1;
  color: #1a68d1;
}

.auth-btn-secondary:hover {
  background: #dfe6e9;
}

/* Danger / stop */
.auth-btn-danger {
  background: #e74c3c;
  color: white;
}

.auth-btn-danger:hover {
  background: #c0392b;
}

/* Disabled */
.auth-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* =========================
   INPUT AUTH
========================= */

.auth-input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;

  padding: 10px 12px;
  margin-bottom: 8px;

  border: 1px solid #dcdde1;
  border-radius: 8px;

  font-size: 14px;
  background: #fff;

  transition: border 0.15s, box-shadow 0.15s;
}

/* focus */
.auth-input:focus {
  outline: none;
  border-color: #2c7be5;
  box-shadow: 0 0 0 2px rgba(44, 123, 229, 0.15);
}

#auth_stamp_image::-webkit-file-upload-button {
  color: #222;
  background: #f5f5f5;
  border: 1px solid #ccc;
  padding: 6px 10px;
  border-radius: 6px;
}


/* mobile tweak */
@media (max-width: 768px) {
  .auth-input {
    font-size: 16px; /* evita zoom iOS */
  }
}


/* =======================
Bottoni AIRSPACE3D
========================== */

.size-buttons {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}

.btn-size {
  flex: 1;
  background: rgba(255,255,255,0.1);
  color: white;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 10px;
  padding: 8px 0;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-size:hover {
  background: rgba(255,255,255,0.2);
}

.btn-size.active {
  background: #3388ff;
  border-color: #3388ff;
  font-weight: bold;
}

.btn-primary {
  width: 100%;
  background: #3388ff;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary:hover {
  background: #2f7be6;
}

@media (max-width: 768px) {
  .btn-size {
    font-size: 14px;
    padding: 10px 0;
  }

  .btn-primary {
    font-size: 15px;
    padding: 12px;
  }
}

.wp-help-box {
  display: none;
  margin: 6px 0;
  padding: 10px;
  border-radius: 8px;

  background: var(--panel);
  color: var(--text);
  border: 1px solid var(--border);
}

.wp-help-box code {
  background: rgba(127,127,127,0.15);
  padding: 2px 6px;
  border-radius: 6px;
  font-family: monospace;
}

.wp-help-box hr {
  border: none;
  border-top: 1px solid var(--border);
  margin: 10px 0;
}
