/**
 * ============================================================================
 * HERO AD SLOT RADIUS - ROUNDED CORNERS FOR HERO AD BANNER
 * ============================================================================
 * Border-radius styling for hero ad slot components.
 * ============================================================================
 */

/* ========================================================================== */
/* AD BADGE - ROUNDED CORNERS */
/* ========================================================================== */
.hero-ad-slot__badge {
  border-radius: 6px; /* Slightly rounded badge */
}

/* ========================================================================== */
/* AD CONTENT AREA - ROUNDED CORNERS */
/* ========================================================================== */
.hero-ad-slot__content {
  border-radius: 12px; /* Rounded content area */
}
