
/* Shared ALOPTWAH design tokens supplied by Studio. */
.aloptwah-signature-shortcode {
    display: flex;
    width: 100%;
    margin: clamp(48px, 8vw, 120px) 0;
}

.aloptwah-signature-shortcode.is-left { justify-content: flex-start; }
.aloptwah-signature-shortcode.is-center { justify-content: center; }
.aloptwah-signature-shortcode.is-right { justify-content: flex-end; }

.aloptwah-signature-shortcode img {
    display: block;
    width: min(var(--aloptwah-signature-width, 560px), 90vw);
    height: auto;
    opacity: var(--aloptwah-signature-opacity, 1);
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

body.aloptwah-motion-reduced *,
body.aloptwah-motion-reduced *::before,
body.aloptwah-motion-reduced *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
}
