.cp-card {
    display: flex;
    flex-direction: column;
    gap: var(--o3-spacing-3xs);
    justify-content: flex-start;
    background-color: var(--o3-color-palette-wheat-100);
    padding: var(--o3-spacing-3xs);

    &__content {
        > * {
            font-family: var(--o3-type-body-base-font-family);
            font-size: var(--o3-type-body-base-font-size);
            font-weight: var(--o3-type-body-base-font-weight);
            line-height: var(--o3-type-body-base-line-height);
        }
    }  
}

.cp-card__title {
    margin: 0;
}
