.card{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;border-radius:var(--br-lg);-ms-flex-flow:column;flex-flow:column;gap:1rem calc(var(--padding)*2);min-width:12rem;padding:calc(var(--padding)*1.5) var(--padding)}.card p:first-child{margin-top:0}.card p:last-child{margin-bottom:0}.card .card-body p,.card .card-footer p{text-align:left}.card .card-header{display:-webkit-box;display:-ms-flexbox;display:flex;grid-area:h;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;font-size:1.2em;height:3em;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card .card-header h2,.card .card-header h3,.card .card-header h4,.card .card-header h5{margin:0}.card .card-header h2:not(.heading),.card .card-header h3:not(.heading),.card .card-header h4:not(.heading),.card .card-header h5:not(.heading){font-size:1em}.card .card-header h2:before,.card .card-header h3:before,.card .card-header h4:before,.card .card-header h5:before{content:0}.card .card-body{grid-area:b}.card .card-footer{grid-area:f}.card .card-aside{border-radius:var(--br-md);grid-area:a;height:10rem;position:relative;width:100%;z-index:10}.card .card-aside .c-image{height:100%;width:100%}.card .c-image{border-radius:inherit;max-width:16rem;overflow:hidden;width:100%}@media (min-width:941px){.card.card-hor{display:grid;grid-template-areas:"a h h" "a b b" "f f f"}.card.card-hor.card-odd{grid-template-areas:"h h a" "b b a" "f f f"}.card.card-hor .card-aside,.card.card-hor .card-header{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.card.card-hor .card-aside:before{max-width:unset}.card.card-hor .card-aside .c-image{height:unset}.card.card-hor .card-image{border-radius:var(--br-md);display:-webkit-box;display:-ms-flexbox;display:flex}}.card.card-hor{width:100%}@media (min-width:1024px){.card.card-hor{grid-template-areas:"a h" "a b" "a f"}.card.card-hor.card-odd{grid-template-areas:"h a" "b a" "f a"}.card.card-hor .c-image{max-width:unset}}
