figure.wp-block-image {
    margin: 1.5em auto;
    text-align: center;
}

figure.wp-block-image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.tc-featured-snippet {
    background-color: #f9f9f9;
    border-left: 5px solid #007bff;
    padding: 15px;
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 1.6;
}

.tc-featured-snippet p:first-child {
    font-weight: bold;
    margin-bottom: 0.5em;
}