.newsletter-form{display:flex;flex-direction:column;gap:var(--spacing-sm);width:100%;text-transform:none}.newsletter-form__desc{font-size:var(--font-size-16);font-weight:var(--font-weight-extralight);color:var(--applied-text-default);margin:0;line-height:var(--line-height-normal)}.newsletter-form__desc--hidden{opacity:0;max-height:0;margin:0;overflow:hidden;transition:opacity var(--duration-normal) var(--ease-default),max-height var(--duration-medium) var(--ease-default) var(--delay-short)}.newsletter-form__form{display:flex;flex-direction:column;gap:var(--spacing-xs);width:100%}.newsletter-form__area{width:100%;min-height:48px}.newsletter-form__fields{display:flex;flex-direction:column;gap:var(--spacing-xs);transition:max-height var(--duration-slow) var(--ease-smooth),opacity var(--duration-normal) var(--ease-default)}.newsletter-form__fields--collapsed{max-height:0;opacity:0;overflow:hidden;pointer-events:none}.newsletter-form__row{display:flex;flex-direction:row;gap:var(--spacing-xs);width:100%}.newsletter-form__btn{width:100%;transition:opacity var(--duration-normal) var(--ease-default)}.newsletter-form__btn--sending{cursor:default}.newsletter-form__consent{font-family:var(--font-family-sans);font-size:var(--font-size-12);font-weight:var(--font-weight-extralight);line-height:var(--line-height-normal);color:inherit;opacity:var(--opacity-prominent);margin:var(--spacing-md) 0 0;text-align:center}@media (max-width:768px){.newsletter-form__row{flex-direction:column}}.newsletter-form--inline .newsletter-form__row{align-items:stretch}.newsletter-form--inline .newsletter-form__btn{width:auto;flex:0 0 auto}.newsletter-form--inline .newsletter-form__consent{text-align:left;margin:var(--spacing-xs) 0 0}@media (max-width:768px){.newsletter-form--inline .newsletter-form__btn{width:100%}.newsletter-form--inline .newsletter-form__consent{text-align:center}}