:root {
    --amm-radius-sm: 0.35rem;
    --amm-radius-md: 0.55rem;
}

:where(
    .article-banner picture,
    .article-banner img,
    .article-content img,
    .related-image,
    .related img,
    .archive-post img,
    .post-link-cont img,
    .images,
    .wp-block-image img,
    .wp-post-image,
    picture img
) {
    border-radius: var(--amm-radius-md);
}

:where(.article-banner picture, .related-image, .images) {
    overflow: hidden;
}

:where(
    button,
    .button,
    .wp-block-button__link,
    .dropbtn,
    .search-submit,
    input[type="submit"],
    input[type="button"],
    #show-more-comments,
    .reply-btn,
    .show-replies,
    .add-comment-to-topic,
    .piotnetforms-button,
    .read-more,
    .articles-results button
) {
    border-radius: var(--amm-radius-sm);
}

:where(input, textarea, select, .search-field) {
    border-radius: var(--amm-radius-sm);
}
