.card{display:inline-flex;justify-content:stretch;align-items:center;flex-direction:column;width:350px;max-width:calc(100% - 20px - 20px);margin:20px;background:var(--background);border-radius:var(--rounded);overflow:hidden;box-shadow:var(--shadow);vertical-align:top}.card[data-style=small]{width:250px}.card-image img{aspect-ratio:3/2;object-fit:contain;width:100%;height:auto;display:block;margin:0 auto}.card-text{display:inline-flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:20px;max-width:100%;padding:20px}.card-text>*{margin:0 !important}.card-title{font-family:var(--heading);font-weight:var(--semi-bold)}.card-subtitle{margin-top:-10px !important;font-style:italic}/*# sourceMappingURL=card.css.map */