    .leaflet-control-layers-bar {
      display: flex;
      flex-direction: row;
      align-items: stretch;
    }

    .leaflet-control-layers-bar .leaflet-bar-part {
      padding: 0 12px;
      line-height: 30px;
      font: 14px sans-serif;
      cursor: pointer;
      background: white;
      border-right: 1px solid #ccc;
      white-space: nowrap;
      width: auto !important;
      min-width: unset !important;
      text-align: center;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .leaflet-control-layers-bar .leaflet-bar-part:last-child {
      border-right: none;
    }

    .leaflet-control-layers-bar .leaflet-bar-part:hover {
      background: #f4f4f4;
      color: #333;
    }

    .leaflet-control-layers-bar .active {
      background: #333 !important;
      color: #fff !important;
    }

    .leaflet-control-layers-bar .active:hover {
      background: #333 !important;
      color: #fff !important;
    }

    .leaflet-control-layers-bar .separator {
      width: 1px;
      background: #ccc;
      margin: 0;
    }

    .leaflet-control-layers-bar .base-last {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
    }
    .leaflet-control-layers-bar .overlay-first {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
    }

    .collapsed-hidden {
      display: none;
    }

    /* SVG иконка */
    .layers-icon {
      width: 18px;
      height: 18px;
      fill: currentColor;
    }