/* 1973236 */
#asm-bento-grid .row {
margin: 0 -4px;
}
#asm-bento-grid .col {
display: flex;
flex-direction: column;
padding: 0 4px;
}
#asm-bento-grid .row + .row {
margin-top: 8px;
}
#asm-bento-grid .asm-bento-tile {
overflow: hidden;
border-radius: 8px;
line-height: 1.2;
flex: 0 0 auto;
}
#asm-bento-grid .asm-bento-tile.asm-bento-tile--flex {
flex: 1 1 auto;
display: flex;
flex-direction: column;
justify-content: center;
}
#asm-bento-grid .asm-bento-tile + .asm-bento-tile {
margin-top: 8px;
}
#asm-bento-grid .asm-bento-tile.asm-bento-tile--light {
background-color: #FFF;
color: #00001E;
}
#asm-bento-grid .asm-bento-tile.asm-bento-tile--dark {
background-color: #08132B;
color: #FFF;
}
#asm-bento-grid .asm-bento-tile.asm-bento-tile--dark .asm-bento-tile__copy {
color: #8C8B9D;
}
#asm-bento-grid .asm-bento-tile p {
margin: 0;
}
#asm-bento-grid .asm-bento-tile .asm-bento-tile__image {
display: block;
width: 100%;
height: auto;
}
#asm-bento-grid .asm-bento-tile .asm-bento-text-container {
padding: 16px;
}
#asm-bento-grid .asm-bento-tile .asm-bento-tile__title {
font-size: 20px;
font-weight: 700;
}
#asm-bento-grid .asm-bento-tile .asm-bento-tile__copy {
font-size: 12px;
}
/*# sourceMappingURL=nothing-phone-3a-bento-grid-css-code.css.map */