 .info-panel {
    background: rgba(10, 3, 3, 0.65);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(201, 168, 76, 0.15);
    border-radius: 0.5rem;
    padding: 2rem 2.25rem;
  }
  .priv-body {
    line-height: 1.8;
    color: #c8c0b4;
  }
  .priv-input {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 0 !important;
    color: #fff !important;
  }
  .priv-input::placeholder {
    color: rgba(255, 255, 255, 0.3) !important;
  }
  .priv-input:focus {
    border-color: #c9a84c !important;
    box-shadow: none !important;
    background: rgba(255, 255, 255, 0.08) !important;
  }
  .priv-input option {
    background: #1a1a1a;
    color: #fff;
  }

  .lista-inclus li {
    border-bottom: none !important;
    background: transparent !important;
    position: relative;
  }
  .lista-inclus li + li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
      to right,
      transparent,
      rgba(201, 168, 76, 0.25),
      transparent
    );
  }