/*
 Theme Name:   Uncode AIL
 Theme URI:    https://artis.love
 Description:  Artis.Love Anpassungen – WooCommerce E-Mails, OG Tags Fix, Custom Code. Basiert auf Uncode.
 Author:       Artis.Love x Claude
 Author URI:   https://artis.love
 Template:     uncode
 Version:      1.0.0
 Text Domain:  artislove-custom
*/

/* Uncode Parent Styles werden automatisch geladen */

/* Checkout: Terms-Checkbox prominent machen */
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	font-weight: 700 !important;
}
.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input[type="checkbox"] {
	width: 22px !important;
	height: 22px !important;
	min-width: 22px !important;
	margin-right: 10px !important;
	border: 2px solid #fff !important;
	outline: none !important;
	accent-color: #fff !important;
}

/* Checkout: Legal-Links als kleine Pill-Buttons */
.checkout-legal-btn {
	display: inline-block !important;
	background: #fff !important;
	color: #000 !important;
	padding: 2px 10px !important;
	border-radius: 12px !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	text-decoration: none !important;
	margin-left: 6px !important;
	letter-spacing: 0.3px !important;
}
