.boxyfy-settings-page h1 {
	line-height: 1.25em;
}

.boxyfy-settings-page h2 {
	font-size: 22px;
	line-height: 1.2em;
	margin: 15px 0 0 0;
	color: #0073aa;
}

.boxyfy-settings-page h3 {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 21px 0;
	color: #004266;
}

.boxyfy-settings-page p {
	font-size: 15px;
}

.boxyfy-form-section--database-cleanup {
	margin: 19px 0 20px 0 !important;
}

.boxyfy-update-message {
	margin-top: 20px;
}

.boxyfy-settingspage-smallbox-distance {
	margin-bottom: 20px;
}

.boxyfy-preiswecker-frontend-img {
	width: 450px !important;
}

.boxyfy-produktbewertung-settingspage-images {
	display: flex;
	gap: 25px;
	margin-top: 20px;
	justify-content: start;
}

.frontend-productrating-img {
	width: 640px;
	height: 350px;
}

.backend-productrating-img {
	width: 190px;
	height: 280px;
}

.notice notice-warning {
	margin: 10px 0 20px 0;
	padding: 8px 10px;
	color: red;
	font-weight: bold;
}

#delete_old_data_message {
	margin-top: 10px;
}


.button button-secondary {
	margin-left: 10px;
}

/**** Einstellungs-Sektionen ****/
.boxyfy-form-section {
	margin: 19px 0 0 0;
	padding: 22px 16px 1px 16px;
	border-radius: 6px;
    border: 1px solid #dcdcdc;	
	background: #f9f9f9;
	border-left: 3px solid #0173ab;
}

.boxyfy-form-section ul {
	margin: 0 0 30px 0px;
}

.menu-pages-shortcode-bsp {
	margin: 0 0 25px 20px !important;
	font-size: 15px;
}

.menu-pages-shortcode-bsp {
	list-style-type: square;
}

.boxyfy-form-section ul li {
	margin: 30px 0 0 0;
	line-height: 1.2em;
}

/* Ein einzelnes Einstellungs-Feld (Zeile) */
.boxyfy-form-group {
	display: flex;
	max-width: 880px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 20px; /* Abstand zwischen den Zeilen */
}

/* Inhalte: linke Spalte */
.boxyfy-form-label {
	width: 240px;
	font-weight: 600;
	margin: 0 15px 0 0;
}

/* Der Bereich rechts (entspricht ehemals <td>) */
.boxyfy-form-field {
	flex: 1;
	margin-bottom: 5px;
}

/* Label-Element ggf. als Block darstellen */
.boxyfy-form-label label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 1.4em;
}

.boxyfy-settings-page input[type="number"] {
	width: 60px;
}

.tsbackendimages-hover {
	position: relative;
	font-size: 15px;
	cursor: pointer;
	color: #0073aa;
}

.tsbackendimages-hover img {
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 800px;
	height: auto;
	z-index: 10;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tsbackendimages-hover:hover img {
	display: block;
}

/* Tab-Navigation Styles (unverändert) */
.tab-nav {
	display: flex;
	gap: 7px;
	margin: 45px 0 30px 0;
}

.tab-link {
	background: #f1f1f1;
	font-size: 17px;
	border-radius: 6px;
	border: 1px solid #ccc;
	padding: 7px 18px;
	cursor: pointer;
}

.tab-link.active {
	background: #007cba;
	color: #fff;
	border-color: #007cba;
}

/* Tab-Content Defaults */
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
	width: 100%;
	max-width: 1150px;
	box-sizing: border-box;
	margin: 0;
	padding: 15px;
	border-radius: 6px;
	background-color: #fff;
}

/* Weitere kleine Styles (Shortcodes, Accordion etc.) */
.shortcode-attribute-bsp li {
	list-style-type: none;
}

.shortcode-attribute-bsp li span {
	background-color: #555252;
	color: #fff;
	border-radius: 2px;
	padding: 3px 5px;
}

.shortcode-beispiele {
	background-color: #007cba;
	cursor: pointer;
	border-radius: 3px;
	color: #fff;
	padding: 6px 9px;
}

.shortcode-beispiele:hover {
	background-color: #035077;
}

.copy-short-text {
	font-size: 9px;
	padding-left: 4px;
}

.accordion-amz-shorts {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
	max-width: 1000px;
}

.accordion-item-amz-shorts {
	border-bottom: 1px solid #ddd;
}

.accordion-item-amz-shorts:last-child {
	border-bottom: none;
}

.accordion-title-amz-shorts {
	background-color: #f4f4f4;
	color: #007cba;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.accordion-title-amz-shorts:hover {
	background-color: #e0e0e0;
}

.accordion-content-amz-shorts {
	display: none;
	padding: 15px;
	background-color: #ffffff;
}

.accordion-content-amz-shorts p {
	font-size: 15px;
}

.accordion-content-amz-shorts img {
	max-width: 100%;
	height: auto;
}

.boxyfy-settingspage-cacheinfo {
	margin-top: 20px;
	font-size: 14px;
	color: #666;
}