.block-meal-plan {
    border: 2px solid var(--wp--preset--color--foreground);
    padding: 16px;
}

.block-meal-plan__subtitle,
.editor-styles-wrapper .block-meal-plan__subtitle {
    font-family: var(--wp--custom--typography--interface--font-family);
    letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
    text-transform: var(--wp--custom--typography--interface--text-transform);
    font-weight: 900;
    font-size: var(--wp--preset--font-size--medium);
    transform: translateY(-30px);
}

.block-meal-plan > p.block-meal-plan__subtitle {
    margin-bottom: -38px;
}

.block-meal-plan__subtitle .subtitle {
    background: var(--wp--preset--color--background);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
}

.block-meal-plan__subtitle .subtitle-icon {
    background: url(https://addapinch.com/wp-content/themes/addapinch-2023/blocks/meal-plan-cta/mealplans.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    width: 24px;
    height: 24px;
}
