body.page .theme-card,body.single .theme-card{--border-radius: var(--theme-md-radius);border-radius:var(--border-radius);background-color:var(--card-background-color)}body.page .theme-card.color-g400,body.single .theme-card.color-g400{--card-background-color: var(--theme-g400);--card-text-color: var(--theme-surface-darker);--card-title-color: var(--theme-surface-white)}body.page .theme-card.color-darker,body.page .theme-card.color-dark,body.page .theme-card.color-lighter,body.single .theme-card.color-darker,body.single .theme-card.color-dark,body.single .theme-card.color-lighter{--card-title-color: var(--theme-g400);--card-text-color: var(--theme-g300)}body.page .theme-card.color-dark,body.single .theme-card.color-dark{--card-background-color: var(--theme-surface-dark)}body.page .theme-card.color-darker,body.single .theme-card.color-darker{--card-background-color: var(--theme-surface-darker)}body.page .theme-card.color-lighter,body.single .theme-card.color-lighter{--card-background-color: var(--theme-surface-lighter)}@media(min-width:768px){body.page .theme-card.size-small,body.single .theme-card.size-small{--columns: 4}}@media(min-width:768px){body.page .theme-card.size-medium,body.single .theme-card.size-medium{--columns: 6}}@media(min-width:768px){body.page .theme-card.size-large,body.single .theme-card.size-large{--columns: 8}}body.page .theme-card.type-image-right,body.single .theme-card.type-image-right{--image-ratio: 430/324;--image-radius: 0 0 var(--border-radius) var(--border-radius)}@media(min-width:768px){body.page .theme-card.type-image-right,body.single .theme-card.type-image-right{--block-direction: row;--image-radius: 0 var(--border-radius) var(--border-radius) 0;--image-width: 50%}}body.page .theme-card.type-image-bottom,body.single .theme-card.type-image-bottom{--image-ratio: 642/224;--image-radius: 0 0 var(--border-radius) var(--border-radius)}@media(min-width:768px){body.page .theme-card.type-image-bottom .text-wrapper,body.single .theme-card.type-image-bottom .text-wrapper{padding-bottom:4rem}}body.page .theme-card p,body.single .theme-card p{color:var(--card-text-color)}body.page .theme-card h1,body.page .theme-card h2,body.page .theme-card h3,body.page .theme-card h4,body.page .theme-card h5,body.page .theme-card h6,body.single .theme-card h1,body.single .theme-card h2,body.single .theme-card h3,body.single .theme-card h4,body.single .theme-card h5,body.single .theme-card h6{font-weight:600;color:var(--card-title-color)}body.page .theme-card .text-wrapper,body.single .theme-card .text-wrapper{padding:var(--theme-lg-space)}@media(min-width:1024px){body.page .theme-card .text-wrapper,body.single .theme-card .text-wrapper{padding:var(--theme-xl-space)}}body.page .theme-card .image,body.single .theme-card .image{line-height:0;flex-grow:1;flex-shrink:0;width:var(--image-width, auto)}body.page .theme-card .image img,body.single .theme-card .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:var(--image-ratio, 16/9);border-radius:var(--image-radius)}body.page .theme-card .inner,body.single .theme-card .inner{height:100%;display:flex;flex-direction:var(--block-direction, column)}
