.bento-box-card{width:100%;height:100%;display:flex;flex-direction:column;box-sizing:border-box;border-radius:var(--vds-size-border-radius-600,24px);flex:1;min-height:min-content;background-size:100% 100%}
.bento-box-card[data-enable-border="true"]{border:1px solid var(--vds-color-border-primary,#d8dada)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="lightPrimary"]{background-color:var(--vds-color-surface-lightprimary,#fff)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="lightSecondary"]{background-color:var(--vds-color-surface-lightsecondary,#00c8b7)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="lightBrandNeutral"]{background-color:var(--vds-color-surface-lightbrandneutral,#e6fcf4)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="darkPrimary"]{background-color:var(--vds-color-surface-darkprimary,#000330)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="darkSecondary"]{background-color:var(--vds-color-surface-darksecondary,#000330)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="darkBrandHighlight"]{background-color:var(--vds-color-surface-darkbrandhighlight,#000330)}
.bento-box-card[data-background-fill="solid"][data-background-fillcolor="darkCustom"]{background-color:var(--vds-color-surface-darkcustom,#000330)}
.bento-box-card[data-background-fill="transparent"],.bento-box-card[data-background-fill="background-image"]{background-color:transparent}
.bento-box-card__inner{display:flex;flex-direction:column;flex:1;height:100%;width:100%}
.bento-box-card__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--vds-space-5x,20px);align-self:stretch;min-height:min-content;flex:1 1 auto}
.bento-box-card__image{display:flex;justify-content:center;align-items:center;align-self:stretch;overflow:hidden;flex:0 0 auto;min-height:min-content;border-radius:var(--vds-space-4x,16px)}
.bento-box-card__image img,.bento-box-card__image picture{width:100%;height:auto;flex-shrink:0}
.bento-box-card__image vvo-image{height:auto;width:100%}
.bento-box-card[data-card-size="25"] .bento-box-card__image,.bento-box-card[data-card-size="33"] .bento-box-card__image,.bento-box-card[data-card-size="50"] .bento-box-card__image{height:auto}
.bento-box-card[data-layout="content-top-image-bottom"] .bento-box-card__inner,.bento-box-card[data-layout="content-bottom-image-top"] .bento-box-card__inner,.bento-box-card[data-layout="no-foreground-image"] .bento-box-card__inner{flex-direction:column}
.bento-box-card[data-layout="content-top-image-bottom"] .bento-box-card__content{order:1;flex:1 1 auto}
.bento-box-card[data-layout="content-top-image-bottom"] .bento-box-card__image{order:2;flex:0 0 auto;align-items:flex-end;min-height:min-content}
.bento-box-card[data-layout="content-bottom-image-top"] .bento-box-card__image{order:1;flex:0 0 auto;align-items:flex-start;min-height:min-content}
.bento-box-card[data-layout="content-bottom-image-top"] .bento-box-card__content{order:2;flex:1 1 auto}
.bento-box-card[data-layout="no-foreground-image"] .bento-box-card__image{display:none}
.bento-box-card[data-layout="no-foreground-image"] .bento-box-card__content{flex:1 1 auto;justify-content:center}
.bento-box-card__author-label{width:100%;padding:var(--vds-space-2x,8px);text-align:center;font-size:12px;font-weight:bold;color:#666;background:#e8e8e8;border-top:1px solid #ccc;margin-top:auto;flex-shrink:0}
.bento-box__placeholder{width:100%;padding:var(--vds-space-10x,40px);text-align:center;border:2px dashed #ccc;color:#666;background:#f9f9f9;border-radius:var(--vds-size-border-radius-600,24px)}