.ngo-tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.tool-icon svg {
  width: 44px;
  height: 37px;
}

.uagb-block-d989a6b7 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.uagb-block-f6d254d0{
	margin-bottom: 40px;
}
.wp-block-uagb-image {
  display: block;
  width: auto;
  margin: 0;
}

.wp-block-uagb-image__figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.wp-block-uagb-image__figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tool-top-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.tool-btn-wrapper {
  margin-top: auto;
  align-self: flex-start;
  border: 1px solid #023047!important;
  border-radius: 100px;
  background-color: transparent;
  padding: 10px 20px;
}
.tool-btn-wrapper:hover {
	cursor: pointer;
}
.tool-button {
	text-decoration: none!important;
}
:root {
    --ngo-primary: #014b5f;
    --ngo-bg-light: #f3f6f9;
    --ngo-text: #1f1f1f;
    --ngo-accent: #048ba8;
    --ngo-font: 'Lato', sans-serif;
  }

  .module-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 3rem;
    font-family: var(--ngo-font);
    background-color: white;
    font-size: 1.125rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.04);
    border-radius: 0;
    overflow: hidden;
		border-color: transparent!important;
  }

  .module-table thead th {
    background-color: var(--ngo-primary);
    color: white;
    font-weight: 700;
    padding: 1.25rem 1rem;
    text-align: center;
    font-size: 18px;
    border-left: none!important;
  	border-right: none!important;
	border-color: transparent!important;
  }
.module-table thead th:first-child {
	background-color: var(--ngo-primary);
    color: white;
    font-weight: 700;
    padding: 1.25rem 1rem;
    text-align: left;
    font-size: 18px;
    border-left: none!important;
  	border-right: none!important;
	border-color: transparent!important;
}
.module-table thead th:last-child {
	background-color: var(--ngo-primary);
    color: white;
    font-weight: 700;
    padding: 1.25rem 1rem;
    text-align: right;
    font-size: 18px;
    border-left: none!important;
  	border-right: none!important;
	border-color: transparent!important;
}

  .module-table td {
    padding: 1.25rem 1rem;
    vertical-align: top;
    color: var(--ngo-text);
		font-weight: 700;
		font-size: 16px;
    background-color: #ffffff;
    border-left: 0px solid #e6e6e6;
		border-right: 0px solid #e6e6e6;
		text-align: center;
  }
.module-table td:first-child {
    padding: 1.25rem 1rem;
    vertical-align: top;
    color: var(--ngo-text);
		font-weight: 700;
		font-size: 16px;
    background-color: #ffffff;
    border-top: 0px solid #e6e6e6;
		text-align: left;
  }
.module-table td:last-child {
    padding: 1.25rem 1rem;
    vertical-align: top;
    color: var(--ngo-text);
		font-weight: 700;
		font-size: 16px;
    background-color: #ffffff;
    border-top: 0px solid #e6e6e6;
		text-align: right;
  }
  .module-table tr:nth-child(even) td {
    background-color: var(--ngo-bg-light);
  }

  .accordion-content {
    display: none;
    background-color: #eef3f6;
  }

  .accordion-row.open + .accordion-content {
    display: table-row;
  }

  .toggle-details {
    cursor: pointer;
    background: none;
    border: none;
    color: var(--ngo-accent);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .accordion-row.open .toggle-details {
    transform: rotate(180deg);
  }

  .test-button {
    background-color: var(--ngo-primary);
    color: white;
    padding: 20px 20px;
    border: none;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-left: auto;
    display: block;
    text-align: center;
    max-width: fit-content;
  }

  .test-button:hover {
    background-color: #012f3b;
  }

  input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: var(--ngo-accent);
    cursor: pointer;
  }

  .check-icon {
    width: 18px;
    height: 18px;
    fill: var(--ngo-accent);
  }
.accordion-content {
	 gap: 40px;
}
  .accordion-content ul {
    list-style: none;
    padding-left: 0;
	 
  }

  .accordion-content ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
  }

  .accordion-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.15rem;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z'/%3E%3C/svg%3E");
  }

.ngo-tools-features {
  list-style: none;
  margin: 0;
  padding: 0!important;
}

.ngo-tools-features li {
  position: relative;
  padding-left: 30px; 
  margin-bottom: 0.75rem;
}

.ngo-tools-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM406.6 278.6l-103.1 103.1c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L306.8 288H128C110.3 288 96 273.7 96 256s14.31-32 32-32h178.8l-49.38-49.38c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l103.1 103.1C414.6 241.3 416 251.1 416 256C416 260.9 414.6 270.7 406.6 278.6z'/%3E%3C/svg%3E");
}
.ngo-beta-tag {
  appearance: none;
  border: 1px solid rgba(1, 75, 95, 0.25);
  background: #f3f6f9;
  color: #014b5f;
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}




.ngo-beta-tooltip {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  width: min(420px, 85vw);
  background: #003040;
  color: #fff;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.4;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
  z-index: 9999;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .15s ease, transform .15s ease;
	
	 color: #ffffff !important;

}

.ngo-beta-tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #003040;
}

/* Tooltip anzeigen bei Hover oder Fokus */
.ngo-beta-tag:hover .ngo-beta-tooltip,
.ngo-beta-tag:focus .ngo-beta-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.module-table,
.module-table tbody,
.module-table tr,
.module-table td {
  overflow: visible !important;

}

/* Mobile*/
@media (max-width: 853px) {
  .ngo-beta-tooltip {
    display: none !important;
  }
}

/* Mobile Beta Modal */
.ngo-beta-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 48, 64, 0.85); 
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.ngo-beta-modal-overlay.is-open {
  display: flex;
}

.ngo-beta-modal {
  width: min(520px, 100%);
  background: #014b5f; 
  color: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  position: relative;
}

/* Titel */
.ngo-beta-modal h4 {
  margin: 0 32px 10px 0; 
  font-size: 18px;
  color: #ffffff;
}

/* Text */
.ngo-beta-modal p {
  margin: 0 0 12px;
  line-height: 1.55;
  color: #e6f2f5; 
}

/* Close-Icon */
.ngo-beta-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: rgba(255,255,255,0.15);
  color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ngo-beta-modal-close:hover,
.ngo-beta-modal-close:focus {
  background: rgba(255,255,255,0.3);
  outline: none;
}