/**
 * ============================================================================
 * ARTICLE COMMENTS - RADIUS STYLES
 * ============================================================================
 * Border radius definitions for the comments component.
 * Provides rounded corners matching the site's design system.
 * ============================================================================
 */

/* ========================================================================== */
/* COMMENTS CONTAINER - ROUNDED CORNERS */
/* ========================================================================== */
.article-comments__container {
  border-radius: 12px;
}
