h1,
h2,
h3,
h4,
h5,
h6 {
  color: #223555;
  text-transform: none !important;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#nav-toggle {
  width: 10% !important;
}

h2.hero-large-text,
.page-header .entry-title,
.page-header .page-title {
  text-transform: none;
  text-align: center;
  font-size: 2.2em;
}

.section-videolightbox .video_icon {
  display: none !important;
}

.search-background {
  background-color: #223555;
}

.search-title {
  color: #ffffff !important;
  text-align: center !important;
}

.footer-widgets,
.widget-area .widget {
  padding: 10px !important;
}

/*CSS-Zoom Produktsingle-Empfehlung*/
.img-grid-wrapper {
  display: inline-block;
  vertical-align: middle;
  /* -webkit-transform: translateZ(0);
  transform: translateZ(0); */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.img-grid-wrapper:hover,
.img-grid-wrapper:focus,
.img-grid-wrapper:active {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.title,
.menu-item.menu-item-type-custom a {
  color: #223555;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after,
#nav-toggle.nav-is-visible span::before,
#nav-toggle.nav-is-visible span::after {
  color: #223555;
}

.wrap-section {
  margin: 30px 0;
  border: 1px solid lightgrey;
  padding: 15px;
  border-radius: 2px;
  color: #3c3b3b;
  font: normal 15px / 28px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  box-shadow: 1px 1px 5px #223555;
  background-color: #fff;
}

.wrap-section.has-image {
  min-height: 330px;
}

.section-title {
  width: 100%;
}

/* Site-Info wird jetzt vom Theme gestylt – nicht mehr verstecken */
.sidebar .widget ul {
  text-align: center !important;
}

.footer-widgets.section-padding {
  padding: 1rem 1rem 1rem 1rem !important;
}

.onepress-menu a {
  font-size: 1.2rem !important;
  letter-spacing: 0px !important;
  text-transform: initial !important;
  color: #223555;
}

.suche {
  background-color: #388588 !important;
}

.section-title-area .section-title,
.section-title-area .section-subtitle {
  text-transform: initial !important;
}

.textwidget {
  text-align: center !important;
}

.psnap_product_title {
  color: #223555 !important;
}

.psnap_amazon_button_style {
  background-color: #eb7f00 !important;
}

.psnap_feature_div {
  padding-right: 50px !important;
  overflow: visible !important;
}

/*Widget ausblenden*/
@media (max-width: 450px) {
  .inside-right-sidebar,
  .q2w3-fixed-widget-container {
    /* display:none!important; */
  }
}

.ueberschrift_h2 {
  color: #223555;
}

.fa-check {
  color: white;
}

.unsichtbar {
  list-style: none;
  margin: 0 0 0 0;
}

.entry-title {
  color: #ffffff !important;
}

.sidebar .widget a {
  color: #223555;
  font-size: 18px;
  font-weight: 600;
}

.table > thead > tr > th,
table > thead > tr > td {
  /* background-color:#223555!important;
	color:#FFFFFF!important;
	border-bottom-width:4px!important; */
}

.widget-area.sidebar .execphpwidget {
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  background-color: #223555;
}

.widget-area.sidebar .execphpwidget a {
  color: white;
  line-height: 1.4;
}

#secondary div.execphpwidget a {
  /* border-bottom: 1px solid lightgray; */
  margin-bottom: 11px;
  font-size: 14px !important;
  flex-grow: 1;
  width: 100%;
}

.tablepress thead th {
  background-color: #223555;
  color: white;
  font-size: 1.25em;
  font-weight: 600;
  border: none;
  /* border-collapse: collapse; */
}

.tablepress {
  border-collapse: collapse;
  border: none;
}

.tablepress td {
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid lightgray;
}

/* ul#menu-footer {
    display: flex;
    justify-content: flex-end;
} */

#menu-footer li {
  margin-right: 25px;
  text-align: left;
}

#footer-widgets .row {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
  align-items: center;
  /* justify-items: center; */
  /* flex-direction: row; */
}

#footer-widgets .row .footer-column {
  all: unset;
  flex-grow: 1;
  justify-content: center;
  display: flex;
}

.psnap_saving_procent {
  background-color: #223555;
}

.footer-widgets .sidebar .widget {
  margin-top: 30px;
}

#footer-widgets .row div.footer-column:nth-of-type(3) {
  width: 100%;
}

#site-navigation .onepress-menu a:hover {
  background-color: #223555;
  color: #ffffff;
}

.onepress-menu > li:last-child > a {
  padding-right: 20px;
}

.page-title {
  color: white;
}

.widget_categories ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1140px) {
  .widget_categories ul li.cat-item {
    all: unset;
  }
}

.widget-title {
  color: #223555;
}

div.asl_r .results .item .asl_content h3 a,
div.asl_r .results .item .asl_content h3 a:hover {
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #ffffff00;
  color: #223555;
  transition: transform 0.5s;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
  -webkit-perspective: 1000;
  perspective: 1000;
  filter: blur(0px);
  display: inline-table;
}

div.asl_r .results .item .asl_content h3 a:hover {
  transform: scale(1.03);
  line-height: inherit;
  /* zoom: 1.03; */
}

div.asl_r .results .item .asl_content .asl_desc {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input {
  font-size: 15px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}

#ajaxsearchlite1.asl_m.asl_w {
  border: 5px solid;
  box-shadow: none !important;
}

div.asl_w {
  box-shadow: none;
}

a.asl_res_url {
  /* top: 30px; */
  /* position: absolute; */
}

.asl_content {
  display: flex;
  justify-content: start;
  align-items: center;
}

.wrap-section.section-merkabsatz {
  border-color: #16a085;
  box-shadow: 1px 1px 5px #16a085;
  border-radius: 10px;
  border-width: 5px;
  display: flex;
  padding-left: 50px;
  /* background-image: linear-gradient(to bottom, #ffff0000, #fb98360d); */
  background-color: #16a0850d;
}

.section-merkabsatz i.fa.fa-thumbs-o-up {
  font-size: 45px;
  position: relative;
  left: -25px;
  align-self: center;
  color: #16a085;
}

.section-text {
  line-height: 2.4;
  /* white-space: pre-line; */
  overflow: auto;
  width: 100;
}

.title-header {
  width: 100%;
  background-color: #223555;
  color: white;
  font-size: 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.breadcrumb li {
  margin: 2px 0px;
}

.breadcrumb a {
  color: white;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: white;
  text-decoration: underline;
}

.breadcrumb {
  background-color: #fb9838;
  display: flex;
  color: white;
  position: relative;
  margin: 0;
  z-index: 6;
  padding: 0;
  border-radius: 0px;
  padding-left: 15px;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
}

.page-header {
  border: 0;
  background: #223555;
  min-height: 150px;
  align-items: center;
  display: flex;
}

.wrap-section h2:after,
h2.top-title:after,
.amazon-title-text:after {
  content: "";
  width: 100%;
  background-color: #fb9837;
  height: 5px;
  display: block;
  margin-top: 6px;
}

.top-title {
  margin-top: 25px;
  margin-bottom: 30px;
}

.above-the-fold {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: calc(100vh - 264px);
  /* height: calc(100vh - 264px); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.darken:after {
  /* background: rgba(0,0,0,.6);
    content: " ";
    width: 100%;
    height: calc(100vh - 230px);
    position: absolute;
    left: 0;
    z-index:11;
    min-height: 375px; */

  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.atf-description {
  color: white;
  flex-direction: column;
  justify-content: center;
  /* top: -40px; */
  position: relative;
  z-index: 20;
  padding-bottom: 20px;
  width: 100%;
  align-items: center;
  display: flex;
}

.atf-desc-text {
  padding: 0 10px;
  max-width: 1000px;
}

.atf-desc-text div {
  margin-top: 10px;
}

.atf-links {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  z-index: 20;
  padding-bottom: 20px;
}

.atf-links .button {
  min-width: 200px;
}

@media screen and (max-width: 768px) {
  .atf-links button {
    width: 290px;
    height: 50px;
    margin-bottom: 10px;
  }

  .atf-links {
    width: unset;
    flex-direction: column;
  }
}

.atf-title {
  text-align: center;
  font-size: 1.2em;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .atf-title {
    font-size: 1.5em;
  }

  .atf-description {
    font-size: 1.5em;
  }
}

.button {
  background-color: #223555;
  border: 0;
  border-radius: 2px;
  color: white;
  padding: 6px 15px;
  text-align: center;
}

#goto-article.button:hover,
#goto-article.button:focus {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  outline: none;
}

.button-orange {
  background-color: #fb9837;
}

.button.button-green {
  background: linear-gradient(135deg, #1faa5c 0%, #17944e 100%);
  border: none;
  border-radius: 8px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: 0 2px 8px rgba(25,148,82,0.25);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  transition: all 0.2s;
  cursor: pointer;
}

.button.button-green:hover,
.button.button-green:active,
.button.button-green:focus {
  background: linear-gradient(135deg, #23bf68 0%, #1aa856 100%);
  border: none;
  box-shadow: 0 4px 14px rgba(25,148,82,0.35);
  transform: translateY(-1px);
  color: #fff;
}

#goto-table.button:hover,
#goto-table.button:focus {
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.2);
  outline: none;
}

img.section-image {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid silver;
  border-radius: 20px;
}

img.section-image-right {
  float: right;
  margin-left: 10px;
}

img.section-image-left {
  float: left;
  margin-right: 10px;
}

.wrap-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #223555;
  font-size: 1.1rem;
  margin: 10px 10px;
}

.wrap-list {
  width: 49%;
}

.list-title {
  text-align: center;
  background: #223555;
  color: white;
  padding: 10px;
}

.sublist-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
}

.archive-header h1.page-title {
  font-size: 3rem;
  z-index: 1;
}

.archive-content .taxonomy-description {
  position: absolute;
  width: 100%;
  height: 70vh;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

.archive-content .archive-header {
  width: 100%;
  height: 40vh;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.archive-content .taxonomy-description img {
  display: flex;
  flex-grow: 1;
  max-height: unset;
  max-width: unset;
  object-fit: cover;
}

.taxonomy-description p {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.archive-content .taxonomy-description:after {
  /* content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s; */
}

#container-404 h1.page-title {
  text-align: center;
  font-size: 2rem;
}

.content-404 div#cercate-ora {
  padding: 270px 0;
}

.wrap-products {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255,255,255,0.1);
  justify-content: center;
}

.wrap-product {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(255,255,255,0.1);
  margin: 0 5px;
  padding: 10px;
  overflow: hidden;
  width: 195px;
  flex-grow: 1;
  /* max-width: 285px; */
}

.wrap-products > div {
  margin-bottom: 15px;
}

.wrap-product > div {
  margin-bottom: 15px;
}

.product-img {
  width: 250px;
  height: 175px;
  justify-content: center;
  display: flex;
}

.product-img img {
  max-width: 250px;
  max-height: 175px;
}

.product-name {
  text-align: center;
  font-weight: bold;
  color: #223555;
  height: 75px;
}

.product-prime {
  position: relative;
  width: 63px;
  overflow: hidden;
  height: 18px;
}

.product-button {
  width: 100%;
}

.image-rating {
  width: 50%;
}

.wrap-psnap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 16px 24px;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  max-width: 1600px;
  width: 100%;
}

.wrap-psnap > div {
  margin-right: 0;
  margin-bottom: 0;
  text-align: center;
  border-radius: 12px;
}

.submit-wrap {
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 4px;
  position: relative;
}

.plugin-logo {
  max-width: 340px;
  filter: drop-shadow(0 2px 12px rgba(0,0,0,0.2));
  opacity: 0.92;
  transition: opacity 0.2s;
}
.plugin-logo:hover {
  opacity: 1;
}

.output-wrap {
  max-width: 45%;
  width: 400px;
  border: 1px solid lightgrey;
  padding: 5px;
  border-radius: 3px;
}

.autopost-wrap {
  border: none;
  padding: 16px 18px;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 340px;
  flex: 1 1 200px;
  min-width: 0;
}

.autopost-wrap div {
  padding: 10px 0;
}

.psnap-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin: 14px 0 10px;
  text-align: center;
  width: 100%;
  display: block;
  color: rgba(255,255,255,0.55);
  position: relative;
  padding-bottom: 8px;
}
.psnap-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #ff8c00;
  border-radius: 1px;
}

.psnap-subtitle {
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin: 2px 0 8px;
  text-align: left;
  width: 100%;
  display: block;
  color: rgba(255,255,255,0.5);
}

textarea.posted_title_status,
textarea.posted_title_error {
  width: 100%;
  min-height: 200px;
  resize: none;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  color: #a8b8cf;
  padding: 10px 12px;
  font-size: 12px;
  font-family: 'Consolas', 'Monaco', monospace;
  line-height: 1.5;
}
.wrap-posted_title_error {
  color: #ff6b6b;
}

#psnap_scrape_sites {
  width: 100%;
}

#psnap_scraped_sites {
  width: 465px;
  margin-bottom: 10px;
  height: 400px;
  margin-top: 40px;
}

#progressbar {
  width: 400px;
  height: 20px;
}

#statusText {
  display: block;
  width: 400px;
  height: 20px;
  margin-top: 66px;
}

.titleBox-wrap {
  width: 400px;
  margin-right: 150px;
}

.titleBox {
  height: 400px;
  width: 400px;
}

.preview-titleBox {
  height: 400px;
  width: 400px;
  resize: none;
}

.scraped-sites-wrap {
  width: 50%;
  margin: 0;
}

.wrap-navi {
  display: flex;
  justify-content: space-between;
}

.wrap-background {
  background: linear-gradient(145deg, #1a2a47 0%, #1e3355 50%, #182844 100%);
  color: #e8ecf2;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.06);
}

.setting-wrap {
  border: none;
  padding: 16px 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-radius: 12px;
  max-width: 400px;
  flex: 1 1 240px;
  min-width: 0;
}

.setting-title {
  font-weight: 600;
  width: 100%;
  font-size: 12px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 4px;
}

.selected-category-title {
  width: 100%;
  font-weight: 700;
}

.selected-category-value,
.release-comparisons {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ff8c00;
  min-height: 40px;
  height: auto;
  line-height: 1.3em;
  text-shadow: 0 0 20px rgba(255,140,0,0.2);
}

.release-comparisons {
  display: block;
  min-height: 0;
  height: auto;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1.8em;
}

.setting-wrap div {
  margin-bottom: 20px;
}

.preview-wrap {
  padding: 10px 15px;
  flex: 1 1 240px;
  max-width: 380px;
  min-width: 0;
}

.category-wrap {
  border: none;
  padding: 16px 18px;
  min-width: 150px;
  display: flex;
  border-radius: 12px;
  flex: 1 1 300px;
  max-width: 480px;
}

.category-preview-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  height: 100%;
  padding-bottom: 20px;
  flex: 1 1 auto;
}

.category-overview-wrap {
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
}

.category-wrap > .button {
  margin-bottom: 10px;
  max-width: 200px;
}

.category-preview {
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
  flex-direction: column;
  justify-content: start;
  height: calc(100% - 70px);
  min-height: 70vh;
}

.wrap-category-preview-count {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 8px 12px;
}

.category-preview > textarea {
  width: 100%;
  height: calc(100% - 35px);
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 8px 8px;
  color: #e8ecf2;
  resize: none;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.5;
}

.category-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  max-width: 620px;
  overflow: visible;
  margin-right: 0;
  background: rgba(0,0,0,0.15);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 10px;
  padding: 12px 8px;
  gap: 6px;
}

.category-buttons .button {
  width: 180px;
  margin-bottom: 0;
  margin-left: 0;
}

.blindtext-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 16px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
  width: 100%;
  padding-top: 0;
  padding-right: 1px;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(160deg, #1a2a47 0%, #1e3355 50%, #182844 100%);
}

.blindtext-wrap.wrap-background:hover {
  cursor: move;
}

.blindtext-row.blindtext-save-close {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px;
  background: rgba(0,0,0,0.25);
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: 8px;
  flex-wrap: wrap;
}

#blindtext-spinner-mode, #blindtext-1-button, #blindtext-2-button, #blindtext-3-button {
  background: linear-gradient(135deg, #ff9a1f 0%, #e88000 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(255,140,0,0.25);
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  transition: all 0.2s;
  cursor: pointer;
}
#blindtext-spinner-mode:hover, #blindtext-1-button:hover, #blindtext-2-button:hover, #blindtext-3-button:hover {
  background: linear-gradient(135deg, #ffab40 0%, #ff8c00 100%);
  box-shadow: 0 4px 14px rgba(255,140,0,0.35);
  transform: translateY(-1px);
}

input#psnap_comp_min_length {
  width: 4rem;
}

.spinner-length-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(255,255,255,0.7);
  margin-left: 1rem;
  font-weight: 600;
  font-size: 12px;
}

.spinner-length-wrapper .article-length {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 500;
}

.spinner-length-wrapper input[type="number"] {
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 6px !important;
  color: #fff !important;
  text-align: center;
  width: 4rem;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 600;
}

.blindtext-buttons {
  display: flex;
  height: 50vh;
  margin-right: 16px;
  flex-grow: 1;
}

.blindtext-buttons > .button {
  margin-bottom: 8px;
  margin-left: 8px;
}

.blindtext-text {
  height: 70vh;
  flex-grow: 10;
  padding: 10px 12px;
  padding-bottom: 0;
}

.blindtext-text > textarea {
  height: 100%;
  width: 100%;
  resize: none;
  background: #0f1d33;
  color: #e8ecf2;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  padding: 12px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.blindtext-modal {
  display: none;
  position: absolute;
  width: 70vw;
  height: 70vh;
  z-index: 10002;
}

.blindtext-column:first-child {
  border-left: none;
}

.blindtext-column {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  border-left: 1px solid rgba(255,255,255,0.1);
}

.blindtext-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  /* margin-top: 10px; */
  flex-wrap: wrap;
}

.blindtext-content {
  flex-grow: 1;
  align-items: start;
  flex-wrap: wrap;
}
.blindtext-column-title {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 10px;
  color: #f0f2f6;
}

.blindtext-column > .button {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#modal-background {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

#submitted-background {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(255, 255, 255, 0.53);
  box-shadow: 0 3px 30px rgba(25, 30, 35, 0.2);
}

.setting-filter-wrap {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 14px;
  padding-top: 10px;
}

.setting-filter-wrap > input,
.setting-filter-wrap > select {
  margin-bottom: 10px;
}

.setting-wrap input[type="text"],
.setting-wrap input[type="number"],
.setting-wrap select {
  width: 100%;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #e8ecf2;
  padding: 8px 12px;
  font-size: 13px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.setting-wrap input[type="text"]:focus,
.setting-wrap input[type="number"]:focus,
.setting-wrap select:focus {
  border-color: rgba(255,140,0,0.5);
  box-shadow: 0 0 0 3px rgba(255,140,0,0.1);
  outline: none;
}
.setting-wrap input::placeholder {
  color: rgba(255,255,255,0.25);
}
.setting-wrap select option {
  background: #1a2a47;
  color: #e8ecf2;
}

.setting-generator-wrap {
  /* border-top: 1px solid lightgray; */
  /* border-bottom: 1px solid lightgray; */
  padding-bottom: 10px;
  padding-top: 10px;
}

.blindtext-wrap .button {
  margin-left: 6px;
}

/* Speichern & Fenster schließen / Speichern Buttons */
.blindtext-controls .button.button-primary:not(.button-green):not(#blindtext-clear-button) {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(37,99,176,0.2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  transition: all 0.2s;
  cursor: pointer;
}
.blindtext-controls .button.button-primary:not(.button-green):not(#blindtext-clear-button):hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%);
  box-shadow: 0 4px 14px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}

/* Button-Gruppen-Layout */
.blindtext-controls {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.blindtext-selectors {
  display: flex;
  gap: 6px;
  align-items: center;
}

.blintdtext-spinner {
  display: flex;
  align-items: center;
  gap: 6px;
}

#blindtext-open-button:hover,
button#test-post:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,140,0,0.4);
}

#blindtext-open-button,
button#test-post {
  margin-top: 10px;
  width: 100%;
  height: 110px;
  background: linear-gradient(145deg, #ff9a1f 0%, #ff8c00 50%, #e88000 100%);
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(255,140,0,0.3);
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
  cursor: pointer;
}

button#test-post {
  max-width: 250px;
  height: 50px;
  font-size: 1em;
  border-radius: 10px;
}

button#test-post[disabled] {
  color: rgba(255,255,255,0.4) !important;
  background: linear-gradient(145deg, #8a6a30, #6d5525) !important;
  border: none !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
}

#blindtext-clear-button:hover {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  box-shadow: 0 4px 14px rgba(212,47,47,0.35);
  transform: translateY(-1px);
}
#blindtext-clear-button {
  background: linear-gradient(135deg, #d42f2f 0%, #b92d2d 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(212,47,47,0.2);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  font-weight: 600;
  font-size: 12px;
  padding: 7px 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.blindtext-row.blindtext-exit {
  margin: 0;
  justify-content: flex-end;
}

#blindtext-exit-button:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  cursor: pointer;
  transform: scale(1.1);
}

#blindtext-exit-button {
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.6);
  border: none;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 8px;
  transition: all 0.2s;
  z-index: 10;
}

#select-no-category {
  background: linear-gradient(135deg, #1faa5c 0%, #17944e 100%);
  width: calc(100% - 10px);
  margin: 8px 5px;
  height: 42px;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(25,148,82,0.3);
}

#select-no-category:hover {
  background: linear-gradient(135deg, #23bf68 0%, #1aa856 100%);
  box-shadow: 0 4px 14px rgba(25,148,82,0.4);
  transform: translateY(-1px);
}

.psnap-tt {
  color: rgba(255,140,0,0.7);
  font-size: 13px;
  cursor: help;
  transition: color 0.15s;
}
.psnap-tt:hover {
  color: #ff8c00;
}

.loading_icon {
  position: fixed;
  left: 50%;
  top: 50%;
  background-color: white;
  border: 1px solid lightgray;
  border-radius: 50px;
  width: 25px;
  display: none;
  z-index: 200;
}

.wrap-option {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}

.wrap-option > div {
  width: 100%;
}

.option-tab-buttons {
  display: flex;
  flex-direction: row;
  height: auto;
  gap: 2px;
}

.tab-button {
  flex-grow: 1;
  background: rgba(26,42,71,0.6);
  border-radius: 8px 8px 0 0;
  border: 1px solid rgba(255,255,255,0.08);
  border-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
  outline: 0;
  padding: 10px 8px;
  transition: all 0.2s;
}

.tab-button:active,
.tab-button:focus,
.tab-button:hover {
  outline: 0;
}

.tab-button:hover {
  cursor: pointer;
  background: rgba(30,51,85,0.9);
  color: rgba(255,255,255,0.8);
}

.tab-button.selected-tab {
  background: linear-gradient(135deg, #ff8c00 0%, #e67e00 100%);
  color: #fff;
  border-color: transparent;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.option-tabs {
  border-top: none;
  min-height: 100vh;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Open Sans", sans-serif;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}

.option-tabs > div {
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, #1a2a47 0%, #1e3355 50%, #182844 100%);
  color: #e8ecf2;
  display: none;
  padding: 24px 28px;
}

.option-title {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0 12px;
  width: 100%;
  line-height: 1.3;
  color: #f0f2f6;
  letter-spacing: 0.3px;
}

.option-title-small {
  font-size: 13px;
  font-weight: 600;
  margin: 14px 0 8px;
  width: 100%;
  line-height: 1.3;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wrap-option input[type="color"] {
  padding: 0;
  width: 20px;
}

.wrap-option input[type="text"],
.wrap-option input[type="number"] {
  width: 400px;
  max-width: 100%;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #e8ecf2;
  padding: 8px 12px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wrap-option input[type="text"]:focus,
.wrap-option input[type="number"]:focus {
  border-color: rgba(46,107,198,0.5);
  box-shadow: 0 0 0 3px rgba(46,107,198,0.15);
  outline: none;
}

.option-custom-rating input.custom-rating-value,
.option-custom-rating input.custom-rating-value-percent {
  width: 50px;
}

.option-custom-rating input.custom-rating-name {
  width: 100px;
}

.custom-rating-title {
  width: 110px;
}

.inner-wrap-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-size: 13px;
  max-width: 860px;
  margin: 0;
}

.option-single {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  max-width: 600px;
  gap: 12px;
  margin: 5px 5px;
  padding: 2px 0 5px 0px;
  /* border-bottom: 1px solid lightgray; */
  flex-wrap: wrap;
}

.option-multiple {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  flex-wrap: wrap;
  background: rgba(0,0,0,0.12);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px;
  margin: 8px 0;
}

.option-values {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.option-value {
  padding: 6px 10px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

img.divider-preview {
  max-width: 250px;
  height: 15px;
  object-fit: cover;
}

textarea#psnap_option_introduction {
  width: 400px;
  max-width: 100%;
  resize: none;
  height: 200px;
  min-height: 200px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #e8ecf2;
  padding: 8px 12px;
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  transition: border-color 0.2s, box-shadow 0.2s;
}

textarea#psnap_option_introduction:focus {
  border-color: rgba(46,107,198,0.5);
  box-shadow: 0 0 0 3px rgba(46,107,198,0.15);
  outline: none;
}

#wpfooter {
  position: relative;
}

.wrap-option > label {
  min-width: 180px;
}

.wrap-inner-license {
  margin: 0 0 8px;
  padding: 20px 22px;
  background: linear-gradient(145deg, #1a2a47 0%, #1e3355 50%, #182844 100%);
  color: #e8ecf2;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow: 0 4px 20px rgba(0,0,0,0.2), inset 0 1px 0 rgba(255,255,255,0.04);
}

.wrap-inner-license .option-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #f0f2f6;
  margin-bottom: 2px;
}

.wrap-inner-license p {
  font-size: 13px;
  margin: 0 0 14px;
  padding: 0;
  color: rgba(255,255,255,0.55);
}

.license-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  width: 100%;
  margin-bottom: 20px;
  display: block;
}

.wrap-inner-license input[type="text"] {
  width: 100%;
  max-width: 400px;
  background: rgba(0,0,0,0.25);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  color: #e8ecf2;
  padding: 8px 12px;
  font-size: 13px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.wrap-inner-license input[type="text"]:focus {
  border-color: rgba(91,154,255,0.5);
  box-shadow: 0 0 0 3px rgba(91,154,255,0.1);
  outline: none;
}
.wrap-inner-license input[type="text"]::placeholder {
  color: rgba(255,255,255,0.25);
}

.wrap-inner-license form {
  margin-top: 4px;
}

.wrap-inner-license .button-primary#activate_license {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 20px;
  margin-top: 10px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(37,99,176,0.25);
  height: auto;
  line-height: 1.5;
}
.wrap-inner-license .button-primary#activate_license:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%);
  box-shadow: 0 4px 12px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}

.wrap-inner-license .license-message {
  display: block;
  margin-bottom: 8px;
}
.wrap-inner-license .license-message .successful-activation {
  background: rgba(46,204,113,0.12);
  border: 1px solid rgba(46,204,113,0.3);
  border-radius: 8px;
  padding: 10px 14px;
  color: #2ecc71;
  font-size: 13px;
  font-weight: 500;
}
.wrap-inner-license .license-message .error-activation {
  background: rgba(231,76,60,0.12);
  border: 1px solid rgba(231,76,60,0.3);
  border-radius: 8px;
  padding: 10px 14px;
  color: #e74c3c;
  font-size: 13px;
  font-weight: 500;
}

.wrap-inner-license .button-primary[style*="float:right"],
.ph-license-actions .button-primary {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  padding: 7px 16px;
  box-shadow: 0 2px 8px rgba(37,99,176,0.25);
  transition: all 0.2s;
  height: auto;
  line-height: 1.5;
  cursor: pointer;
}
.wrap-inner-license .button-primary[style*="float:right"]:hover,
.ph-license-actions .button-primary:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%) !important;
  box-shadow: 0 4px 12px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}

div.spacer {
  width: 100%;
  height: 40px;
}

img.option-preview {
  max-width: 160px;
  max-height: 40px;
}

input[type="text"].jscolor {
  width: 110px;
  text-align: center;
  background: rgba(0,0,0,0.3) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 6px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 6px 10px;
  letter-spacing: 0.5px;
}

.image-preview-wrapper img {
  width: auto;
  max-height: 40px;
  max-width: 160px;
}

.error-box {
  display: flex;
  justify-content: center;
  padding: 16px 20px;
  border: 1px solid rgba(231,76,60,0.4);
  background: rgba(231,76,60,0.08);
  border-radius: 8px;
  color: #e74c3c;
  font-size: 13px;
  font-weight: 500;
}

#image-preview-psnap_option_divider_upload {
  width: auto;
  max-height: 15px;
  max-width: 250px;
  /* padding-left: 20px; */
}

.option-value input[type="radio"] {
  margin-left: 20px;
}

.option-single input#psnap_option_divider {
  margin: 0;
  margin-left: 4px;
}

.placeholder-buttons:before {
  content: "";
  width: 10px;
  height: 10px;
  position: relative;
  background-color: white;
  top: 9px;
  left: -14px;
  transform: rotate(-45deg);
  border: 1px solid lightgray;
  border-bottom: none;
  border-right: none;
  /* display: inline; */
  /* box-shadow: 0px 0px 2px 2px #637aa0; */
}

.placeholder-buttons {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 10px;
  background: rgba(0,0,0,0.15);
  /* box-shadow: 0px 0px 2px 2px #637aa0; */
}

div.wrap-placeholder-buttons {
  position: absolute;
  width: 150px;
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.wrap-custom-border {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  /* width: 100%; */
  /* padding: 5px 0; */
}

.wrap-custom-border .button {
  margin-left: 15px;
}
.wrap-custom-border input {
  margin-left: 20px;
}

.wrap-default-category {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.wrap-default-category > input {
  margin-left: 10px;
}

.wrap-default-category .button {
  /* margin-left: 45px; */
}

.image-preview-wrapper {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.2);
  width: 250px;
  height: 40px;
  text-align: center;
  margin: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap-delete-all {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  align-self: center;
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.08);
  gap: 6px;
}

.wp-core-ui .button-red {
  background: rgba(186,0,0,0.15);
  border: 1px solid rgba(186,0,0,0.3);
  box-shadow: none;
  color: #ff6b6b;
  text-decoration: none;
  text-shadow: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 11px;
  transition: all 0.2s ease;
}

.wp-core-ui .button.button-red.focus,
.wp-core-ui .button.button-red.hover,
.wp-core-ui .button.button-red:focus,
.wp-core-ui .button.button-red:hover {
  box-shadow: 0 2px 10px rgba(186,0,0,0.25);
  color: #fff;
  background: #ba0000;
  border-color: #ba0000;
}

#delete_all_verification,
#reset_title_database_verification {
  margin-top: 6px;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  color: #e8ecf2;
  padding: 6px 10px;
  font-size: 11px;
  text-align: center;
  width: 100%;
}
#delete_all_verification::placeholder,
#reset_title_database_verification::placeholder {
  color: rgba(255,100,100,0.4);
  font-weight: 600;
  letter-spacing: 1px;
}

.wrap-create-sites {
  justify-content: flex-start;
  display: flex;
  max-width: 600px;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.wrap-create-sites > .button,
.wrap-create-sites > .submit {
  max-width: 200px;
  display: inline;
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 16px;
  box-shadow: 0 2px 8px rgba(37,99,176,0.2);
  transition: all 0.2s;
  cursor: pointer;
}
.wrap-create-sites > .button:hover,
.wrap-create-sites > .submit:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%) !important;
  box-shadow: 0 4px 12px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}

.option-tabs p.submit {
  max-width: 600px;
  text-align: end;
}

/* ====== Options-Tabs – "Einstellungen speichern" Button ====== */
.option-tabs p.submit .button-primary {
  background: linear-gradient(135deg, #1faa5c 0%, #17944e 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 13px;
  padding: 8px 22px;
  box-shadow: 0 2px 8px rgba(25,148,82,0.25);
  transition: all 0.2s;
  cursor: pointer;
  text-shadow: 0 1px 2px rgba(0,0,0,0.15);
  letter-spacing: 0.3px;
}
.option-tabs p.submit .button-primary:hover {
  background: linear-gradient(135deg, #23bf68 0%, #1aa856 100%) !important;
  box-shadow: 0 4px 14px rgba(25,148,82,0.35);
  transform: translateY(-1px);
}
.option-tabs p.submit .button-primary:focus {
  box-shadow: 0 0 0 3px rgba(31,170,92,0.3);
  outline: none;
}

/* ====== Options-Tabs – Upload / Generic Buttons ====== */
.option-tabs .button:not(.button-primary):not(.tab-button):not(.button-deactivate) {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 500;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.option-tabs .button:not(.button-primary):not(.tab-button):not(.button-deactivate):hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.2);
  color: #fff;
}

/* ====== Options-Tabs – Sucheinstellungen-Button ====== */
.option-tabs .button-primary:not(input):not(.tab-button) {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600;
  padding: 8px 18px;
  box-shadow: 0 2px 8px rgba(37,99,176,0.2);
  transition: all 0.2s;
  cursor: pointer;
}
.option-tabs .button-primary:not(input):not(.tab-button):hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%) !important;
  box-shadow: 0 4px 12px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}

.hline {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  max-width: 600px;
  margin: 16px 0;
  margin-top: 10px;
}

.radio-wrap {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.15);
  border-radius: 8px;
  padding: 10px;
}

.radio-wrap-option {
  margin-bottom: 5px;
}

.radio-wrap input[type="radio"] {
  margin-left: 20px;
}

.aws-check {
  display: block;
  margin: 0 11px;
  list-style-type: none;
  padding: 0;
}

.aws-check li {
  padding: 4px 0;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
}

.aws-check li:before {
  content: "\f00c";
  font-family: "fontawesome";
  margin-right: 15px;
  color: #2ecc71;
}

.js-editor {
  width: 600px;
  max-width: 100%;
  height: 400px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* TinyMCE */
.mce-edit-area.mce-container.mce-panel {
  height: calc(100% - 35px);
}

#psnap_blindtext_ifr,
.mce-container-body,
.mce-container.mce-tinymce,
.mce-tinymce .mce-container-body.mce-stack-layout {
  height: 100%;
}

.wrap-only-license .wrap-inner-license {
  padding: 20px;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
  .option-single {
    justify-content: center;
  }

  .option-single label {
    text-align: center;
    margin-right: 5px;
  }

  .option-single input[type="checkbox"] {
    margin-top: 5px;
  }

  .blindtext-text {
    height: 60vh;
  }

  .mce-container.mce-tinymce {
    height: 100%;
  }

  .mce-edit-area.mce-container.mce-panel {
    height: calc(100% - 104px);
  }

  .above-the-fold {
    height: unset;
  }

  input[type="radio"] {
    min-width: 25px;
  }

  .blindtext-modal {
    width: 88vw;
  }

  .blindtext-buttons {
    height: unset;
    margin-bottom: 15px;
  }

  .blindtext-save-close button {
    width: 100%;
  }

  .wrap-psnap > div {
    margin-right: 0;
  }

  .option-tabs > div {
    /* width: unset; */
    min-height: 160vh;
    max-width: calc(100vw - 40px);
  }

  .radio-wrap-option {
    margin-bottom: 15px;
  }

  input[type="text"].jscolor {
    width: 100%;
  }

  .wrap-option > div {
    /* min-width: 120vw; */
  }
  .option-tab-buttons {
    flex-wrap: wrap;
    height: auto;
    gap: 2px;
  }

  .wrap-option input[type="text"] {
    width: 90vw;
  }

  #psnap_option_default_category_background_color {
    width: 75vw;
  }

  .wrap-inner-license {
    max-width: 95%;
  }
  .ph-license-table {
    max-width: 100%;
  }
  .ph-license-label {
    width: auto;
    white-space: normal;
    padding-bottom: 4px !important;
  }

  textarea#psnap_option_introduction {
    max-width: 90vw;
  }

  #psnap_option_website_logo,
  #psnap_option_favicon {
    width: 100%;
  }

  .wrap-default-category .button {
    margin-left: 30px;
  }
  .wrap-default-category {
    width: 90vw;
  }

  .wrap-option label {
    margin-bottom: 5px;
  }

  h2.hero-large-text,
  .page-header .entry-title,
  .page-header .page-title {
    font-size: 2em;
  }
}

.footer-widgets .sidebar .widget,
.sidebar .widget a,
.sidebar .widget a:hover {
  color: #ffffff !important;
}

.successful-activation {
  color: #33bf62;
  font-weight: bold;
  padding: 20px 0;
}

.error-activation {
  color: #e82b2b;
  font-weight: bold;
  padding: 20px 0;
}

.good-license {
  color: #2ecc71;
  font-weight: 600;
}

.bad-license {
  color: #e74c3c;
  font-weight: 600;
}

/* ====== Lizenz-Tabelle – sauberes Grid-Layout ====== */
.ph-license-table {
  width: 100%;
  max-width: 560px;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.ph-license-table td {
  vertical-align: middle;
  padding: 0;
  border: none;
}

.ph-license-label {
  width: 160px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  padding-right: 16px !important;
  white-space: nowrap;
}

.ph-license-label label {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  cursor: pointer;
}

.ph-license-domains,
textarea.ph-license-domains {
  background: rgba(0,0,0,0.25) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 8px !important;
  color: #e8ecf2 !important;
  padding: 8px 12px !important;
  font-size: 12px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  resize: none;
  width: 100%;
  max-width: 350px;
  min-height: 56px;
  line-height: 1.5;
  box-shadow: none !important;
}

.ph-license-input,
input[type="text"].ph-license-input {
  width: 100% !important;
  max-width: 350px !important;
  background: rgba(0,0,0,0.25) !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 8px !important;
  color: #e8ecf2 !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: 1.5 !important;
}

.ph-license-actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.ph-license-actions .button-deactivate,
.ph-license-actions .button-primary {
  float: none !important;
  margin: 0 !important;
}

.wp-core-ui .button.button-buy {
  background-color: #ff8c00;
  border-color: #ff8c00;
  box-shadow: none;
  color: white;
}

.wp-core-ui .button.button-buy:hover {
  background-color: rgb(250, 165, 60);
  border-color: rgb(250, 165, 60);
}

.wp-core-ui .button.button-deactivate {
  background: linear-gradient(135deg, #c0392b 0%, #a93226 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(192,57,43,0.25);
  color: white;
  margin-right: 12px;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s;
  line-height: 1.5;
  height: auto;
}

.wp-core-ui .button.button-deactivate:hover {
  background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
  box-shadow: 0 4px 14px rgba(192,57,43,0.35);
  transform: translateY(-1px);
  color: white;
}

.option-single-left {
  min-width: 150px;
  margin: 5px 0;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}

.option-single-right {
  min-width: 300px;
  margin: 5px 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 34px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #ff8c00;
}

input:focus + .slider {
  box-shadow: 0 0 1px #ff8c00;
}

input:checked + .slider:before {
  -webkit-transform: translateX(27px);
  -ms-transform: translateX(27px);
  transform: translateX(27px);
}

#title-preview-select {
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 8px 8px;
  color: #e8ecf2;
  font-size: 13px;
}
#title-preview-select option {
  padding: 6px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
  transition: background 0.15s;
}
#title-preview-select option:hover {
  background: rgba(46,107,198,0.2);
}

#titles-selected {
  min-height: 200px;
  resize: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 8px 8px;
  color: #e8ecf2;
  font-size: 13px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.15) transparent;
}
#titles-selected::-webkit-scrollbar { width: 5px; }
#titles-selected::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 3px; }
#titles-selected option {
  padding: 6px 10px;
  border-bottom: 1px solid rgba(255,255,255,0.04);
  cursor: pointer;
  transition: background 0.15s;
}
#titles-selected option:hover {
  background: rgba(231,76,60,0.15);
}

#titles-selected i.fas {
  color: #e74c3c;
  font-size: 11px;
  opacity: 0.7;
  margin-left: 4px;
}

#title-preview-select i.fas {
  color: #2ecc71;
  font-size: 11px;
  opacity: 0.7;
  margin-left: 4px;
}

.category-selected {
}

.category-selected-wrap {
  margin-top: 12px;
}

.filter-button-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* padding: 10px 0; */
}

.filter-button-arrow-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-weight: bold;
}

button.filter-select-button.button {
  min-width: 32px;
  margin: 2px;
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.6);
  transition: all 0.15s ease;
}
button.filter-select-button.button:hover {
  background: rgba(255,140,0,0.15);
  border-color: rgba(255,140,0,0.3);
  color: #ff8c00;
}

button.button.filter-active,
button.button.filter-active:focus {
  border-color: #ff8c00;
  background: #ff8c00;
  box-shadow: 0 2px 8px rgba(255,140,0,0.35);
  text-shadow: none;
  color: #fff;
  font-weight: 700;
}

button.button.filter-active:hover {
  background: #ff981b;
  box-shadow: 0 2px 12px rgba(255,140,0,0.4);
}

#modal-offset {
  text-align: center;
}

#modal-inner-offset {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: auto;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 125px);
  z-index: 99;
  background: #fff;
  border: none;
  border-radius: 14px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
  padding: 24px;
  gap: 12px;
}

div#modal-offset {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.75);
}

#modal-offset-title {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 14px;
}

#modal-offset-value {
  width: 100px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.25);
  color: #e8ecf2;
  padding: 8px;
  font-size: 14px;
}

.wrap-support {
  display: none;
}

.button.button-support {
  width: auto;
  margin-top: 10px;
  height: 40px;
  font-size: 13px;
  white-space: nowrap;
  text-align: center;
  padding: 0 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%);
  border: none;
  color: #fff;
  font-weight: 600;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(37,99,176,0.3);
  text-shadow: none;
}
.button.button-support:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%);
  color: #fff;
  box-shadow: 0 4px 14px rgba(37,99,176,0.4);
  transform: translateY(-1px);
}

.button-support i {
  font-size: 1em;
}

.button-support span {
  width: auto;
}

.wrap-switch-mode {
  display: none;
}

button#switch_mode {
  margin: 0;
  width: auto;
  height: auto;
  background: linear-gradient(135deg, #ff9a1f 0%, #ff8c00 100%);
  border: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(255,140,0,0.25);
  text-shadow: none;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  padding: 8px 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  color: #fff;
  cursor: pointer;
}

button#switch_mode:hover {
  box-shadow: 0 4px 14px rgba(255,140,0,0.35);
  transform: translateY(-1px);
}

/* ====== Trennlinie & Utility-Buttons im Vergleichserzeugung-Panel ====== */
.ph-section-divider {
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin: 14px 0 12px;
}

.ph-utility-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.ph-btn-switch-mode {
  /* Inherits from button#switch_mode */
}

.ph-btn-support {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%) !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-weight: 600;
  font-size: 12px;
  padding: 8px 16px;
  box-shadow: 0 2px 8px rgba(37,99,176,0.25);
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s;
  cursor: pointer;
  float: none !important;
}
.ph-btn-support:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%) !important;
  box-shadow: 0 4px 14px rgba(37,99,176,0.35);
  transform: translateY(-1px);
  color: #fff !important;
}

#switch_mode i {
  width: auto;
  font-size: 14px;
}

#switch_mode span {
  width: auto;
}

.wrap-add-product {
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.1);
  padding: 12px;
  border-radius: 10px;
}

.wrap-add-product .wrap-add-title {
  margin-top: 30px;
  margin-bottom: 24.5px;
}

.wrap-filter-options {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.12);
  border-radius: 8px;
  padding: 10px;
}

.tooltip {
}

.tooltip .tooltiptext {
  display: none;
  z-index: 99;
  /* max-width: 450px; */
  background: #fff;
  border: 1px solid darkgray;
  border-radius: 6px;
  padding: 5px;
  margin-left: 5px;
  text-align: left;

  color: rgb(50, 55, 60);
  font-weight: normal;
  font-size: 1em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: absolute;
}

#title-preview-select:checked {
  background: yellow;
  color: red;
}
.tooltip:hover .tooltiptext {
  display: block;
}

div.wrap-realease-comparisons {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 40px;
}

select#title-preview-select:hover {
  cursor: url(/wp-content/plugins/portalheld-plugin/img/plus_maus.png), pointer;
}

select#titles-selected:hover {
  cursor: url(/wp-content/plugins/portalheld-plugin/img/minus_maus.png), pointer;
}

button.ms-choice {
  display: none;
}

li.ms-select-all {
  display: none !important;
  visibility: hidden;
}

.ms-parent {
  height: 525px;
}

.ms-drop.bottom {
  top: 0;
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 0 0 8px 8px;
}

.ms-drop.bottom ul {
  text-align: left;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,0.15) transparent;
}
.ms-drop.bottom ul::-webkit-scrollbar { width: 5px; }
.ms-drop.bottom ul::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.15); border-radius: 3px; }

.ms-drop.bottom {
  min-height: 500px;
}

.ms-drop .ms-no-results {
  visibility: hidden;
}

.ms-parent input[type="checkbox"] {
  /* visibility: hidden; */
  display: none;
}

.ms-drop.bottom li {
  font-size: 13px;
  line-height: 1.8em;
  margin-bottom: 0;
  padding: 2px 8px;
  border-bottom: 1px solid rgba(255,255,255,0.03);
  color: #e8ecf2;
  transition: background 0.15s;
}
.ms-drop.bottom li:hover {
  background: rgba(46,107,198,0.15);
}
.ms-drop.bottom li label {
  color: #e8ecf2;
}
.ms-drop.bottom li .fa-plus-circle,
.ms-drop.bottom li i.fas {
  color: #2ecc71;
  font-size: 11px;
  opacity: 0.6;
  margin-left: 3px;
}

.ms-drop {
  z-index: 98;
}

#reset_title_database {
  margin-top: 16px;
}

.product-name {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .ms-drop.bottom li {
    font-size: 1.5em;
    line-height: 2em;
    margin-bottom: 0;
  }

  .wrap-section.section-merkabsatz {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 20px;
  }

  .section-merkabsatz i.fa.fa-thumbs-o-up {
    position: unset;
    padding-bottom: 10px;
  }

  img.section-image {
    float: unset;
    margin: 0;
  }

  .wrap-section.has-image {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .wrap-amazon-box {
    justify-content: center;
  }

  .wrap-amazon-box .amazon-image {
    margin-left: 0;
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
  }

  .amazon-tables {
    margin-bottom: 0;
  }

  #primary {
    padding-top: 0;
  }

  .amazon-image a {
    text-align: center;
  }

  .wrap-amazon-box .psnap_feature_list {
    margin-left: 0;
    /* padding: 0 10vw; */
  }

  .wrap-amazon-boxes .psnap_feature_list li {
    padding-left: 2.3em;
  }

  .wrap-amazon-boxes .psnap_feature_list li:before {
    margin-left: -2.3em;
    width: 2.3em;
  }

  div#ajaxsearchlite1 {
    max-width: calc(100% - 3vw);
  }
}

.mce-tinymce {
  box-shadow: none;
  border: none !important;
}

.ph_divider {
  min-height: 25px;
  object-fit: cover;
}

/* ====== TinyMCE Dark Theme im Text-Generator ====== */
.blindtext-text .mce-tinymce {
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.blindtext-text .mce-tinymce .mce-container-body {
  background: #182844;
  color: #e8ecf2;
}

.blindtext-text .mce-tinymce .mce-container-body * {
  background: transparent;
  color: #e8ecf2;
}

/* Toolbar */
.blindtext-text .mce-container.mce-panel {
  background: linear-gradient(180deg, #1e3355 0%, #1a2a47 100%);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.blindtext-text .mce-container.mce-panel * {
  color: rgba(255,255,255,0.8);
}

.blindtext-text .mce-toolbar .mce-btn {
  background: transparent !important;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  transition: all 0.15s;
}

.blindtext-text .mce-toolbar .mce-btn:hover {
  background: rgba(255,255,255,0.1) !important;
  border-color: rgba(255,255,255,0.15) !important;
}

.blindtext-text .mce-toolbar .mce-btn.mce-active {
  background: rgba(46,107,198,0.3) !important;
  border-color: rgba(46,107,198,0.4) !important;
}

.blindtext-text .mce-container.mce-flow-layout-item.mce-btn-group > div {
  background: none;
}

/* Toolbar Dropdowns */
.blindtext-text .mce-container.mce-panel .mce-textbox {
  color: #1a2a47;
  background: rgba(255,255,255,0.9);
  border-radius: 4px;
}

/* Editor Body Bereich (Schreibfläche) */
.blindtext-text .mce-container-body.mce-abs-layout {
  background-color: #0f1d33;
}

.blindtext-text .mce-edit-area {
  background: #0f1d33 !important;
}

.blindtext-text .mce-edit-area iframe {
  background: #0f1d33 !important;
}

/* Toolbar Popup Labels */
.blindtext-text .mce-container.mce-panel #mceu_35-button span.mce-txt {
  color: rgba(255,255,255,0.8);
}

.blindtext-text
  .mce-widget.mce-btn.mce-abs-layout-item.mce-last.mce-btn-has-text {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%);
  border-radius: 6px;
  border: none;
}

.blindtext-text .mce-container.mce-panel label {
  color: #1a2a47;
}

/* Statusbar */
.blindtext-text .mce-statusbar {
  background: rgba(0,0,0,0.2) !important;
  border-top: 1px solid rgba(255,255,255,0.06) !important;
}

.blindtext-text .mce-path {
  color: rgba(255,255,255,0.4) !important;
}

.blindtext-text .mce-path-item {
  color: rgba(255,255,255,0.4) !important;
}

.blindtext-text .mce-path-item:hover {
  color: rgba(255,255,255,0.7) !important;
}

div.rating-slider {
  width: 300px;
  background: rgba(255,255,255,0.15);
  height: 1e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}

.wrap-slider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.wrap-slider-values {
  width: 100px;
  display: flex;
  justify-content: space-between;
}

.rating-slider .ui-slider-range {
  background: darkorange;
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  top: -1px;
  height: 114%;
}

.rating-slider .ui-slider-handle {
  border-radius: 45px;
  width: 19px;
  height: 18px;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.rating-slider .ui-slider-handle:hover {
  cursor: pointer;
}

input.custom-rating-value-percent,
input.custom-rating-value {
  background: rgba(0,0,0,0.3) !important;
  color: #e8ecf2 !important;
  max-width: 36px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  height: 21px;
  text-align: center;
  border: 0;
  font-weight: 600;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.option-single.option-custom-rating {
  position: relative;
  align-items: flex-end;
}

.option-single label:not(.switch) {
  min-width: 100px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
}

/* .wrap-option-preview {
    display: flex;
    justify-content: space-between;
} */

/* Saved notif*/
#data-saved-notif {
  display: none;
}

.wrap-data-saved {
  position: fixed;
  top: 50px;
  left: 200px;
  padding: 10px;
  background: #4caf50;
  border: 2px solid #64c5684d;
  color: white;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 1px 1px 2px 2px #5a5a5a7a;
  z-index: 10001;
}

.wrap-data-saved i.far.fa-save {
  margin-right: 6px;
  font-size: 24px;
}

#data-saved-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.158);
}

@media screen and (min-width: 940px) {
  aside.widget.widget_execphp {
    width: 25vw;
  }
}

@media screen and (max-width: 939px) {
  #secondary aside.q2w3-widget-clone-sidebar-1 {
    display: none !important;
  }

  #secondary aside {
    position: relative !important;
    top: 0 !important;
  }
}

.edit-post-visual-editor.editor-styles-wrapper,
.editor-writing-flow.block-editor-writing-flow {
  height: unset;
  margin-bottom: 25px;
}

.ph-debug {
  border: 2px solid lightcoral;
  width: 100%;
  padding: 4px;
  border-radius: 4px;
  display: none;
}

.wrap-amazon-box:first-child {
  margin-top: 0;
}

.wrap-section:last-child {
  margin-bottom: 0;
}

.option-info {
  max-width: 600px;
  display: block;
}

/* ====== Comparison Creator – Button Overrides in Dark Cards ====== */
.wrap-background .button.button-primary {
  background: linear-gradient(135deg, #2e6bc6 0%, #2563b0 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-shadow: none;
  box-shadow: 0 2px 6px rgba(37,99,176,0.25);
  transition: all 0.2s ease;
  padding: 6px 14px;
  height: auto;
  line-height: 1.5;
}
.wrap-background .button.button-primary:hover {
  background: linear-gradient(135deg, #3a7ad8 0%, #2e6bc6 100%);
  box-shadow: 0 4px 12px rgba(37,99,176,0.35);
  transform: translateY(-1px);
}
.wrap-background .button.button-primary:focus {
  box-shadow: 0 0 0 3px rgba(46,107,198,0.3);
}
/* Category buttons inside grid */
.category-buttons .button.button-primary {
  border-radius: 8px;
  font-size: 11.5px;
  padding: 7px 10px;
  height: 36px;
  line-height: 1.3;
}
/* Pagination buttons */
.filter-button-arrow-wrap .button.button-primary {
  border-radius: 8px;
  min-width: 40px;
}
/* Save button in settings */
.setting-wrap .button.button-primary[type="submit"],
.wrap-filter-options .button.button-primary[type="submit"] {
  background: linear-gradient(135deg, #1faa5c 0%, #17944e 100%);
  box-shadow: 0 2px 8px rgba(25,148,82,0.25);
  margin-top: 8px;
}
.setting-wrap .button.button-primary[type="submit"]:hover,
.wrap-filter-options .button.button-primary[type="submit"]:hover {
  background: linear-gradient(135deg, #23bf68 0%, #1aa856 100%);
  box-shadow: 0 4px 14px rgba(25,148,82,0.35);
}

/* Loading indicator */
.loading_icon {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* ====== Portalheld v2.2 – High-End Admin-UI ====== */

/* ---- Status Bar ---- */
.ph-status-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  gap: 12px;
  flex-wrap: wrap;
}
.ph-status-bar.ph-status-connected {
  background: linear-gradient(135deg, rgba(46,204,113,0.15), rgba(46,204,113,0.05));
  border: 1px solid rgba(46,204,113,0.35);
}
.ph-status-bar.ph-status-partial {
  background: linear-gradient(135deg, rgba(230,126,34,0.15), rgba(230,126,34,0.05));
  border: 1px solid rgba(230,126,34,0.35);
}
.ph-status-bar.ph-status-default {
  background: linear-gradient(135deg, rgba(33,150,243,0.12), rgba(33,150,243,0.04));
  border: 1px solid rgba(33,150,243,0.3);
}
.ph-status-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.ph-status-icon {
  font-size: 1.5em;
}
.ph-status-connected .ph-status-icon { color: #2ecc71; }
.ph-status-partial .ph-status-icon { color: #e67e22; }
.ph-status-default .ph-status-icon { color: #4fc3f7; }
.ph-status-left strong {
  display: block;
  color: #fff;
  font-size: 0.95em;
}
.ph-status-left span {
  color: #adb5bd;
  font-size: 0.82em;
}
.ph-help-btn-compact {
  background: rgba(255,255,255,0.08) !important;
  color: #ccc !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  padding: 7px 14px !important;
  border-radius: 6px !important;
  cursor: pointer;
  font-size: 0.85em;
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  transition: all 0.2s;
  white-space: nowrap;
}
.ph-help-btn-compact:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}

/* ---- Cards ---- */
.ph-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: border-color 0.2s;
}
.ph-card:hover {
  border-color: rgba(255,255,255,0.15);
}
.ph-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ph-card-icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  flex-shrink: 0;
}
.ph-icon-amazon { background: rgba(255,153,0,0.15); color: #ff9900; }
.ph-icon-tag    { background: rgba(33,150,243,0.15); color: #4fc3f7; }
.ph-icon-ebay   { background: rgba(134,147,243,0.15); color: #8693f3; }
.ph-icon-youtube { background: rgba(255,0,0,0.12); color: #ff4444; }
.ph-card-header h3 {
  margin: 0;
  color: #fff;
  font-size: 1.05em;
  font-weight: 600;
}
.ph-card-header p {
  margin: 3px 0 0;
  color: #9e9e9e;
  font-size: 0.82em;
  line-height: 1.4;
}
.ph-card-body {
  padding: 16px 20px 20px;
}

/* ---- Toggle Section ---- */
.ph-toggle-section {
  margin-bottom: 8px;
}
.ph-toggle-section .option-single {
  margin-bottom: 6px;
}
.ph-toggle-info {
  background: rgba(33,150,243,0.08);
  border: 1px solid rgba(33,150,243,0.2);
  border-radius: 6px;
  padding: 10px 14px;
  font-size: 0.83em;
  color: #90caf9;
  line-height: 1.5;
}
.ph-toggle-info i {
  margin-right: 4px;
}

#psnap_amazon_own_keys + span.slider {
  background: #4fc3f7;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}
#psnap_amazon_own_keys:checked + span.slider {
  background: #2ecc71;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.15);
}

/* ---- Own Keys Wrapper ---- */
.ph-own-keys-wrapper {
  margin-top: 16px;
}

/* ---- Sub-Sections (inside cards) ---- */
.ph-sub-section {
  margin-bottom: 16px;
}
.ph-sub-header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.ph-sub-header > i {
  color: #4fc3f7;
  margin-top: 2px;
  font-size: 1em;
}
.ph-sub-header strong {
  display: block;
  color: #e0e0e0;
  font-size: 0.92em;
}
.ph-sub-header span {
  color: #888;
  font-size: 0.8em;
}

/* ---- Form Fields ---- */
.ph-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ph-field-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 520px;
}
.ph-label {
  color: #ccc;
  font-size: 0.88em;
  font-weight: 500;
}
.ph-card-body input[type="text"] {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 6px;
  color: #e0e0e0;
  padding: 9px 12px;
  font-size: 0.9em;
  transition: border-color 0.2s, background 0.2s;
  max-width: 520px;
  width: 100%;
}
.ph-card-body input[type="text"]:focus {
  border-color: #4fc3f7;
  background: rgba(255,255,255,0.09);
  outline: none;
  box-shadow: 0 0 0 2px rgba(79,195,247,0.15);
}
.ph-card-body input[type="text"]::placeholder {
  color: #666;
}
.ph-hint {
  color: #888;
  font-size: 0.78em;
  line-height: 1.4;
}
.ph-hint a {
  color: #4fc3f7;
}
.ph-hint code {
  background: rgba(255,255,255,0.08);
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 0.95em;
}

/* ---- Inline Warning ---- */
.ph-inline-warn {
  background: rgba(230,126,34,0.12);
  border: 1px solid rgba(230,126,34,0.3);
  border-radius: 6px;
  padding: 8px 12px;
  color: #f5b041;
  font-size: 0.82em;
  margin-top: 10px;
}
.ph-inline-warn i {
  margin-right: 4px;
}

/* ---- Status Overview (zweiteilig) ---- */
.ph-status-overview {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.ph-status-overview .ph-status-bar {
  margin-bottom: 0;
}
.ph-status-bar.ph-status-warn {
  background: linear-gradient(135deg, rgba(231,76,60,0.14), rgba(231,76,60,0.05));
  border: 1px solid rgba(231,76,60,0.35);
}
.ph-status-bar.ph-status-warn .ph-status-icon {
  color: #e74c3c;
  animation: ph-pulse 2s infinite;
}
@keyframes ph-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ---- Status Bar: Checking State ---- */
.ph-status-bar.ph-checking {
  position: relative;
  overflow: hidden;
}
.ph-status-bar.ph-checking::after {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
  animation: ph-shimmer 1.5s infinite;
}
@keyframes ph-shimmer {
  0%   { left: -100%; }
  100% { left: 100%; }
}

/* ---- Validation Banner ---- */
.ph-validation-banner {
  background: linear-gradient(135deg, #141c30 0%, #1a2540 100%);
  border: 1px solid rgba(100,140,255,0.18);
  border-radius: 12px;
  padding: 16px 20px;
  margin: 12px 0 20px;
}
.ph-validation-inner {
  color: #c8d0e0;
  font-size: 13px;
}
.ph-validation-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
}
.ph-check-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(100,160,255,0.25);
  border-top-color: #5b9aff;
  border-radius: 50%;
  animation: ph-spin 0.7s linear infinite;
}
@keyframes ph-spin {
  to { transform: rotate(360deg); }
}
.ph-validation-result {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ph-validation-items {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ph-val-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(0,0,0,0.15);
  font-size: 12.5px;
}
.ph-val-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #555;
}
.ph-val-dot.ph-dot-ok     { background: #2ecc71; box-shadow: 0 0 6px rgba(46,204,113,0.5); }
.ph-val-dot.ph-dot-error  { background: #e74c3c; box-shadow: 0 0 6px rgba(231,76,60,0.5); }
.ph-val-dot.ph-dot-warn   { background: #e67e22; box-shadow: 0 0 6px rgba(230,126,34,0.5); }
.ph-val-dot.ph-dot-unused { background: #555; }
.ph-val-label {
  font-weight: 600;
  min-width: 90px;
  color: #e0e4ec;
}
.ph-val-msg {
  color: rgba(200,210,230,0.8);
  flex: 1;
}
.ph-validation-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4px;
  padding-top: 8px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ph-validation-ts {
  font-size: 11px;
  color: rgba(200,210,230,0.5);
}
.ph-recheck-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(91,154,255,0.12);
  border: 1px solid rgba(91,154,255,0.3);
  border-radius: 8px;
  color: #7db5ff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 14px;
  cursor: pointer;
  transition: all 0.2s;
}
.ph-recheck-btn:hover {
  background: rgba(91,154,255,0.22);
  border-color: rgba(91,154,255,0.5);
  color: #a0ccff;
}
.ph-recheck-btn i {
  font-size: 12px;
}
@media (max-width: 600px) {
  .ph-val-item {
    flex-wrap: wrap;
  }
  .ph-val-label {
    min-width: auto;
  }
  .ph-validation-footer {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
}

/* ---- Explainer Banner ---- */
.ph-explainer-banner {
  display: flex;
  gap: 16px;
  background: linear-gradient(135deg, #1a1f35 0%, #1e2745 100%);
  border: 1px solid rgba(100,140,255,0.2);
  border-radius: 12px;
  padding: 20px 22px;
  margin: 24px 0;
  align-items: flex-start;
}
.ph-explainer-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255,193,7,0.15);
  color: #ffc107;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.ph-explainer-content {
  flex: 1;
  min-width: 0;
}
.ph-explainer-content > strong {
  font-size: 15px;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.ph-explainer-content > p {
  font-size: 13px;
  color: #aab;
  margin: 0 0 14px 0;
  line-height: 1.5;
}
.ph-explainer-grid {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.ph-explainer-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 12px 14px;
}
.ph-explainer-item-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(33,150,243,0.2);
  color: #64b5f6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.ph-explainer-item strong {
  display: block;
  font-size: 13px;
  color: #eef;
  margin-bottom: 3px;
}
.ph-explainer-item span {
  display: block;
  font-size: 12px;
  color: #99a;
  line-height: 1.45;
}

/* ---- Card Highlight (Tracking-ID fehlt) ---- */
.ph-card.ph-card-highlight {
  border: 2px solid rgba(231,76,60,0.45);
  box-shadow: 0 0 20px rgba(231,76,60,0.12);
}

/* ---- Callout Boxes ---- */
.ph-callout {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.5;
}
.ph-callout-icon {
  flex-shrink: 0;
  font-size: 18px;
  margin-top: 1px;
}
.ph-callout strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}
.ph-callout p {
  margin: 0;
  color: inherit;
  opacity: 0.85;
}
.ph-callout code {
  background: rgba(255,255,255,0.1);
  padding: 1px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}
.ph-callout-warn {
  background: rgba(231,76,60,0.12);
  border: 1px solid rgba(231,76,60,0.3);
  color: #f5b7b1;
}
.ph-callout-warn .ph-callout-icon {
  color: #e74c3c;
}
.ph-callout-success {
  background: rgba(46,204,113,0.1);
  border: 1px solid rgba(46,204,113,0.25);
  color: #a9dfbf;
}
.ph-callout-success .ph-callout-icon {
  color: #2ecc71;
}

@media (max-width: 600px) {
  .ph-explainer-banner {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }
  .ph-explainer-grid {
    flex-direction: column;
  }
  .ph-callout {
    flex-direction: column;
    gap: 8px;
  }
}

/* ---- Legacy Details ---- */
.ph-legacy-details {
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  margin-top: 14px;
  overflow: hidden;
}
.ph-legacy-details summary {
  padding: 10px 14px;
  cursor: pointer;
  color: #999;
  font-size: 0.88em;
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  transition: background 0.2s, color 0.2s;
}
.ph-legacy-details summary::-webkit-details-marker { display: none; }
.ph-legacy-details summary:hover {
  background: rgba(255,255,255,0.04);
  color: #ccc;
}
.ph-legacy-inner {
  padding: 10px 14px 14px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.ph-legacy-inner .option-single {
  max-width: 520px;
}
.ph-legacy-notice {
  background: rgba(230,126,34,0.08);
  border-radius: 5px;
  padding: 8px 12px;
  color: #e67e22;
  font-size: 0.82em;
  margin-bottom: 10px;
  line-height: 1.5;
}
.ph-legacy-notice i { margin-right: 4px; }

/* ---- Badges ---- */
.ph-badge {
  font-size: 0.7em;
  padding: 2px 8px;
  border-radius: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  vertical-align: middle;
}
.ph-badge-warn {
  background: #e67e22;
  color: white;
}

/* ---- Save Section ---- */
.ph-save-section {
  margin-top: 10px;
  padding-top: 10px;
}

/* ====== Modal / Popup ====== */
.ph-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(3px);
}
.ph-modal {
  background: #1e2a3a;
  border-radius: 12px;
  max-width: 660px;
  width: 100%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.1);
}
.ph-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ph-modal-header h2 {
  margin: 0;
  color: #fff;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ph-modal-close {
  background: none !important;
  border: none !important;
  color: #999 !important;
  font-size: 1.8em;
  cursor: pointer;
  padding: 0 5px !important;
  line-height: 1;
  transition: color 0.2s;
}
.ph-modal-close:hover { color: #fff !important; }
.ph-modal-body {
  padding: 22px;
  overflow-y: auto;
  color: #ccc;
  line-height: 1.6;
}
.ph-modal-body a { color: #4fc3f7; }
.ph-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 14px 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.ph-modal-footer .button-primary {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
}

/* ---- Guide Intro ---- */
.ph-guide-intro {
  background: rgba(33,150,243,0.1);
  border-left: 4px solid #2196F3;
  padding: 12px 16px;
  border-radius: 0 6px 6px 0;
  margin-bottom: 20px;
}
.ph-guide-intro p {
  margin: 0;
  color: #b3d4fc;
  font-size: 0.9em;
}

/* ---- Guide Steps ---- */
.ph-guide-step {
  display: flex;
  gap: 14px;
  margin-bottom: 14px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.03);
  transition: background 0.2s;
}
.ph-guide-step:hover { background: rgba(255,255,255,0.06); }
.ph-step-number {
  min-width: 34px;
  height: 34px;
  background: #2271b1;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95em;
  flex-shrink: 0;
}
.ph-guide-step-done .ph-step-number { background: #2ecc71; }
.ph-step-content h3 { margin: 0 0 4px; color: #fff; font-size: 0.95em; }
.ph-step-content p { margin: 0; color: #adb5bd; font-size: 0.85em; }
.ph-step-content code {
  background: rgba(255,255,255,0.1);
  padding: 1px 5px;
  border-radius: 3px;
}

/* Guide Value Mapping */
.ph-guide-values {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 10px 0;
}
.ph-guide-value {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.04);
  border-radius: 5px;
  padding: 6px 10px;
  font-size: 0.85em;
}
.ph-guide-value-label {
  color: #4fc3f7;
  font-weight: 600;
  min-width: 160px;
}
.ph-guide-value-arrow { color: #666; }
.ph-guide-value-field { color: #adb5bd; }

/* ---- Guide Warning ---- */
.ph-guide-warning {
  background: rgba(230,126,34,0.15);
  border: 1px solid rgba(230,126,34,0.4);
  border-radius: 6px;
  padding: 10px 14px;
  margin-top: 8px;
  color: #f5b041;
  font-size: 0.85em;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.ph-guide-warning i { margin-top: 2px; }

/* ---- FAQ Section ---- */
.ph-guide-faq {
  margin-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px;
}
.ph-guide-faq h3 {
  color: #fff;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95em;
}
.ph-guide-faq details {
  margin-bottom: 6px;
  background: rgba(255,255,255,0.03);
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.08);
}
.ph-guide-faq summary {
  padding: 9px 12px;
  cursor: pointer;
  color: #e0e0e0;
  font-weight: 500;
  font-size: 0.88em;
  transition: background 0.2s;
  list-style: none;
}
.ph-guide-faq summary::-webkit-details-marker { display: none; }
.ph-guide-faq summary::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.65em;
  margin-right: 8px;
  transition: transform 0.2s;
  display: inline-block;
}
.ph-guide-faq details[open] summary::before { transform: rotate(90deg); }
.ph-guide-faq summary:hover { background: rgba(255,255,255,0.05); }
.ph-guide-faq details p {
  padding: 0 12px 10px;
  margin: 0;
  color: #9e9e9e;
  font-size: 0.84em;
  line-height: 1.6;
}

/* ====================================================================
   Produkte-Leer-Hinweis – Frontend Overlay
   ==================================================================== */
.ph-empty-notice {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.ph-empty-inner {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  max-width: 480px;
  width: 100%;
  padding: 32px 28px 24px;
  text-align: center;
  animation: ph-fadeIn 0.3s ease-out;
}
@keyframes ph-fadeIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
.ph-empty-icon {
  margin-bottom: 20px;
}
.ph-empty-loader {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.ph-empty-loader span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e67e22;
  animation: ph-bounce 1.4s ease-in-out infinite;
}
.ph-empty-loader span:nth-child(2) { animation-delay: 0.16s; }
.ph-empty-loader span:nth-child(3) { animation-delay: 0.32s; }
@keyframes ph-bounce {
  0%, 80%, 100% { transform: scale(0.6); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}
.ph-empty-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 8px 0;
}
.ph-empty-text {
  font-size: 14px;
  color: #5a5a6e;
  line-height: 1.6;
  margin: 0 0 20px 0;
}
/* Info-Zeilen im Lade-Dialog */
.ph-empty-info {
  text-align: left;
  background: #f8f9fb;
  border: 1px solid #eef0f4;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ph-empty-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #5a5a6e;
  line-height: 1.4;
}
.ph-empty-info-icon {
  font-size: 16px;
  flex-shrink: 0;
  width: 24px;
  text-align: center;
}
.ph-empty-hint {
  font-size: 11.5px;
  color: #999;
  margin: 12px 0 0;
  line-height: 1.5;
}

.ph-empty-actions {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4px;
}
.ph-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.ph-empty-btn-primary {
  background: #e67e22;
  color: #fff;
}
.ph-empty-btn-primary:hover {
  background: #d35400;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(230,126,34,0.3);
}
.ph-empty-btn-secondary {
  background: #f0f0f5;
  color: #5a5a6e;
}
.ph-empty-btn-secondary:hover {
  background: #e4e4ec;
}

/* Admin-Diagnose */
.ph-empty-diag {
  text-align: left;
  background: #f8f9fb;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 4px;
}
.ph-empty-diag summary {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  color: #8892a4;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  user-select: none;
  list-style: none;
}
.ph-empty-diag summary::-webkit-details-marker { display: none; }
.ph-empty-diag summary::before {
  content: '▸ ';
  display: inline;
  font-size: 10px;
}
.ph-empty-diag[open] summary::before {
  content: '▾ ';
}
.ph-empty-diag[open] summary {
  border-bottom: 1px solid #e4e7ec;
}
.ph-diag-grid {
  padding: 12px 16px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ph-diag-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}
.ph-diag-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.ph-dot-green { background: #2ecc71; }
.ph-dot-red   { background: #e74c3c; }
.ph-dot-yellow { background: #f39c12; }
.ph-dot-gray  { background: #ccc; }
.ph-diag-label {
  color: #5a5a6e;
  min-width: 140px;
}
.ph-diag-value {
  color: #1a1a2e;
  font-weight: 600;
}
.ph-diag-tips {
  padding: 12px 16px;
  border-top: 1px solid #e4e7ec;
  font-size: 12px;
  color: #5a5a6e;
  line-height: 1.5;
}
.ph-diag-tips strong {
  display: block;
  margin-bottom: 6px;
  color: #1a1a2e;
  font-size: 12px;
}
.ph-diag-tips ul {
  margin: 0;
  padding-left: 18px;
}
.ph-diag-tips li {
  margin-bottom: 4px;
}
.ph-diag-tips a {
  color: #2271b1;
  font-weight: 600;
}
@media (max-width: 480px) {
  .ph-empty-inner {
    padding: 24px 18px 18px;
  }
  .ph-empty-title {
    font-size: 18px;
  }
  .ph-empty-actions {
    flex-direction: column;
  }
  .ph-diag-row {
    flex-wrap: wrap;
  }
  .ph-diag-label {
    min-width: 100px;
  }
}

/* ====================================================================
   Close-Button fuer Fallback-Overlay
   ==================================================================== */
.ph-fallback-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #666;
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
}
.ph-fallback-close:hover {
  background: #e74c3c;
  border-color: #c0392b;
  color: #fff;
  transform: scale(1.1);
}
.ph-fallback-close:focus {
  outline: 2px solid #f39c12;
  outline-offset: 2px;
}
.ph-fallback-close svg {
  display: block;
}

/* ====================================================================
   Fallback-Phase: Produkte nicht verfuegbar – Direktlinks
   ==================================================================== */
.ph-fallback-phase {
  text-align: center;
}
.ph-fallback-icon {
  margin-bottom: 16px;
}
.ph-fallback-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}
.ph-fallback-text {
  font-size: 14px;
  color: #5a5a6e;
  line-height: 1.6;
  margin: 0 0 24px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.ph-fallback-products {
  text-align: left;
  background: #f7f8fa;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 20px;
}
.ph-fallback-subtitle {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a2e;
  margin: 0 0 14px;
}
.ph-fallback-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ph-fallback-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  background: #fff;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  color: #1a1a2e;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.ph-fallback-link:hover {
  border-color: #e67e22;
  background: #fef9f3;
  transform: translateX(4px);
  text-decoration: none;
  color: #e67e22;
}
.ph-fallback-link-icon {
  display: flex;
  align-items: center;
  color: #8b8ba0;
  flex-shrink: 0;
}
.ph-fallback-link:hover .ph-fallback-link-icon {
  color: #e67e22;
}
.ph-fallback-link-text {
  flex: 1;
}
.ph-fallback-link-arrow {
  color: #ccc;
  font-size: 18px;
  transition: color 0.2s ease;
}
.ph-fallback-link:hover .ph-fallback-link-arrow {
  color: #e67e22;
}
.ph-fallback-search-btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
  color: #fff !important;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(230, 126, 34, 0.35);
}
.ph-fallback-search-btn:hover {
  background: linear-gradient(135deg, #d35400 0%, #c0392b 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.45);
  text-decoration: none;
  color: #fff !important;
}
.ph-fallback-info {
  text-align: left;
  background: #eaf6ff;
  border: 1px solid #b8d9f2;
  border-radius: 10px;
  padding: 16px 20px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #2c3e50;
  line-height: 1.5;
}
.ph-fallback-info p {
  margin: 0 0 8px;
}
.ph-fallback-info ul {
  margin: 0;
  padding-left: 18px;
}
.ph-fallback-info li {
  margin-bottom: 4px;
}
.ph-fallback-actions {
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 480px) {
  .ph-fallback-products {
    padding: 14px 16px;
  }
  .ph-fallback-link {
    padding: 8px 12px;
    font-size: 13px;
  }
  .ph-fallback-title {
    font-size: 18px;
  }
}

/* ====================================================================
   YouTube Embed – Responsive 16:9 Container mit Titel
   ==================================================================== */
.ph-youtube-container {
  margin: 30px 0;
}
.ph-youtube-section {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}
.ph-youtube-header {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  gap: 14px;
}
.ph-youtube-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: #FF0000;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
}
.ph-youtube-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.ph-youtube-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ph-youtube-channel {
  font-size: 13px;
  color: #606060;
  line-height: 1.3;
}
.ph-youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ph-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 600px) {
  .ph-youtube-header {
    padding: 12px 14px;
    gap: 10px;
  }
  .ph-youtube-icon {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
  .ph-youtube-title {
    font-size: 14px;
  }
}
