// ============================================================================
// :: Cookie banner
// ============================================================================
/**
 * Scope defined especially for the visual representation of a cookie banner
 */

// ============================================================================
// :: Root
// ============================================================================
.s-cookie-banner {

  .o-cookie-banner {
    position: relative;

    width: 100%;
  }
}
