{"version":3,"file":"7893.esm.js","mappings":";kLAKM,sBACJA,EAAqB,yBACrBC,EAAwB,mCACxBC,GACEC,EAAAA,EAESC,EAAoB,CAC/BC,OAAQ,aAAFC,OAAeJ,GACrBK,aAAc,WACd,CAACC,EAAAA,IAA2B,CAC1BH,OAAQ,OACRE,aAAc,IAILE,EAA2B,CACtCC,WAAY,2DAGDC,EAAc,CACzB,UAAW,CACTC,MAAOX,GAETW,MAAOZ,EACPU,WAAY,wDAGDG,EAAaC,EAAAA,GAAWC,OAAO,CAC1CC,UAAW,CACTC,MAAO,OACPC,WAAY,SACZ,4BAA6B,QAC7BC,QAAS,OACTC,cAAe,MACfC,eAAgB,aAChBC,QAAS,EACTC,SAAU,KAEZC,YAAa,CACXC,UAAW,SACXC,aAAc,QAEhBC,SAAU,CACRF,UAAW,WAIcG,EAAAA,IAAUC,IAAI,CACzCV,QAAS,OACTE,eAAgB,SAChBS,OAAQ","sources":["webpack:///./lib/styles/styles.js"],"sourcesContent":["import { greyBackgroundAndSmaller } from 'lib/styles/media-queries'\nimport { StyleSheet } from '../paypalphrodite'\nimport glamorous from 'glamorous'\nimport cssTokens from './tokens'\n\nconst {\n sysColorSecondaryMain,\n sysColorPrimaryMainHover,\n sysColorStructureBorderLowContrast\n} = cssTokens\n\nexport const BOX_BORDER_STYLES = {\n border: `1px solid ${sysColorStructureBorderLowContrast}`,\n borderRadius: '0.875rem',\n [greyBackgroundAndSmaller]: {\n border: 'none',\n borderRadius: 0,\n },\n}\n\nexport const PRIMARY_TEXT_FONT_FAMILY = {\n fontFamily: 'PayPalOpen-Regular, \"Helvetica Neue\", Arial, sans-serif',\n}\n\nexport const LINK_STYLES = {\n '&:hover': {\n color: sysColorPrimaryMainHover,\n },\n color: sysColorSecondaryMain,\n fontFamily: 'PayPalOpen-Bold, \"Helvetica Neue\", Arial, sans-serif',\n}\n\nexport const CardStyles = StyleSheet.create({\n container: {\n width: '100%',\n lineHeight: 'normal',\n '-webkit-text-stroke-width': 'unset',\n display: 'flex',\n flexDirection: 'row',\n justifyContent: 'flex-start',\n padding: 0,\n maxWidth: 500,\n },\n headingText: {\n textAlign: 'center',\n marginBottom: '24px',\n },\n bodyText: {\n textAlign: 'start',\n },\n})\n\nexport const ButtonWrapper = glamorous.div({\n display: 'flex',\n justifyContent: 'center',\n margin: '24px 0',\n})\n"],"names":["sysColorSecondaryMain","sysColorPrimaryMainHover","sysColorStructureBorderLowContrast","cssTokens","BOX_BORDER_STYLES","border","concat","borderRadius","greyBackgroundAndSmaller","PRIMARY_TEXT_FONT_FAMILY","fontFamily","LINK_STYLES","color","CardStyles","StyleSheet","create","container","width","lineHeight","display","flexDirection","justifyContent","padding","maxWidth","headingText","textAlign","marginBottom","bodyText","glamorous","div","margin"],"sourceRoot":""}