aside.widget {
  box-shadow: 0px 1px 2px 1px rgb(214 214 214);
  -webkit-box-shadow: 0px 1px 2px 1px rgb(214 214 214);
  -moz-box-shadow: 0px 1px 2px 1px rgb(214, 214, 214);
}

aside.widget_block {
  padding: 0% !important;
  background: none;
  box-shadow: none !important;
  border: none !important;
}

div.inner div#volunteer-donation-community {
  font-size: .875rem;
  line-height: 1.35;
  margin-bottom: 1.25rem;
}

aside.widget_bp_widget_btn_invite {
  padding: 0rem !important;
}

div.inner div#volunteer-donation-community:not(.verify) {
  box-shadow: 0px 1px 2px 1px rgb(214 214 214);
  -webkit-box-shadow: 0px 1px 2px 1px rgb(214 214 214);
  -moz-box-shadow: 0px 1px 2px 1px rgb(214, 214, 214);
  border-radius: 20px !important;
  background: var(--bb-content-background-color);
  border: 1px solid var(--bb-content-border-color);
}

.link-info-pricing {
  color: mediumslateblue;
}

.price-hover {
  color: #0b5ed7;
  text-decoration: underline;
  cursor: pointer;
}

.price-hover:hover {
  color: #a2eeff;
  text-decoration: none;
}

.price-details p {
  margin: 0;
  font-size: 0.9em;
}

.price-details {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
}

#sumasuma_reportes_de_impacto {
  .widget-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .widget-title {
    margin-bottom: 0;
  }

  .upload-container {
    text-align: right;
  }

  .upload-btn {
    background-color: white;
    color: #000000;
    padding: 10px 20px;
    border: 2px solid #a2eeff;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px !important;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
  }

  .upload-btn:hover {
    background-color: #dafbff;
    border-color: #92d3eb;
  }

  .pdf-list {
    list-style: none;
    padding-left: 0;
  }

  .pdf-list li {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
  }

  .pdf-list li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .pdf-list li a:hover {
    text-decoration: underline;
  }

  .pdf-list li a i {
    font-size: 24px;
  }
}