@media (min-width: 768px) {
  .checkliste {
    font-size: 0.9rem;
  }

  .checkliste #jumper {
    margin-top: -14px;
    margin-bottom: -10px;
  }

  .parallelnote {
    font-size: 0.85em;
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .checkliste {
    font-size: 0.88rem;
  }

  .checkliste #jumper {
    margin-top: 20px;
    margin-bottom: -10px;
  }

  .parallelnote {
    font-size: 0.85em;
    line-height: 1.3;
    margin-bottom: 20px !important;
  }
}




.sac-checklist-tabs-wrapper {
    border-bottom: 1px solid var(--ast-global-color-3, #3a3a3a);
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

.sac-checklist-tabs {
    display: flex;
    gap: 5px;
    position: relative;
    z-index: 1;
}

.sac-checklist-tabs button {
    border: 1px solid var(--ast-global-color-3, #3a3a3a);
    border-bottom: none;
    background-color: var(--ast-global-color-4, #fff);
    padding: 15px;
    color: var(--ast-global-color-3, #3a3a3a);
    padding: 15px;;
    padding: 12px 10px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sac-checklist-tabs button.active,
.sac-checklist-tabs button:hover {
    background-color: var(--ast-global-color-3, #3a3a3a);
    color: var(--ast-global-color-4, #fff);
    z-index: 2;
}


/* Mobile-Optimierung */
@media (max-width: 600px) {
	.sac-checklist-tabs {
	    gap: 3px;
	}
	.sac-checklist-tabs button {
	    padding: 12px 5px;
	    font-size: 13px;
	}
}



.sac-checklist-tab-content#sac-tab-teams {
	padding-top: 1em;
}

.sac-checklist-tab-content hr {
    border: none;
    border-top: 1.5px solid var(--ast-global-color-3, #3a3a3a);
    margin: 1.5em 0;
}

.sac-checklist-loading {
    font-style: italic;
    color: var(--ast-global-color-3, #3a3a3a);
}


.sac-checklist-set {
    margin-bottom: 3em;
}

.sac-checklist h3 {
    margin-bottom: 0.3em !important;
}
.sac-checklist h4 {
    margin-top: 1em !important;
    margin-bottom: 0.3em !important;
}

.sac-set-icon {
	vertical-align: middle;
	}

.sac-card-count {
    margin-bottom: 1.2em;
}

.sac-sample-image img {
    margin-bottom: 1.5em;
  filter: drop-shadow(0 0 1px rgba(0,0,0,0.4))
          drop-shadow(0 0 1px rgba(0,0,0,0.4));
}

.sac-set-notes {
    margin-bottom: 1.5em;
	line-height: 1.3;
}


.sac-parallel-block {
    background: var(--ast-global-color-6, #f4f4f4);
    padding: 15px;
    margin-bottom: 1.5em;
    border-radius: 4px;
}

.sac-parallel-title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.sac-parallel-subtitle {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.13em;
    font-weight: 700;
    margin-bottom: 0.3em;
}

.sac-parallel-note {
    font-size: 0.88em;
    line-height: 1.3;
    margin: 0.5em 0 1em;
}

.sac-parallel-cols {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.sac-parallel-col {
    flex: 1 1 200px;
}

.sac-parallel-legend {
	display: block;
	margin-bottom: 20px;
	font-size: 0.95em;
	color: var(--ast-global-color-3, #3a3a3a);
}

.sac-parallel-list {
    line-height: 1.8;
}

.sac-parallel-item strong {
  margin-left: 0.6em;
}


.sac-parallel-odds {
    font-size: 0.9em;
    color: var(--ast-global-color-3, #3a3a3a);
}

.sac-standard-odds {
    font-size: 0.9em;
    color: var(--ast-global-color-3, #3a3a3a);
}

.sac-cardlist {
    line-height: 1.6;
}







/* Typ-Zusammenfassung leicht verkleinert */
.sac-type-summary {
    font-size: 0.98em;
    margin: 0.5em 0 1em 0;
}

/* "Zurück zur Teamauswahl" */
.sac-backlink {
    text-align: right;
    font-size: 13px;
    margin-top: -14px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .sac-backlink {
        margin-top: 10px;
        text-align: right;
    }
}

.sac-backlink a::before {
    content: "↑ ";
    display: inline-block;
    margin-right: 4px;
}

/* Abstand zwischen Teamblöcken */
.sac-team-block h3 {
  display: inline-flex;
  align-items: center; 
}

.sac-team-logo {
    max-height: 36px;
    margin-right: 0.3em;
}

/* Teamindex als drei Spalten */
.sac-team-index {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  column-gap: 2em;
  margin-bottom: 24px; 
}

@media screen and (max-width: 600px) {
    .sac-team-index {
        columns: 1;
        margin-bottom: 24px;
    }
}


.sac-special-sticker::after {
	content: ' ★';
	color: #005b9f;
	margin-left: 3px;
	vertical-align: middle;
}

.sac-special-card::after {
	content: ' ★';
	color: #005b9f;
	margin-left: 0.1em;
	vertical-align: middle;
}


.sac-card-badge-icon {
  width: auto;  
  height: 1.1em;          
  margin-left: 0.5em; 
  vertical-align: middle;
}



.sac-sticker-set,
.sac-sticker-team {
	margin-bottom: 2em;
}


/* Grundstil für das Warnsymbol (⚠️) */
.sac-deviation {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px; /* Optional: Größe des Symbols */
    transition: color 0.3s;
}

.sac-deviation:hover {
    color: #e67e22; /* Optional: Farbe beim Hover */
}



/* Wrapper für die Zusammenfassungen */
.sac-summary-block {
  display: flex;
  flex-wrap: wrap;
  background: var(--ast-global-color-6, #f4f4f4);
  margin-bottom: 2em;
  padding: 1em;
}

/* Keine Lücke zwischen den Spalten */
.sac-summary-col {
  flex: 1;
  min-width: 200px;
  margin: 0;
}

/* Zweispaltig, wenn erwünscht */
.sac-summary-2col .sac-summary-col {
  width: calc(50% - 0px); /* keine Lücke */
  background: var(--ast-global-color-3, #f4f4f4);
}

/* Überschrift jeder Spalte */
.sac-summary-col .sac-summary-title {
  margin: 0 0 0.5em;
  font-size: 1.25em;
  font-weight: 700;
  font-family: 'Exo 2',sans-serif;
}

/* Gesamtzahl unter der H3-Hauptüberschrift */
.sac-summary-overall-total {
  margin: 0 0 1em;
  font-size: 1em;
  font-weight: bold;
}

/* Liste und Bullet-Punkte */
.sac-summary-list {
  list-style: disc inside;
  margin: 0;
  padding: 0;
}
.sac-summary-parent {
  margin: 0.2em 0 !important;
}
.sac-summary-child {
  margin: 0.2em 0 0.2em 1.5em !important;
}

.sac-card-note::before {
  content: " \2BC8 ";
  font-weight: 600;
  vertical-align: baseline;
  padding-right: 5px;
}

.sac-card-note {
	color: inherit; opacity: .9;
}

.sac-card-product-excl::before {
  content: " \2BC8 ";
  font-weight: 600;
  vertical-align: baseline;
  padding-right: 5px;
}

/* Produktblock */
.sac-product-list {
  font-size: 0.92rem;
}

/* Container mit Bild und Inhalt nebeneinander (Standard: Desktop) */
.sac-product-inner {
  display: flex;
  gap: 20px;
}

/* Thumbnail-Styling (Bild links, 150x150) */
.sac-product-image {
  margin-top: 22px;
}

.sac-product-image img {
  width: 150px;
  height: 150px;
  border-radius: 4px;
}

/* Inhaltsbereich rechts */
.sac-product-content {
  flex: 1;
}

/* Mobile-Optimierung: Bild oben, Inhalt darunter */
@media (max-width: 600px) {
  .sac-product-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .sac-product-content {
    text-align: left;
    width: 100%;
  }

  .sac-product-image img {
    margin-bottom: 10px;
  }
}

.sac-product-packentry {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 4px;
}


.sac-product-pack-info {
	display: inline-flex;
	align-items: center;
	width: 160px;
}

.sac-product-pack-icon {
	height: 24px;
	width: 24px;
	display: inline-flex;
	vertical-align: text-bottom;
	margin-right: 0.5em;
}

.sac-product-pack-amount {
	font-weight: 800;
	font-size: 1.3em;
	margin-right: 0.2em;
}

.sac-product-gtin-divider {
	align-items: center;
	margin-right: 0.6em;
}

.sac-product-gtin {
	font-size: 0.95em;
}

.sac-product-inserts-title {
	font-size: 1.1em;
	margin-bottom: 0;
}


.sac-product-inserts-summary {
  list-style-type: disc;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
}

.sac-product-inserts-summary li.sub {
  list-style-type: circle;
  margin-left: 20px;
}

.sac-product-inserts-summary li {
    margin-bottom: 0.2em !important;
}

.sac-product-msrp {
  font-size: 1.4em;
}

.sac-product-msrp .msrp-price {
  font-weight: 800;
}

.sac-product-shopbox {
	display: flex;
	justify-content: center;
	background: var(--ast-global-color-6, #f0f0f0);
	border: 1px solid var(--ast-global-color-7, #e0e0e0);;
	margin-top: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


.sac-product-shopbox-inner {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}

.sac-product-shopbox-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 150px;
	color: var(--ast-global-color-3, #3a3a3a);
	font-weight: bold;
	font-size: 1.1em;

}

.sac-product-cta-icon img {
	width: auto;
	height: 1.3em;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.5em;
	position: relative;
}

.sac-product-shopbox-links {
	flex-grow: 1;
}

@media (max-width: 560px) {
	.sac-product-shopbox-inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.75em;
	}

	.sac-product-shopbox-cta {
		width: auto;
		font-size: 1.1em;
		margin-left: 0.25em;
	}

	.sac-product-shopbox-links {
		width: 100%;
	}


	.sac-product-link-heading {
		padding-left: 0.5em;
	}
}


.sac-product-link-row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}


.sac-product-link-heading {
	font-weight: bold;
	margin-right: 0.5em;
}

.sac-product-link {
	display: inline-flex;
	align-items: center;
	line-height: 1; 
}

.sac-product-link-logo {
	height: 15px;
	width: auto;
	display: block;
}

.sac-product-link-domain {
	color: var(--ast-global-color-3, #3a3a3a);
}

.sac-product-link-sep {
	margin: 0 6px;
	align-self: center;
	color: var(--ast-global-color-3, #3a3a3a);
}

.sac-product-tooltip {
	color: var(--ast-global-color-3, #3a3a3a);
}

.sac-product-tooltip-text {
	color: var(--ast-global-color-8, #fff);
}

.sac-product-divider {
  background-color: var(--ast-global-color-0, #1e73be);
  margin: 20px 0;
}


.sac-parallel-block .sac-parallel-sources{
  margin-bottom:.5rem;
  line-height: 1.3 !important;
}