.ddc-card{display:flex;flex-direction:column;background-color:var(--color-bg-surface);border:1px solid var(--color-border-subtle);border-radius:0 0 8px 8px;box-shadow:var(--box-shadow-sm);color:inherit;font-weight:inherit}.ddc-card:hover{text-decoration:none}.ddc-card-image{overflow:hidden;text-align:center}.ddc-card-image-background{position:relative;background-position:center center;background-repeat:no-repeat;background-size:cover}.ddc-card-image-background:before{display:block;content:"";padding-top:56.25%;width:100%}.ddc-card-image-background>*{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.ddc-card-header{display:block;margin-bottom:12px;color:var(--color-fg-subtle);font-size:87.5%;line-height:1.3}.ddc-card-content{flex:1 1 auto;padding:16px}.ddc-card-content>:first-child,.ddc-card-content>:first-child>:first-child{margin-top:0!important}.ddc-card-content>:last-child,.ddc-card-content>:last-child>:last-child{margin-bottom:0!important}.ddc-card-title{margin-top:0;font-size:112.5%;line-height:1.3}.ddc-card-title:hover{text-decoration:underline}.ddc-card-footer{padding-bottom:16px;padding-left:16px;padding-right:16px}.ddc-card-footer>:first-child,.ddc-card-footer>:first-child>:first-child{margin-top:0!important}.ddc-card-footer>:last-child,.ddc-card-footer>:last-child>:last-child{margin-bottom:0!important}.ddc-card-group{display:flex;flex-flow:row wrap;justify-content:space-between}.ddc-card-group .ddc-card{margin:24px 0}@media (min-width:480px){.ddc-card-group .ddc-card{display:flex;flex-basis:48%;flex-direction:column}.ddc-card-group .ddc-card-content{flex-grow:1}}