/* Hide "Proudly powered by Sydney" entirely */
.sydney-credits {
  font-size: 0; /* hide all text */
}

.sydney-credits::before {
  content: "© 2025 CH-Designs"; /* your desired text */
  font-size: 16px; /* restore readable size */
}

/* Mobile spacing fix for Supsystic Pricing Table */
@media (max-width: 768px) {
    .ptsEl.ptsCol.ptsElWithArea.ptsCol-1,
    .ptsEl.ptsCol.ptsElWithArea.ptsCol-2 {
        padding-bottom: 20px !important;
        min-height: auto !important; /* falls Höhe Probleme macht */
    }
}

.ptsCol-1 .ptsTableElementContent .ptsColDesc,
.ptsCol-2 .ptsTableElementContent .ptsColDesc,
.ptsCol-3 .ptsTableElementContent .ptsColDesc {
    background-color: transparent !important;
}