/* Amilian — EU legal-guarantee notice: trigger + modal. Loaded by amilian-gewaehrleistung.php */
button.aw-gw-trigger {
	display: inline-flex; align-items: center; gap: .5rem;
	padding: 0 !important; margin: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important;
	min-height: 0 !important; min-width: 0 !important; border-radius: 0;
	font: inherit; color: inherit; cursor: pointer; text-align: left; line-height: 1.3;
	text-transform: none !important; letter-spacing: 0 !important; font-weight: inherit;
	-webkit-appearance: none; appearance: none;
}
button.aw-gw-trigger span { text-decoration: underline; text-decoration-color: rgba(153,63,40,.45); text-underline-offset: 3px; }
button.aw-gw-trigger:hover span { color: #993f28; text-decoration-color: #993f28; }
button.aw-gw-trigger:focus-visible { outline: 2px solid #993f28; outline-offset: 2px; }
button.aw-gw-trigger svg { width: 18px; height: 18px; flex: none; color: #993f28; }

/* placements */
.aw-pdp-v2 .aw-trust .aw-trust-html { display: flex; align-items: center; }
.aw-pdp-v2 .aw-trust button.aw-gw-trigger { font: 500 .76rem/1.2 'Inter', sans-serif; color: #5b5249; white-space: nowrap; }
.aw-pdp-v2 .aw-trust button.aw-gw-trigger svg { stroke: #993f28; }
.aw-gw-archive { margin: 0 0 1.1rem; font-size: .8125rem; color: #5b5c5b; text-align: left; text-transform: none; letter-spacing: 0; clear: both; }
.aw-gw-archive button.aw-gw-trigger { font-size: inherit; color: inherit; }
.aw-gw-checkout { margin: 0 0 .75rem; font-size: .85rem; color: #5b5c5b; }
.aw-gw-checkout button.aw-gw-trigger { font-size: inherit; color: inherit; }
.aw-gw-figure { margin: 0 0 2rem; text-align: center; }
.aw-gw-figure img { display: block; width: 100%; max-width: 560px; height: auto; margin: 0 auto; border: 1px solid #e2e2e1; background: #fff; }
.aw-gw-figure figcaption { font-size: .8125rem; color: #767776; margin-top: .6rem; }
.aw-gw-figure figcaption a { color: #993f28; }

/* modal */
.aw-gw-modal { position: fixed; inset: 0; z-index: 2147483000; display: flex; align-items: center; justify-content: center; padding: 1rem; }
.aw-gw-modal[hidden] { display: none; }
.aw-gw-backdrop { position: absolute; inset: 0; background: rgba(46,47,47,.55); }
.aw-gw-dialog { position: relative; background: #fcfbf9; color: #2e2f2f; border-radius: 10px; box-shadow: 0 30px 80px -20px rgba(0,0,0,.45); width: min(680px, 100%); max-height: calc(100vh - 2rem); overflow: auto; padding: 1.5rem 1.5rem 1.25rem; font-family: 'Manrope', system-ui, sans-serif; }
.aw-gw-dialog:focus { outline: none; }
.aw-gw-h { font-family: 'Newsreader', Georgia, serif; font-weight: 400; font-size: 1.5rem; margin: 0 2.5rem .35rem 0; color: #2e2f2f; }
.aw-gw-intro { font-size: .9375rem; line-height: 1.5; margin: 0 0 1rem; color: #5b5c5b; }
.aw-gw-notice { display: block; width: 100%; height: auto; border: 1px solid #e2e2e1; background: #fff; min-height: 200px; }
.aw-gw-links { font-size: .875rem; margin: 1rem 0 0; line-height: 1.6; }
.aw-gw-links a { color: #993f28; text-decoration: underline; }
button.aw-gw-close { position: absolute; top: .6rem; right: .6rem; width: 2.25rem; height: 2.25rem; border: 0 !important; border-radius: 50%; background: #f1f1f0 !important; color: #2e2f2f !important; font-size: 1.5rem; line-height: 1; cursor: pointer; padding: 0 !important; min-height: 0 !important; box-shadow: none !important; }
button.aw-gw-close:hover { background: #e2e2e1 !important; }
button.aw-gw-close:focus-visible { outline: 2px solid #993f28; outline-offset: 2px; }
body.aw-gw-open { overflow: hidden; }
@media (prefers-reduced-motion: no-preference) { .aw-gw-dialog { animation: aw-gw-in .16s ease-out; } }
@keyframes aw-gw-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (max-width: 600px) { .aw-gw-dialog { padding: 1.1rem 1rem 1rem; } .aw-gw-h { font-size: 1.3rem; } }
