.seo-blogpost-tldr-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    background-color: #EBF5FB;
    border-radius: 10px;
    padding: 14px 20px;
    margin: 24px 0;
    box-sizing: border-box;
    font-family: var(--wp--style--global--font-family, inherit);
    font-size: var(--wp--style--global--font-size, inherit);
    line-height: var(--wp--style--global--line-height, inherit);
    color: inherit;
}
.seo-blogpost-tldr-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: #ffffff;
    border: 2px solid #d0e8f5;
    border-radius: 8px;
    padding: 5px 12px;
    font-weight: 700;
    font-size: 0.88em;
    white-space: nowrap;
    color: #1a1a1a;
    font-family: inherit;
    line-height: 1.3;
    min-width: fit-content;
}
.seo-blogpost-tldr-content {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    flex: 1;
}
.seo-blogpost-tldr-content strong { font-weight: 700; }
@media (max-width: 480px) {
    .seo-blogpost-tldr-wrapper {
        flex-direction: column;
    }
}
