.os-icon-card {
    height: 100%;
}
/* fix odd editor display issue */
.block-editor-block-list__block .os-icon-card {
    height: auto;
}
.os-icon-card.card-has-tint {
    padding: var(--wp--preset--spacing--medium);
    background-color: var(--os-accent-ultra-light);
    border-radius: 2.4rem;
}
.os-icon-card__icon {
    box-sizing: border-box;
    width: 4.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    box-shadow: var(--os-box-shadow-l);
    border-radius: 0.8rem;
    background: var(--os-action-gradient);
    display: flex;
    justify-content: center;
    align-items: center;
}
.os-icon-card__icon img {
    width: 100%;
    height: auto;
}
.os-icon-card .wp-block-heading {
    margin-bottom: var(--wp--preset--spacing--24);
}
.os-icon-card p {
    margin-top: var(--wp--preset--spacing--x-small);
}
.os-icon-card .acf-innerblocks-container {
    margin-top: var(--wp--preset--spacing--x-small);
}
.os-icon-card .acf-innerblocks-container *:last-child {
    margin-bottom: 0;
}